diff options
Diffstat (limited to 'tests/fbo/fbo-colormask-formats.c')
-rw-r--r-- | tests/fbo/fbo-colormask-formats.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fbo/fbo-colormask-formats.c b/tests/fbo/fbo-colormask-formats.c index 4708161d6..4bf3ece6d 100644 --- a/tests/fbo/fbo-colormask-formats.c +++ b/tests/fbo/fbo-colormask-formats.c @@ -31,6 +31,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 512; config.window_height = 32; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE; |