summaryrefslogtreecommitdiff
path: root/tests/shaders/vp-address-05.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/vp-address-05.c')
-rw-r--r--tests/shaders/vp-address-05.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shaders/vp-address-05.c b/tests/shaders/vp-address-05.c
index 513665d55..1fedeed7e 100644
--- a/tests/shaders/vp-address-05.c
+++ b/tests/shaders/vp-address-05.c
@@ -36,6 +36,8 @@
PIGLIT_GL_TEST_CONFIG_BEGIN
+ config.supports_gl_compat_version = 10;
+
config.window_width = (((BOX_SIZE+1)*TEST_COLS)+1);
config.window_height = (((BOX_SIZE+1)*TEST_ROWS)+1);
config.window_visual = PIGLIT_GL_VISUAL_DOUBLE;