summaryrefslogtreecommitdiff
path: root/tests/texturing/depth-level-clamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texturing/depth-level-clamp.c')
-rw-r--r--tests/texturing/depth-level-clamp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/texturing/depth-level-clamp.c b/tests/texturing/depth-level-clamp.c
index 0f05049c3..bb1daf1c6 100644
--- a/tests/texturing/depth-level-clamp.c
+++ b/tests/texturing/depth-level-clamp.c
@@ -43,6 +43,8 @@
PIGLIT_GL_TEST_CONFIG_BEGIN
+ config.supports_gl_compat_version = 10;
+
config.window_width = (MAX_SIZE*2+PAD*3);
config.window_height = (MAX_SIZE*MAX_LOD+PAD*(MAX_LOD+1));
config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB;