summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu
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/drivers/cell/spu
parentef9b4d20d78a748e653a61286d83f33dc6c46184 (diff)
gallium: remnants of old ccw state
Diffstat (limited to 'src/gallium/drivers/cell/spu')
-rw-r--r--src/gallium/drivers/cell/spu/spu_tri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_tri.c b/src/gallium/drivers/cell/spu/spu_tri.c
index f619380d80..efeebca27b 100644
--- a/src/gallium/drivers/cell/spu/spu_tri.c
+++ b/src/gallium/drivers/cell/spu/spu_tri.c
@@ -568,7 +568,7 @@ setup_sort_vertices(const qword vs)
ASSERT(CELL_FACING_FRONT == 0);
ASSERT(CELL_FACING_BACK == 1);
setup.facing = (area * sign > 0.0f)
- ^ (spu.rasterizer.front_winding == PIPE_WINDING_CW);
+ ^ (!spu.rasterizer.front_ccw);
return TRUE;
}