mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 20:10:17 +01:00
Cell: remove some old tile code
This commit is contained in:
parent
ffeae75031
commit
b717de3238
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue