aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing/texdepth.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texturing/texdepth.c')
-rw-r--r--tests/texturing/texdepth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texturing/texdepth.c b/tests/texturing/texdepth.c
index 5af44fcd..14f4ee87 100644
--- a/tests/texturing/texdepth.c
+++ b/tests/texturing/texdepth.c
@@ -20,7 +20,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.window_width = COLS*32;
config.window_height = ROWS*32;
- config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DEPTH;
+ config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DEPTH;
PIGLIT_GL_TEST_CONFIG_END