Re: [Mesa-dev] [PATCH] i965: Reenable glBitmap() after the sRGB winsys enabling.

2013-09-22 Thread Kenneth Graunke
On 09/21/2013 04:47 PM, Eric Anholt wrote: > The format of the window system framebuffer changed from ARGB to > SARGB8, but we're still supposed to render to it the same as ARGB > unless the user flipped the GL_FRAMEBUFFER_SRGB switch. > --- > src/mesa/drivers/dri/i965/intel_pixel_bitmap.c

[Mesa-dev] [PATCH] i965: Reenable glBitmap() after the sRGB winsys enabling.

2013-09-21 Thread Eric Anholt
The format of the window system framebuffer changed from ARGB to SARGB8, but we're still supposed to render to it the same as ARGB unless the user flipped the GL_FRAMEBUFFER_SRGB switch. --- src/mesa/drivers/dri/i965/intel_pixel_bitmap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion