[Piglit] [PATCH 24/24] point-line-no-cull: use default window size

Brian Paul brianp at vmware.com
Tue Apr 29 08:05:58 PDT 2014


---
 tests/general/point-line-no-cull.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/general/point-line-no-cull.c b/tests/general/point-line-no-cull.c
index 027d5f8..5a13a55 100644
--- a/tests/general/point-line-no-cull.c
+++ b/tests/general/point-line-no-cull.c
@@ -36,8 +36,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
 
 	config.supports_gl_compat_version = 10;
 
-	config.window_width = 120;
-	config.window_height = 120;
 	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