[Piglit] [PATCH 04/15] gl-3.2/layered-rendering_blit: use default window size
Brian Paul
brianp at vmware.com
Tue May 13 18:06:59 PDT 2014
---
tests/spec/gl-3.2/layered-rendering/blit.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tests/spec/gl-3.2/layered-rendering/blit.c b/tests/spec/gl-3.2/layered-rendering/blit.c
index 598fd4e..78ebeb5 100644
--- a/tests/spec/gl-3.2/layered-rendering/blit.c
+++ b/tests/spec/gl-3.2/layered-rendering/blit.c
@@ -55,9 +55,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.supports_gl_compat_version = 32;
config.supports_gl_core_version = 32;
-
- config.window_width = 128;
- config.window_height = 128;
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