[Piglit] [PATCH 04/11] lodclamp-between: set window size to 200x200

Brian Paul brianp at vmware.com
Fri Nov 2 13:01:51 PDT 2012


---
 tests/texturing/lodclamp-between.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/texturing/lodclamp-between.c b/tests/texturing/lodclamp-between.c
index 4d8e50e..787e601 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;
 
-- 
1.7.3.4



More information about the Piglit mailing list