aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-5/+6
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+1
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+363
* [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