diff options
author | Brian Paul <[email protected]> | 2009-04-04 13:45:14 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-04 13:45:54 -0600 |
commit | 7a164411ab678622d6f3194cf708b2884bfde90e (patch) | |
tree | 4af8218aa3059942bddbc3d39848e358a2257f5f /src/gallium/drivers/cell/ppu/cell_context.c | |
parent | 1bf6af141f0d50f5efb1c4e03819b875fab57905 (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.c | 2 |
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 ae82ded334a..808be589bd9 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 |