summaryrefslogtreecommitdiff
path: root/tests/texturing
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-04-29 08:43:32 -0600
committerBrian Paul <brianp@vmware.com>2014-04-29 18:26:59 -0600
commit606d4ceac88983b7be7c314c50d88e7e59d187bf (patch)
tree1ca0e4dd91fe0ef115dd03d2008c3ea03f24af1a /tests/texturing
parent8421ec570a7e70950c6a9d8c978b8a3394316acd (diff)
proxy-texture: use default window size
Reviewed-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'tests/texturing')
-rw-r--r--tests/texturing/proxy-texture.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/texturing/proxy-texture.c b/tests/texturing/proxy-texture.c
index cccc53687..530170920 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