Allow GL_RGB9_E5 as a valid fbo format
authorMatthew Netsch <quic_mnetsch@quicinc.com>
Tue, 22 Dec 2020 19:40:32 +0000 (01:10 +0530)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 3 Sep 2021 17:36:30 +0000 (17:36 +0000)
commit95fae23679bf1717083797c4ff792666d610f5d4
treee402498608c061787f8b61251df2174e51501b56
parent8e9b64179f935777ff074e8e3141228a7d6d2023
Allow GL_RGB9_E5 as a valid fbo format

If GL_QCOM_render_shared_exponent is available then treat
GL_RGB9_E5 as a valid internal format for fbo. Also, allow
copy of RGB9_E5 pixel data.

Components: OpenGL
VK-GL-CTS Issue: 2898

Affects:
KHR-GLES3.packed_pixels.rectangle.rgb9_e5
KHR-GLES3.packed_pixels.pbo_rectangle.rgb9_e5
KHR-GLES3.packed_pixels.varied_rectangle.rgb9_e5

Change-Id: Ie57d74b9bbd11cf7ccca175813077c22405a0926
(cherry picked from commit db8e2899b1f0ab4677aa24af6fad4119f5fe1fa2)
external/openglcts/modules/common/glcPackedPixelsTests.cpp