summaryrefslogtreecommitdiff
path: root/tests/fbo/fbo-formats.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fbo/fbo-formats.h')
-rw-r--r--tests/fbo/fbo-formats.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fbo/fbo-formats.h b/tests/fbo/fbo-formats.h
index d73e28244..c2a720187 100644
--- a/tests/fbo/fbo-formats.h
+++ b/tests/fbo/fbo-formats.h
@@ -104,13 +104,13 @@ static const struct format_desc ext_packed_depth_stencil[] = {
static const struct format_desc ext_texture_srgb[] = {
FORMAT(GL_SRGB_EXT, GL_RGB),
- FORMAT(GL_SRGB8_EXT, GL_RGB),
+/* FORMAT(GL_SRGB8_EXT, GL_RGB),
FORMAT(GL_SRGB_ALPHA_EXT, GL_RGBA),
FORMAT(GL_SRGB8_ALPHA8_EXT, GL_RGBA),
FORMAT(GL_SLUMINANCE_ALPHA_EXT, GL_LUMINANCE_ALPHA),
FORMAT(GL_SLUMINANCE8_ALPHA8_EXT, GL_LUMINANCE_ALPHA),
FORMAT(GL_SLUMINANCE_EXT, GL_LUMINANCE),
- FORMAT(GL_SLUMINANCE8_EXT, GL_LUMINANCE),
+ FORMAT(GL_SLUMINANCE8_EXT, GL_LUMINANCE),*/
};
static const struct format_desc ext_texture_srgb_compressed[] = {