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