summaryrefslogtreecommitdiff
path: root/tests/general/triangle-rasterization-overdraw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general/triangle-rasterization-overdraw.cpp')
-rw-r--r--tests/general/triangle-rasterization-overdraw.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/general/triangle-rasterization-overdraw.cpp b/tests/general/triangle-rasterization-overdraw.cpp
index 998523342..0a41e5850 100644
--- a/tests/general/triangle-rasterization-overdraw.cpp
+++ b/tests/general/triangle-rasterization-overdraw.cpp
@@ -73,6 +73,8 @@ int random_test_count = 10;
PIGLIT_GL_TEST_CONFIG_BEGIN
+ config.supports_gl_compat_version = 10;
+
config.window_width = 1000;
config.window_height = 1000;
config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;