aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing/getteximage-simple.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-11-02 11:24:55 -0600
committerBrian Paul <brianp@vmware.com>2012-11-06 16:12:39 -0700
commit7d7dd690964757c8be4394f75a27ff15ffd62e2b (patch)
treea9042faf01e944e9e6207820f1125f1985c2bc42 /tests/texturing/getteximage-simple.c
parent8bfc6d742b59b33d17f7f955f3e2914e65ed0305 (diff)
texturing: remove config.window_width/height assignments
Use the default window size. No regressions seen with new size. Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests/texturing/getteximage-simple.c')
-rw-r--r--tests/texturing/getteximage-simple.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/texturing/getteximage-simple.c b/tests/texturing/getteximage-simple.c
index b117dbea..1ccbcf0e 100644
--- a/tests/texturing/getteximage-simple.c
+++ b/tests/texturing/getteximage-simple.c
@@ -16,8 +16,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