diff options
Diffstat (limited to 'tests/spec/ext_framebuffer_multisample/blit-mismatched-formats.cpp')
-rw-r--r-- | tests/spec/ext_framebuffer_multisample/blit-mismatched-formats.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/spec/ext_framebuffer_multisample/blit-mismatched-formats.cpp b/tests/spec/ext_framebuffer_multisample/blit-mismatched-formats.cpp index da3b139d7..5162de1fb 100644 --- a/tests/spec/ext_framebuffer_multisample/blit-mismatched-formats.cpp +++ b/tests/spec/ext_framebuffer_multisample/blit-mismatched-formats.cpp @@ -38,6 +38,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_DOUBLE | PIGLIT_GL_VISUAL_RGBA; |