Re: [Mesa-dev] [PATCH 1/2] i965: Make sRGB-capable framebuffers by default.

2013-02-22 Thread Ian Romanick
On 02/22/2013 12:00 PM, Eric Anholt wrote: The GLX extension lets you expose visuals that explicitly guarantee you that the GL_FRAMEBUFFER_SRGB_CAPABLE flag will be set, but we can set the flag even while the visual doesn't provide the guarantee. This appears to be consistent with other implemen

[Mesa-dev] [PATCH 1/2] i965: Make sRGB-capable framebuffers by default.

2013-02-22 Thread Eric Anholt
The GLX extension lets you expose visuals that explicitly guarantee you that the GL_FRAMEBUFFER_SRGB_CAPABLE flag will be set, but we can set the flag even while the visual doesn't provide the guarantee. This appears to be consistent with other implementations, as we've seen several apps now that