diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-10-15 14:39:16 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-10-15 14:39:16 -0600 |
commit | ec7d6c656178babdf143faa242f7a3df9d0bc22c (patch) | |
tree | 9983e7c509ca0cf85341a3699c38fb578b9ff586 /src/gallium/drivers/cell/spu/spu_tri.h | |
parent | 8bf105997748ba268eb65b39461e379fe6642c5a (diff) |
cell: send rasterizer state to SPUs in proper way, remove front_winding hack
Diffstat (limited to 'src/gallium/drivers/cell/spu/spu_tri.h')
-rw-r--r-- | src/gallium/drivers/cell/spu/spu_tri.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_tri.h b/src/gallium/drivers/cell/spu/spu_tri.h index abc3d35160..aa694dd7c9 100644 --- a/src/gallium/drivers/cell/spu/spu_tri.h +++ b/src/gallium/drivers/cell/spu/spu_tri.h @@ -31,7 +31,7 @@ extern boolean -tri_draw(const float *v0, const float *v1, const float *v2, uint tx, uint ty, uint front_winding); +tri_draw(const float *v0, const float *v1, const float *v2, uint tx, uint ty); #endif /* SPU_TRI_H */ |