summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c
AgeCommit message (Expand)AuthorFilesLines
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