diff options
Diffstat (limited to 'tests/general/object_purgeable-api-pbo.c')
-rw-r--r-- | tests/general/object_purgeable-api-pbo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/general/object_purgeable-api-pbo.c b/tests/general/object_purgeable-api-pbo.c index 80413dede..2f068af0e 100644 --- a/tests/general/object_purgeable-api-pbo.c +++ b/tests/general/object_purgeable-api-pbo.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB; |