diff options
Diffstat (limited to 'tests/texturing/tex3d-depth1.c')
-rw-r--r-- | tests/texturing/tex3d-depth1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/texturing/tex3d-depth1.c b/tests/texturing/tex3d-depth1.c index 980562ecb..8f6e80be7 100644 --- a/tests/texturing/tex3d-depth1.c +++ b/tests/texturing/tex3d-depth1.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 64; config.window_height = 64; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA; |