summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-fs-shader-stencil-export.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/glsl-fs-shader-stencil-export.c')
-rw-r--r--tests/shaders/glsl-fs-shader-stencil-export.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shaders/glsl-fs-shader-stencil-export.c b/tests/shaders/glsl-fs-shader-stencil-export.c
index f69814a92..2306909a0 100644
--- a/tests/shaders/glsl-fs-shader-stencil-export.c
+++ b/tests/shaders/glsl-fs-shader-stencil-export.c
@@ -33,6 +33,8 @@
PIGLIT_GL_TEST_CONFIG_BEGIN
+ config.supports_gl_compat_version = 10;
+
config.window_width = 256;
config.window_height = 256;
config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL;