summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_batch.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-28 09:57:13 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-28 11:31:57 -0700
commitaaea9a121bc739db87e539214c23f76d4cd5bf49 (patch)
tree9e737d197c2d2a481d155b74bf59b4647f99ce18 /src/mesa/pipe/cell/ppu/cell_batch.h
parent2194675196260c0a5d44242d698b85c86f84074b (diff)
Cell: additional debug code, misc clean-up
Diffstat (limited to 'src/mesa/pipe/cell/ppu/cell_batch.h')
-rw-r--r--src/mesa/pipe/cell/ppu/cell_batch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_batch.h b/src/mesa/pipe/cell/ppu/cell_batch.h
index b4c96f465a..f4f37314a4 100644
--- a/src/mesa/pipe/cell/ppu/cell_batch.h
+++ b/src/mesa/pipe/cell/ppu/cell_batch.h
@@ -45,7 +45,7 @@ extern uint
cell_batch_free_space(const struct cell_context *cell);
extern void
-cell_batch_append(struct cell_context *cell, const void *cmd, uint length);
+cell_batch_append(struct cell_context *cell, const void *data, uint bytes);
extern void *
cell_batch_alloc(struct cell_context *cell, uint bytes);