[Piglit] [PATCH 21/21] gl-3.1: use default window size

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


---
 tests/spec/gl-3.1/genned-names.c |    2 --
 tests/spec/gl-3.1/minmax.c       |    2 --
 2 files changed, 4 deletions(-)

diff --git a/tests/spec/gl-3.1/genned-names.c b/tests/spec/gl-3.1/genned-names.c
index def36bb..dba8553 100644
--- a/tests/spec/gl-3.1/genned-names.c
+++ b/tests/spec/gl-3.1/genned-names.c
@@ -41,8 +41,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
 	config.supports_gl_core_version = 31;
 	config.supports_gl_compat_version = 0;
 
-	config.window_width = 32;
-	config.window_height = 32;
 	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
 
 PIGLIT_GL_TEST_CONFIG_END
diff --git a/tests/spec/gl-3.1/minmax.c b/tests/spec/gl-3.1/minmax.c
index c965ebe..dd5cc2d 100644
--- a/tests/spec/gl-3.1/minmax.c
+++ b/tests/spec/gl-3.1/minmax.c
@@ -34,8 +34,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
 	config.supports_gl_core_version = 31;
 	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