diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-27 12:01:47 -0700 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-02-15 13:50:23 +1100 |
commit | 5c7c0675a70b32f159e3a972279535554aa7f4d9 (patch) | |
tree | ac8560231e67116c8e448ca8f8c3518c499e93ad /src/mesa/pipe/cell/ppu/cell_batch.h | |
parent | 72b671bd3986cc655fbe5df76349bc0989b1c083 (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.h | 3 |
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); |