summaryrefslogtreecommitdiff
path: root/tests/fbo/fbo-integer.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-11-02 11:34:49 -0600
committerBrian Paul <brianp@vmware.com>2012-11-06 16:12:39 -0700
commit7b615ff4f3bff4c6dda9f59fb6d8eb69e3c75af9 (patch)
tree5557a2fd21ed002cc57dc79c516f4edccccde5ad /tests/fbo/fbo-integer.c
parent7d7dd690964757c8be4394f75a27ff15ffd62e2b (diff)
fbo: remove config.window_width/height assignments
Instead of sizes less than 150x150. No regressions seen with new size. Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests/fbo/fbo-integer.c')
-rw-r--r--tests/fbo/fbo-integer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/fbo/fbo-integer.c b/tests/fbo/fbo-integer.c
index 6b4c360a3..15a9dc6eb 100644
--- a/tests/fbo/fbo-integer.c
+++ b/tests/fbo/fbo-integer.c
@@ -34,8 +34,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_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE;
PIGLIT_GL_TEST_CONFIG_END