aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/glshared/glsFboCompletenessTests.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/glshared/glsFboCompletenessTests.cpp b/modules/glshared/glsFboCompletenessTests.cpp
index de1daa8c2..c979b0658 100644
--- a/modules/glshared/glsFboCompletenessTests.cpp
+++ b/modules/glshared/glsFboCompletenessTests.cpp
@@ -209,6 +209,12 @@ static const FormatKey s_extTextureSRGBRG8Formats[] =
GL_SRG8_EXT,
};
+static const FormatKey s_qcomRenderSRGBR8RG8Formats[] =
+{
+ GL_SR8_EXT,
+ GL_SRG8_EXT,
+};
+
static const FormatExtEntry s_esExtFormats[] =
{
{
@@ -389,6 +395,12 @@ static const FormatExtEntry s_esExtFormats[] =
(deUint32)TEXTURE_VALID,
GLS_ARRAY_RANGE(s_extTextureSRGBRG8Formats)
},
+
+ {
+ "GL_QCOM_render_sRGB_R8_RG8",
+ (deUint32)(REQUIRED_RENDERABLE | COLOR_RENDERABLE | RENDERBUFFER_VALID | TEXTURE_VALID),
+ GLS_ARRAY_RANGE(s_qcomRenderSRGBR8RG8Formats)
+ },
};
Context::Context (TestContext& testCtx,