aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_pixel.h
Commit message (Collapse)AuthorAgeFilesLines
* intel: replace custom metaops clear with generic.Eric Anholt2009-02-021-0/+2
| | | | | No real-world impact on performance seen. Even glxgears seems to be, if anything, happier.
* intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt2008-12-311-1/+2
| | | | | | | The DrawPixels path was missing glViewport care, so blender's toolbar icons would go to the wrong places. Bug #19118.
* intel: Add support for glBitmap as metaops using GL calls.Eric Anholt2008-12-311-0/+8
| | | | | | | | | | This lets us avoid software fallbacks when clients forget to turn some state off (engine demo) or just do crazy things to test conformance (OGLC). This should probably be brought into mesa generic code so other drivers can make use of it. Bug #19016.
* mesa: added "main/" prefix to includes, remove some -I paths from ↵Brian Paul2008-09-181-1/+1
| | | | Makefile.template
* intel: Avoid glBitmap software fallback for blending when no blending occurs.Eric Anholt2008-06-241-1/+2
| | | | | Mesa demos tend to leave blending on but in GL_ONE/GL_ZERO, or GL_SRC_ALPHA/GL_ONE_MINUS_SRC_ALPHA with a source alpha of 1.0.
* Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg2008-02-221-0/+6
|
* [intel] Move some pixel path support from drivers to shared.Eric Anholt2007-12-211-0/+63