summaryrefslogtreecommitdiff
path: root/tests/texturing/lodclamp-between.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texturing/lodclamp-between.c')
-rw-r--r--tests/texturing/lodclamp-between.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/texturing/lodclamp-between.c b/tests/texturing/lodclamp-between.c
index 42381bd37..4d8e50e59 100644
--- a/tests/texturing/lodclamp-between.c
+++ b/tests/texturing/lodclamp-between.c
@@ -40,6 +40,8 @@
PIGLIT_GL_TEST_CONFIG_BEGIN
+ config.supports_gl_compat_version = 10;
+
config.window_width = 100;
config.window_height = 200;
config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB;