Stop 10bit formats requiring GL_SRGB encoding
authorJames Glanville <james.glanville@imgtec.com>
Fri, 17 Apr 2020 10:54:40 +0000 (11:54 +0100)
committerPaul Thomson <paulthomson@google.com>
Tue, 2 Jun 2020 16:16:46 +0000 (17:16 +0100)
commit663cf7a9fec574036cdb028b8473317f104ae2dd
treeb57d79ce5da5f13c6113fb23610d40d9b58cbb6b
parent0198cb5dee65c36632be43dd680a367ef000a18f
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: I41ab6c6a0467a29cf7e5e764bf2b2cfb78c51db3
modules/egl/teglWideColorTests.cpp