summaryrefslogtreecommitdiff
path: root/tests/texturing/streaming-texture-leak.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texturing/streaming-texture-leak.c')
-rw-r--r--tests/texturing/streaming-texture-leak.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/texturing/streaming-texture-leak.c b/tests/texturing/streaming-texture-leak.c
index 5190174aa..94cf61f6b 100644
--- a/tests/texturing/streaming-texture-leak.c
+++ b/tests/texturing/streaming-texture-leak.c
@@ -40,6 +40,8 @@
PIGLIT_GL_TEST_CONFIG_BEGIN
+ config.supports_gl_compat_version = 10;
+
config.window_width = 100;
config.window_height = 100;
config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;