diff options
Diffstat (limited to 'tests/fbo/fbo-generatemipmap-npot.c')
-rw-r--r-- | tests/fbo/fbo-generatemipmap-npot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fbo/fbo-generatemipmap-npot.c b/tests/fbo/fbo-generatemipmap-npot.c index d32204b2d..5fa85e760 100644 --- a/tests/fbo/fbo-generatemipmap-npot.c +++ b/tests/fbo/fbo-generatemipmap-npot.c @@ -37,6 +37,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 700; config.window_height = 300; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB; |