Stop 10bit formats requiring GL_SRGB encoding
authorJames Glanville <james.glanville@imgtec.com>
Thu, 2 Jul 2020 16:02:25 +0000 (17:02 +0100)
committerJames Glanville <james.glanville@imgtec.com>
Thu, 23 Jul 2020 10:56:09 +0000 (06:56 -0400)
commit29dd0729b72d8375ef017001475282d85e29cf1b
treec3f7a9223f7a14e1a576969ab06dd3c59754dea8
parent62f7cc6d4a56069793fe505b95c8d9b89c2d353e
Stop 10bit formats requiring GL_SRGB encoding

The EGL_KHR_gl_colorspace spec does not require formats that
are not SRGB8 to respect the given EGL_GL_COLORSPACE_KHR.

Components: EGL

VK-GL-CTS issue: 2288

Affects:

dEQP-EGL.functional.wide_color.window_1010102_colorspace_srgb
dEQP-EGL.functional.wide_color.pbuffer_1010102_colorspace_srgb

Change-Id: I1d9c502ef2f7068cf13d13564abdfe2d3c75b93b
modules/egl/teglWideColorTests.cpp