glx: Set sRGBCapable to a default value
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 12 Jul 2012 20:56:32 +0000 (13:56 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 29 Oct 2012 16:55:15 +0000 (09:55 -0700)
commit7b0f912e70d79bcb863ea38f7d3910ab2be0860e
treefb44380a7c46bccedfe5c491ea0b088583aac349
parent170f0459a2367406d4ec838b2eebdc6ff2f84f2c
glx: Set sRGBCapable to a default value

Previously, if the server didn't send a GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT
tag, it would still be set to GLX_DONT_CARE (which is -1).  Set it to
GL_FALSE instead.

NOTE: This is a candidate for stable release branches.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Cc: Maciej Wieczorek <maciej.t.wieczorek@intel.com>
src/glx/glxext.c