summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_batch.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-27 12:01:47 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-28 11:31:57 -0700
commit2194675196260c0a5d44242d698b85c86f84074b (patch)
tree3f7a068a9b8de1bdeff24144f184eb1ca7813ab9 /src/mesa/pipe/cell/ppu/cell_batch.h
parent16ed55c6412d2bdc5bff78e99114490223fb4afe (diff)
Cell: generalize the batch buffer code for vertex buffers...
Diffstat (limited to 'src/mesa/pipe/cell/ppu/cell_batch.h')
-rw-r--r--src/mesa/pipe/cell/ppu/cell_batch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_batch.h b/src/mesa/pipe/cell/ppu/cell_batch.h
index c4ba7feb3d..b4c96f465a 100644
--- a/src/mesa/pipe/cell/ppu/cell_batch.h
+++ b/src/mesa/pipe/cell/ppu/cell_batch.h
@@ -35,6 +35,9 @@
struct cell_context;
+extern uint
+cell_get_empty_buffer(struct cell_context *cell);
+
extern void
cell_batch_flush(struct cell_context *cell);