i965: Reenable glBitmap() after the sRGB winsys enabling.
authorEric Anholt <eric@anholt.net>
Thu, 19 Sep 2013 15:45:07 +0000 (08:45 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 30 Sep 2013 23:49:43 +0000 (16:49 -0700)
commit48b9720272184d884b21524ae0b5318d42019793
treeb687b578148b62a4fa58cfb102dc38181aa8ac58
parent3e1fdf389918b3488f06116c1837594d469dbaa2
i965: Reenable glBitmap() after the sRGB winsys enabling.

The format of the window system framebuffer changed from ARGB8888 to
SARGB8, but we're still supposed to render to it the same as ARGB8888
unless the user flipped the GL_FRAMEBUFFER_SRGB switch.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
NOTE: This is a candidate for stable branches.
src/mesa/drivers/dri/i965/intel_pixel_bitmap.c