summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_flush.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-03 14:31:11 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-03 14:31:11 -0600
commitf89b74d97eff6c9a9875475af34fb15974ad75a2 (patch)
tree64817a2840ed2f6b77d572c583a6dbe49e7975e3 /src/gallium/drivers/cell/ppu/cell_flush.h
parent5531c986bd34457e113163a68ff4ab98394738f0 (diff)
cell: change context type passed to cell_flush_int()
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_flush.h')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_flush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_flush.h b/src/gallium/drivers/cell/ppu/cell_flush.h
index 8f0645c429..509ae6239a 100644
--- a/src/gallium/drivers/cell/ppu/cell_flush.h
+++ b/src/gallium/drivers/cell/ppu/cell_flush.h
@@ -36,7 +36,7 @@ cell_flush(struct pipe_context *pipe, unsigned flags,
struct pipe_fence_handle **fence);
extern void
-cell_flush_int(struct pipe_context *pipe, unsigned flags);
+cell_flush_int(struct cell_context *cell, unsigned flags);
extern void
cell_flush_buffer_range(struct cell_context *cell, void *ptr,