intel: Add support for glBitmap as metaops using GL calls.
authorEric Anholt <eric@anholt.net>
Wed, 31 Dec 2008 08:02:43 +0000 (00:02 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 31 Dec 2008 08:10:29 +0000 (00:10 -0800)
commite1a92175542c6645c23cc78f2a4fcd36dd0235e6
tree7e7882f6e7dce084461112bbd3bb00fa60a4fe56
parente8d7db31e2a6784c765911233cb3d888f612837f
intel: Add support for glBitmap as metaops using GL calls.

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.
src/mesa/drivers/dri/intel/intel_context.h
src/mesa/drivers/dri/intel/intel_pixel.c
src/mesa/drivers/dri/intel/intel_pixel.h
src/mesa/drivers/dri/intel/intel_pixel_bitmap.c