summaryrefslogtreecommitdiff
path: root/tests/shaders/vp-address-04.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/vp-address-04.c')
-rw-r--r--tests/shaders/vp-address-04.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shaders/vp-address-04.c b/tests/shaders/vp-address-04.c
index e24295595..7c19b31f4 100644
--- a/tests/shaders/vp-address-04.c
+++ b/tests/shaders/vp-address-04.c
@@ -73,6 +73,8 @@ static const GLfloat attrib[] = {
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;