summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu/spu_exec.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-05-30 19:23:40 +0100
committerKeith Whitwell <keithw@vmware.com>2010-06-07 16:37:21 +0100
commit0cdc0a702c0ce0c93e82f32b30c8d6cdfc1d744e (patch)
treeb4af4edb687312bae08da6ac93f1aa8ae859128d /src/gallium/drivers/cell/spu/spu_exec.c
parentd6861be9cc42c19f7f0bb719e7e2dab5e592614e (diff)
cell/spu: divorce from tgsi_exec.h
Diffstat (limited to 'src/gallium/drivers/cell/spu/spu_exec.c')
-rw-r--r--src/gallium/drivers/cell/spu/spu_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_exec.c b/src/gallium/drivers/cell/spu/spu_exec.c
index d7788bd9bb..e4ebeb595c 100644
--- a/src/gallium/drivers/cell/spu/spu_exec.c
+++ b/src/gallium/drivers/cell/spu/spu_exec.c
@@ -634,7 +634,7 @@ exec_kil(struct spu_exec_machine *mach,
* Kill fragment if the condition code is TRUE.
*/
static void
-exec_kilp(struct tgsi_exec_machine *mach,
+exec_kilp(struct spu_exec_machine *mach,
const struct tgsi_full_instruction *inst)
{
uint kilmask = 0; /* bit 0 = pixel 0, bit 1 = pixel 1, etc */