[Piglit] [PATCH 13/24] incomplete-texture: use default window size

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


---
 tests/texturing/incomplete-texture.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/texturing/incomplete-texture.c b/tests/texturing/incomplete-texture.c
index 864aeb2..07fe568 100644
--- a/tests/texturing/incomplete-texture.c
+++ b/tests/texturing/incomplete-texture.c
@@ -35,8 +35,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
 
 	config.supports_gl_compat_version = 10;
 
-	config.window_width = 150;
-	config.window_height = 50;
 	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