egl/dri2: expose srgb configs when KHR_gl_colorspace is available
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 29 Nov 2015 16:48:51 +0000 (16:48 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 22 Jan 2016 11:55:54 +0000 (11:55 +0000)
commit54702c2fa1a146f45a1f8c35abe2b529e24b2acf
tree075f7e32351b3880377577dcd28be561479f6c54
parentf29a772a7e0ae5113822bcf14eb3bc87477c5fb1
egl/dri2: expose srgb configs when KHR_gl_colorspace is available

Otherwise the user has no way of using it, and we'll try to access the
linear one.

v2:
 - Bail out when KHR_gl_colorspace is missing and srgb is set (Marek)

Cc: Chih-Wei Huang <cwhuang@android-x86.org>
Cc: "11.0 11.1" <mesa-stable@lists.freedesktop.org>
Fixes: c2c2e9ab604(egl: implement EGL_KHR_gl_colorspace (v2))
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91596
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Tested-by: Mauro Rossi <issor.oruam@gmail.com>
src/egl/drivers/dri2/egl_dri2.c