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
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