[Piglit] [PATCH 11/21] arb_fragment_program: use default window size

Brian Paul brianp at vmware.com
Thu May 8 15:48:40 PDT 2014


---
 tests/spec/arb_fragment_program/minmax.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/spec/arb_fragment_program/minmax.c b/tests/spec/arb_fragment_program/minmax.c
index ad0109f..4150fb1 100644
--- a/tests/spec/arb_fragment_program/minmax.c
+++ b/tests/spec/arb_fragment_program/minmax.c
@@ -31,8 +31,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
 
 	config.supports_gl_compat_version = 10;
 
-	config.window_width = 32;
-	config.window_height = 32;
 	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
 
 PIGLIT_GL_TEST_CONFIG_END
-- 
1.7.10.4



More information about the Piglit mailing list