summaryrefslogtreecommitdiff
path: root/tests/general/vbo-subdata-zero.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general/vbo-subdata-zero.c')
-rw-r--r--tests/general/vbo-subdata-zero.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/general/vbo-subdata-zero.c b/tests/general/vbo-subdata-zero.c
index f9387ac17..329e6df92 100644
--- a/tests/general/vbo-subdata-zero.c
+++ b/tests/general/vbo-subdata-zero.c
@@ -28,6 +28,8 @@
PIGLIT_GL_TEST_CONFIG_BEGIN
+ config.supports_gl_compat_version = 10;
+
config.window_width = 400;
config.window_height = 300;
config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;