From: Ian Romanick Date: Thu, 12 Jul 2012 20:56:32 +0000 (-0700) Subject: glx: Set sRGBCapable to a default value X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b0f912e70d79bcb863ea38f7d3910ab2be0860e;p=mesa.git 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 Reviewed-by: Eric Anholt Reviewed-by: Kenneth Graunke Cc: Maciej Wieczorek --- diff --git a/src/glx/glxext.c b/src/glx/glxext.c index e55c1c17841..ef1e7ad2c8b 100644 --- a/src/glx/glxext.c +++ b/src/glx/glxext.c @@ -374,6 +374,8 @@ __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, #endif } + config->sRGBCapable = GL_FALSE; + /* ** Additional properties may be in a list at the end ** of the reply. They are in pairs of property type