aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_pixel.c
Commit message (Expand)AuthorAgeFilesLines
* intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(),...Brian Paul2009-01-261-0/+3
* intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt2008-12-311-0/+35
* intel: Add support for glBitmap as metaops using GL calls.Eric Anholt2008-12-311-0/+133
* intel: Don't glBitmap fallback with scissoring enabled.Eric Anholt2008-11-211-6/+0
* i965: Actually hook up the accelerated DrawPixels support.Eric Anholt2008-10-091-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-2/+2
* intel: Avoid glBitmap software fallback for blending when no blending occurs.Eric Anholt2008-06-241-2/+21
* intel: Merge check_blit_fragment_ops between i915/i965.Eric Anholt2008-06-241-0/+7
* intel: Note reasons for blit pixel op fallbacks under INTEL_DEBUG=pix.Eric Anholt2008-06-241-15/+56
* i915: Add support for accelerated glBitmap, shared from 965.Eric Anholt2008-06-241-1/+1
* i915: Allow accelerated pixel ops to be disabled with INTEL_NO_BLIT.Eric Anholt2008-06-241-4/+6
* [intel] Move some pixel path support from drivers to shared.Eric Anholt2007-12-211-0/+120