[Piglit] [PATCH 14/24] proxy-texture: use default window size
Brian Paul
brianp at vmware.com
Tue Apr 29 08:05:48 PDT 2014
---
tests/texturing/proxy-texture.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/texturing/proxy-texture.c b/tests/texturing/proxy-texture.c
index cccc536..5301709 100644
--- a/tests/texturing/proxy-texture.c
+++ b/tests/texturing/proxy-texture.c
@@ -33,8 +33,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.supports_gl_compat_version = 10;
- config.window_width = 128;
- config.window_height = 128;
config.window_visual = PIGLIT_GL_VISUAL_RGB;
PIGLIT_GL_TEST_CONFIG_END
--
1.7.10.4
More information about the Piglit
mailing list