summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-22i965: Use meta for pixel ops on gen6+Jason Ekstrand1-2/+4
2018-01-26i965: Use enum color_logic_ops for blitsIan Romanick1-2/+2
2017-08-02i965/blit: Remember to include miptree buffer offset in relocsChris Wilson1-1/+1
2017-07-20i965/miptree: Switch to isl_surf::row_pitchTopi Pohjolainen1-1/+1
2017-07-20i965/miptree: Switch to isl_surf::tilingTopi Pohjolainen1-1/+1
2017-06-07i965: Use the new resolve function for several simple casesJason Ekstrand1-2/+1
2017-06-07i965: Be a bit more conservative about certain resolvesJason Ekstrand1-1/+2
2016-11-25i965: Add new interface for full color resolvesTopi Pohjolainen1-1/+1
2016-08-19i965: Roll intel_reg.h into brw_defines.hJason Ekstrand1-1/+0
2016-02-13i965: Add means for limiting color resolvesTopi Pohjolainen1-1/+1
2015-11-24i965: Drop #include of main/glheader.h.Matt Turner1-1/+0
2015-09-10i965: Fix typos in licenseIan Romanick1-2/+2
2015-09-10i965: Remove horizontal bars from file header commentsIan Romanick1-4/+2
2015-04-14i965: replace __FUNCTION__ with __func__Marius Predut1-1/+1
2014-05-01i965: Rename intel_regions.h to something more appropriate now.Eric Anholt1-1/+1
2014-05-01i965: Drop use of intel_region from miptrees.Eric Anholt1-3/+3
2014-03-11i965: Drop intel_check_front_buffer_rendering().Eric Anholt1-2/+0
2014-02-25mesa: allow buffers to be mapped multiple timesMarek Olšák1-2/+3
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-1/+1
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-2/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Replace non-standard INLINE macro with "inline".Kenneth Graunke1-1/+1
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-12/+12
2013-09-30i965: Reenable glBitmap() after the sRGB winsys enabling.Eric Anholt1-1/+2
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-1/+0
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-5/+6
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+363
2007-12-21[intel] Move some pixel path support from drivers to shared.Eric Anholt1-357/+1
2007-10-04[965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt1-7/+2
2007-09-11i965: take the secondary color into account when drawingXiang, Haihao1-5/+12
2007-08-29i965: check NULL pointer. fix bug#12193Xiang, Haihao1-0/+2
2007-07-31i965: fix bad casts in do_blit_bitmap to support WindowPos correctlyXiang, Haihao1-4/+4
2007-07-04fix LogicOp/bitmap problem, bug 11133Eric Anholt1-2/+5
2006-10-05Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell1-0/+350