summaryrefslogtreecommitdiff
path: root/tests/texturing/texture-rg.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texturing/texture-rg.c')
-rw-r--r--tests/texturing/texture-rg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/texturing/texture-rg.c b/tests/texturing/texture-rg.c
index f4b59bbd3..d84f0bd58 100644
--- a/tests/texturing/texture-rg.c
+++ b/tests/texturing/texture-rg.c
@@ -31,6 +31,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_ALPHA | PIGLIT_GL_VISUAL_DOUBLE;