diff options
Diffstat (limited to 'tests/fbo/fbo-depth-array.c')
-rw-r--r-- | tests/fbo/fbo-depth-array.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fbo/fbo-depth-array.c b/tests/fbo/fbo-depth-array.c index 0283ffdbe..492ae5618 100644 --- a/tests/fbo/fbo-depth-array.c +++ b/tests/fbo/fbo-depth-array.c @@ -43,6 +43,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 200; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB; |