[Piglit] [PATCH 4/5] ext_packed_float: remove explicit 100x100 window size
Brian Paul
brianp at vmware.com
Tue Jan 22 17:17:24 PST 2013
---
.../getteximage-invalid-format-for-packed-type.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/tests/spec/ext_packed_float/getteximage-invalid-format-for-packed-type.c b/tests/spec/ext_packed_float/getteximage-invalid-format-for-packed-type.c
index a9f77d4..5203383 100644
--- a/tests/spec/ext_packed_float/getteximage-invalid-format-for-packed-type.c
+++ b/tests/spec/ext_packed_float/getteximage-invalid-format-for-packed-type.c
@@ -73,8 +73,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_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
PIGLIT_GL_TEST_CONFIG_END
--
1.7.3.4
More information about the Piglit
mailing list