[Piglit] [PATCH 5/8] arb_texture_storage: remove config.window_width/height lines

Brian Paul brianp at vmware.com
Fri Nov 2 16:08:18 PDT 2012


---
 tests/spec/arb_texture_storage/texture-storage.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/tests/spec/arb_texture_storage/texture-storage.c b/tests/spec/arb_texture_storage/texture-storage.c
index e8bbd88..6d55fe6 100644
--- a/tests/spec/arb_texture_storage/texture-storage.c
+++ b/tests/spec/arb_texture_storage/texture-storage.c
@@ -34,8 +34,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
 
 	config.supports_gl_compat_version = 10;
 
-	config.window_width = 100;
-	config.window_height = 100;
 	config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE;
 
 PIGLIT_GL_TEST_CONFIG_END
-- 
1.7.3.4



More information about the Piglit mailing list