aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing/texrect-many.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texturing/texrect-many.c')
-rw-r--r--tests/texturing/texrect-many.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/texturing/texrect-many.c b/tests/texturing/texrect-many.c
index cc2038a0..2924201c 100644
--- a/tests/texturing/texrect-many.c
+++ b/tests/texturing/texrect-many.c
@@ -8,10 +8,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 16 * 16 /*window_width*/,
- 11 * 16 /*window_height*/,
- PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_ALPHA)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 16*16;
+ config.window_height = 11*16;
+ config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_ALPHA;
+
+PIGLIT_GL_TEST_CONFIG_END
static int NumTextures = 16;
static GLuint Textures[16];