[Piglit] [PATCH 12/15] ext_packed_depth_stencil: use default window size

Brian Paul brianp at vmware.com
Tue May 13 18:07:07 PDT 2014


---
 tests/spec/ext_packed_depth_stencil/readpixels-24_8.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/spec/ext_packed_depth_stencil/readpixels-24_8.c b/tests/spec/ext_packed_depth_stencil/readpixels-24_8.c
index 656cf2e..966e03e 100644
--- a/tests/spec/ext_packed_depth_stencil/readpixels-24_8.c
+++ b/tests/spec/ext_packed_depth_stencil/readpixels-24_8.c
@@ -36,9 +36,6 @@
 PIGLIT_GL_TEST_CONFIG_BEGIN
 
 	config.supports_gl_compat_version = 10;
-
-	config.window_width = BUF_WIDTH;
-	config.window_height = BUF_WIDTH;
 	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