summaryrefslogtreecommitdiff
path: root/tests/fbo/fbo-alphatest-nocolor-ff.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fbo/fbo-alphatest-nocolor-ff.c')
-rw-r--r--tests/fbo/fbo-alphatest-nocolor-ff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fbo/fbo-alphatest-nocolor-ff.c b/tests/fbo/fbo-alphatest-nocolor-ff.c
index 14314b285..be8eaf050 100644
--- a/tests/fbo/fbo-alphatest-nocolor-ff.c
+++ b/tests/fbo/fbo-alphatest-nocolor-ff.c
@@ -34,6 +34,8 @@
PIGLIT_GL_TEST_CONFIG_BEGIN
+ config.supports_gl_compat_version = 10;
+
config.window_width = 32;
config.window_height = 32;
config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_ALPHA;