diff options
Diffstat (limited to 'tests/texturing/texrect-many.c')
-rw-r--r-- | tests/texturing/texrect-many.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/texturing/texrect-many.c b/tests/texturing/texrect-many.c index 2924201cc..16b3954ac 100644 --- a/tests/texturing/texrect-many.c +++ b/tests/texturing/texrect-many.c @@ -10,6 +10,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 16*16; config.window_height = 11*16; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_ALPHA; |