diff options
author | Keith Whitwell <[email protected]> | 2010-05-21 16:05:16 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-05-21 16:05:16 +0100 |
commit | 519694e0fcbd776787a69b7cef87c14dd7c99dc5 (patch) | |
tree | 639ca7eb781c80c70f74bce664b85b654eb77bc0 /src/gallium/drivers/cell/spu/spu_tri.c | |
parent | ef9b4d20d78a748e653a61286d83f33dc6c46184 (diff) |
gallium: remnants of old ccw state
Diffstat (limited to 'src/gallium/drivers/cell/spu/spu_tri.c')
-rw-r--r-- | src/gallium/drivers/cell/spu/spu_tri.c | 2 |
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 f619380d807..efeebca27bb 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; } |