[Piglit] [PATCH 3/4] pbo-readpixels-small: use default window size

Brian Paul brianp at vmware.com
Sun Jun 8 15:16:02 PDT 2014


---
 tests/general/pbo-readpixels-small.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/general/pbo-readpixels-small.c b/tests/general/pbo-readpixels-small.c
index 026531b..900a929 100644
--- a/tests/general/pbo-readpixels-small.c
+++ b/tests/general/pbo-readpixels-small.c
@@ -41,9 +41,6 @@
 PIGLIT_GL_TEST_CONFIG_BEGIN
 
 	config.supports_gl_compat_version = 10;
-
-	config.window_width = 2;
-	config.window_height = 2;
 	config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
 
 PIGLIT_GL_TEST_CONFIG_END
-- 
1.7.10.4



More information about the Piglit mailing list