summaryrefslogtreecommitdiff
path: root/tests/texturing
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-04-29 08:55:05 -0600
committerBrian Paul <brianp@vmware.com>2014-04-29 18:26:59 -0600
commitf249c4c269e9b1fc20c484dcb1a0f78860a51e3c (patch)
tree7ccc50e4c7694d76ff3e2d98c500f6da5985df86 /tests/texturing
parent7d6ec1ef68c75e99071b4c9cc234b7c2061bd066 (diff)
texture-al: use default window size
Reviewed-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'tests/texturing')
-rw-r--r--tests/texturing/texture-al.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/texturing/texture-al.c b/tests/texturing/texture-al.c
index ab81f63fb..d33bb6b51 100644
--- a/tests/texturing/texture-al.c
+++ b/tests/texturing/texture-al.c
@@ -35,8 +35,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_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
PIGLIT_GL_TEST_CONFIG_END