summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_context.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-04-04 13:45:14 -0600
committerBrian Paul <brianp@vmware.com>2009-04-04 13:45:54 -0600
commit7a164411ab678622d6f3194cf708b2884bfde90e (patch)
tree4af8218aa3059942bddbc3d39848e358a2257f5f /src/gallium/drivers/cell/ppu/cell_context.c
parent1bf6af141f0d50f5efb1c4e03819b875fab57905 (diff)
cell: update clear() code to catch up to gallium changes
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_context.c')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_context.c b/src/gallium/drivers/cell/ppu/cell_context.c
index ae82ded334..808be589bd 100644
--- a/src/gallium/drivers/cell/ppu/cell_context.c
+++ b/src/gallium/drivers/cell/ppu/cell_context.c
@@ -119,7 +119,7 @@ cell_create_context(struct pipe_screen *screen,
cell->pipe.screen = screen;
cell->pipe.destroy = cell_destroy_context;
- cell->pipe.clear = cell_clear_surface;
+ cell->pipe.clear = cell_clear;
cell->pipe.flush = cell_flush;
#if 0