summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* [intel] Move some pixel path support from drivers to shared.Eric Anholt2007-12-211-357/+1
* [965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt2007-10-041-7/+2
* i965: take the secondary color into account when drawingXiang, Haihao2007-09-111-5/+12
* i965: check NULL pointer. fix bug#12193Xiang, Haihao2007-08-291-0/+2
* i965: fix bad casts in do_blit_bitmap to support WindowPos correctlyXiang, Haihao2007-07-311-4/+4
* fix LogicOp/bitmap problem, bug 11133Eric Anholt2007-07-041-2/+5
* Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell2006-10-051-0/+350