summaryrefslogtreecommitdiff
path: root/tests/fbo/fbo-generatemipmap-formats.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fbo/fbo-generatemipmap-formats.c')
-rw-r--r--tests/fbo/fbo-generatemipmap-formats.c4
1 files changed, 2 insertions, 2 deletions
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 &&