diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-01 09:27:57 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-02-01 14:04:55 -0700 |
commit | b108bea6b44c1abc6d61e3e47096e5122de89cd1 (patch) | |
tree | e92a885d58b2b5d21055244cb734c0e9834f0a66 /src/mesa/pipe/cell/spu/spu_tri.h | |
parent | 20df285b14bc655d5429c7d2b82446204f9a1f2e (diff) |
Cell: store current tile status in cur_tile_status_c/z, add TILE_STATUS_GETTING
Diffstat (limited to 'src/mesa/pipe/cell/spu/spu_tri.h')
-rw-r--r-- | src/mesa/pipe/cell/spu/spu_tri.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/spu/spu_tri.h b/src/mesa/pipe/cell/spu/spu_tri.h index 86c42b6339..aa694dd7c9 100644 --- a/src/mesa/pipe/cell/spu/spu_tri.h +++ b/src/mesa/pipe/cell/spu/spu_tri.h @@ -30,7 +30,7 @@ #define SPU_TRI_H -extern void +extern boolean tri_draw(const float *v0, const float *v1, const float *v2, uint tx, uint ty); |