diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-26 16:06:26 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-26 16:06:26 -0700 |
commit | b717de3238a028a3fdfbaf13eb02dbde262f03e7 (patch) | |
tree | 5401be3d73316d5585209e5a7f458dd6747b58a1 /src/mesa/pipe/cell/ppu | |
parent | ffeae750314b918839c118896a645d4f4f15d230 (diff) |
Cell: remove some old tile code
Diffstat (limited to 'src/mesa/pipe/cell/ppu')
-rw-r--r-- | src/mesa/pipe/cell/ppu/cell_surface.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_surface.c b/src/mesa/pipe/cell/ppu/cell_surface.c index c8796dab43..6b7b918128 100644 --- a/src/mesa/pipe/cell/ppu/cell_surface.c +++ b/src/mesa/pipe/cell/ppu/cell_surface.c @@ -173,10 +173,6 @@ cell_surface_fill(struct pipe_context *pipe, void cell_init_surface_functions(struct cell_context *cell) { - cell->pipe.get_tile = pipe_get_tile_raw; - cell->pipe.put_tile = pipe_put_tile_raw; - - cell->pipe.surface_data = cell_surface_data; cell->pipe.surface_copy = cell_surface_copy; cell->pipe.surface_fill = cell_surface_fill; } |