aboutsummaryrefslogtreecommitdiff
path: root/tests/fbo/fbo-nodepth-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fbo/fbo-nodepth-test.c')
-rw-r--r--tests/fbo/fbo-nodepth-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fbo/fbo-nodepth-test.c b/tests/fbo/fbo-nodepth-test.c
index 3c3d3234..6c92132a 100644
--- a/tests/fbo/fbo-nodepth-test.c
+++ b/tests/fbo/fbo-nodepth-test.c
@@ -35,6 +35,8 @@
PIGLIT_GL_TEST_CONFIG_BEGIN
+ config.supports_gl_compat_version = 10;
+
config.window_width = 128;
config.window_height = 128;
config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;