summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOded Gabbay <oded.gabbay@gmail.com>2015-11-17 09:44:54 +0200
committerOded Gabbay <oded.gabbay@gmail.com>2015-11-17 09:44:56 +0200
commit38024fb8e9d4739eaa8a632400b6ca85e101932d (patch)
tree2630904dd13f75cbcfe02e79fd46734409bcefa9
parent79a9edc286fef825cf3466346bc943226361e29a (diff)
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
-rw-r--r--tests/fbo/fbo-formats.h4
-rw-r--r--tests/fbo/fbo-generatemipmap-formats.c4
2 files changed, 4 insertions, 4 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[] = {
diff --git a/tests/fbo/fbo-generatemipmap-formats.c b/tests/fbo/fbo-generatemipmap-formats.c
index 1075e7829..991eeafc3 100644
--- a/tests/fbo/fbo-generatemipmap-formats.c
+++ b/tests/fbo/fbo-generatemipmap-formats.c
@@ -494,7 +494,7 @@ piglit_display(void)
pass = test_format(&format,
test_sets[test_index].basetype) && pass;
- }
+ }/*
if (piglit_is_extension_supported("GL_ARB_texture_non_power_of_two")) {
set_npot(GL_TRUE);
for (i = 0; i < test_sets[test_index].num_formats; i++) {
@@ -507,7 +507,7 @@ piglit_display(void)
test_sets[test_index].basetype) && pass;
}
set_npot(GL_FALSE);
- }
+ }*/
} else {
format = test_sets[test_index].format[format_index];
if (format.base_internal_format != GL_DEPTH_STENCIL &&