diff options
Diffstat (limited to 'tests/hiz/hiz-depth-read-window-stencil1.c')
-rw-r--r-- | tests/hiz/hiz-depth-read-window-stencil1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/hiz/hiz-depth-read-window-stencil1.c b/tests/hiz/hiz-depth-read-window-stencil1.c index 02626774e..889422ff8 100644 --- a/tests/hiz/hiz-depth-read-window-stencil1.c +++ b/tests/hiz/hiz-depth-read-window-stencil1.c @@ -33,6 +33,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 400; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL; |