summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_state_emit.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-11 15:48:13 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-11 17:10:32 -0600
commitbe925ab6e8ecf6758adb2c6f2c423af31c5f86ca (patch)
tree1926df488f955c35bfd60ad85b0b5fa53594c15b /src/gallium/drivers/cell/ppu/cell_state_emit.c
parentfbf1586b36f8fb181ecee6a285c94f11e30005ba (diff)
cell: put cell_ prefix on gen_fragment_function()
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_state_emit.c')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_state_emit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_state_emit.c b/src/gallium/drivers/cell/ppu/cell_state_emit.c
index 180b89c1f6..3ebf0749ad 100644
--- a/src/gallium/drivers/cell/ppu/cell_state_emit.c
+++ b/src/gallium/drivers/cell/ppu/cell_state_emit.c
@@ -85,7 +85,7 @@ cell_emit_state(struct cell_context *cell)
struct spe_function spe_code;
/* generate new code */
- gen_fragment_function(cell, &spe_code);
+ cell_gen_fragment_function(cell, &spe_code);
/* put the new code into the batch buffer */
fops->opcode = CELL_CMD_STATE_FRAGMENT_OPS;
memcpy(&fops->code, spe_code.store,