summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_batch.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-04 19:10:05 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-04 19:10:05 -0600
commit2b53512073c0ecad66cfe1415cd19079ef2d4634 (patch)
treea7442c1f57e3da6d40cfd53a6d4d7a7f0402b399 /src/gallium/drivers/cell/ppu/cell_batch.h
parentc9cd0f46282fb2b42b238aa0c267ad0585783040 (diff)
cell: move batch buffer init code
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_batch.h')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_batch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_batch.h b/src/gallium/drivers/cell/ppu/cell_batch.h
index a6eee0a8b1..f74dd60079 100644
--- a/src/gallium/drivers/cell/ppu/cell_batch.h
+++ b/src/gallium/drivers/cell/ppu/cell_batch.h
@@ -54,5 +54,8 @@ extern void *
cell_batch_alloc_aligned(struct cell_context *cell, uint bytes,
uint alignment);
+extern void
+cell_init_batch_buffers(struct cell_context *cell);
+
#endif /* CELL_BATCH_H */