summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_context.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-18 21:46:12 -0700
committerBrian Paul <brianp@vmware.com>2009-02-18 21:46:12 -0700
commit0d4d700fe11acecda805d0806356f0feae3c663a (patch)
treef8d8eea3ff8ca04f275042338ed5eaa47c2f0900 /src/gallium/drivers/cell/ppu/cell_context.h
parent7475d80bf64ab698ea06ebda929a3b18e698c3e8 (diff)
cell: updates for new pipe_transfer changes
Update framebuffer color/z/stencil mapping/unmapping.
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_context.h')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_context.h b/src/gallium/drivers/cell/ppu/cell_context.h
index eb1397bb3f..ca03dc1511 100644
--- a/src/gallium/drivers/cell/ppu/cell_context.h
+++ b/src/gallium/drivers/cell/ppu/cell_context.h
@@ -127,6 +127,9 @@ struct cell_context
struct pipe_vertex_element vertex_element[PIPE_MAX_ATTRIBS];
uint num_vertex_elements;
+ struct pipe_transfer *cbuf_transfer[PIPE_MAX_COLOR_BUFS];
+ struct pipe_transfer *zsbuf_transfer;
+
ubyte *cbuf_map[PIPE_MAX_COLOR_BUFS];
ubyte *zsbuf_map;