summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-05-21 16:05:16 +0100
committerKeith Whitwell <keithw@vmware.com>2010-05-21 16:05:16 +0100
commit519694e0fcbd776787a69b7cef87c14dd7c99dc5 (patch)
tree639ca7eb781c80c70f74bce664b85b654eb77bc0 /src/gallium/tests/graw
parentef9b4d20d78a748e653a61286d83f33dc6c46184 (diff)
gallium: remnants of old ccw state
Diffstat (limited to 'src/gallium/tests/graw')
-rw-r--r--src/gallium/tests/graw/quad-tex.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/tests/graw/quad-tex.c b/src/gallium/tests/graw/quad-tex.c
index 91b1cf49ed..225cbfc8e8 100644
--- a/src/gallium/tests/graw/quad-tex.c
+++ b/src/gallium/tests/graw/quad-tex.c
@@ -377,8 +377,7 @@ static void init( void )
struct pipe_rasterizer_state rasterizer;
void *handle;
memset(&rasterizer, 0, sizeof rasterizer);
- rasterizer.front_winding = PIPE_WINDING_CW;
- rasterizer.cull_mode = PIPE_WINDING_NONE;
+ rasterizer.cull_face = PIPE_FACE_NONE;
rasterizer.gl_rasterization_rules = 1;
handle = ctx->create_rasterizer_state(ctx, &rasterizer);
ctx->bind_rasterizer_state(ctx, handle);