diff options
Diffstat (limited to 'tests/texturing/levelclamp.c')
-rw-r--r-- | tests/texturing/levelclamp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/texturing/levelclamp.c b/tests/texturing/levelclamp.c index 1ae7bbf34..eda5173de 100644 --- a/tests/texturing/levelclamp.c +++ b/tests/texturing/levelclamp.c @@ -38,6 +38,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 500; config.window_height = 600; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB; |