diff options
author | Keith Whitwell <[email protected]> | 2010-05-30 19:23:40 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-06-07 16:37:21 +0100 |
commit | 0cdc0a702c0ce0c93e82f32b30c8d6cdfc1d744e (patch) | |
tree | b4af4edb687312bae08da6ac93f1aa8ae859128d /src/gallium/drivers/cell/spu/spu_exec.c | |
parent | d6861be9cc42c19f7f0bb719e7e2dab5e592614e (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.c | 2 |
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 d7788bd9bbb..e4ebeb595ce 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 */ |