summaryrefslogtreecommitdiff
path: root/tests/spec/arb_blend_func_extended/api/blend-api.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/arb_blend_func_extended/api/blend-api.c')
-rw-r--r--tests/spec/arb_blend_func_extended/api/blend-api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/spec/arb_blend_func_extended/api/blend-api.c b/tests/spec/arb_blend_func_extended/api/blend-api.c
index 07b126b72..66073ff5c 100644
--- a/tests/spec/arb_blend_func_extended/api/blend-api.c
+++ b/tests/spec/arb_blend_func_extended/api/blend-api.c
@@ -30,6 +30,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;