diff options
Diffstat (limited to 'tests/texturing/array-depth-roundtrip.c')
-rw-r--r-- | tests/texturing/array-depth-roundtrip.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/texturing/array-depth-roundtrip.c b/tests/texturing/array-depth-roundtrip.c index 851a96996..445796a0e 100644 --- a/tests/texturing/array-depth-roundtrip.c +++ b/tests/texturing/array-depth-roundtrip.c @@ -54,6 +54,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = TEX_WIDTH*NUM_TILES_ACROSS; config.window_height = TEX_HEIGHT*NUM_TILES_DOWN; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB; |