On Mon, 2018-07-30 at 12:14 -0700, Eric Anholt wrote:
> Jon Turney writes:
>
> > Make glXChooseFBConfig properly handle the case where the only matching
> > configs have the sRGB flag set, but no sRGB attribute is specified.
> >
> > Since 6e06e281, the sRGBcapable flag is now actually compared,
Jon Turney writes:
> Make glXChooseFBConfig properly handle the case where the only matching
> configs have the sRGB flag set, but no sRGB attribute is specified.
>
> Since 6e06e281, the sRGBcapable flag is now actually compared, using
> MATCH_DONT_CARE.
>
> 7b0f912e added defaulting of sRGBcapab
Make glXChooseFBConfig properly handle the case where the only matching
configs have the sRGB flag set, but no sRGB attribute is specified.
Since 6e06e281, the sRGBcapable flag is now actually compared, using
MATCH_DONT_CARE.
7b0f912e added defaulting of sRGBcapable to GL_FALSE in
__glXInitialize