aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-11-02 11:24:30 -0600
committerBrian Paul <brianp@vmware.com>2012-11-06 16:12:38 -0700
commit8bfc6d742b59b33d17f7f955f3e2914e65ed0305 (patch)
tree43f44f39c7247139a454f07e9df23d6ca9008531 /tests/texturing
parent8d4a85047b90a18c219ef818cce6a39304eb1873 (diff)
lodclamp-between: set window size to 200x200
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests/texturing')
-rw-r--r--tests/texturing/lodclamp-between.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texturing/lodclamp-between.c b/tests/texturing/lodclamp-between.c
index 4d8e50e5..787e6012 100644
--- a/tests/texturing/lodclamp-between.c
+++ b/tests/texturing/lodclamp-between.c
@@ -42,7 +42,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.supports_gl_compat_version = 10;
- config.window_width = 100;
+ config.window_width = 200;
config.window_height = 200;
config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB;