projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffeae75
)
Cell: remove some old tile code
author
Brian
<brian.paul@tungstengraphics.com>
Sat, 26 Jan 2008 23:06:26 +0000
(16:06 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Sat, 26 Jan 2008 23:06:26 +0000
(16:06 -0700)
src/mesa/pipe/cell/ppu/cell_surface.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/cell/ppu/cell_surface.c
b/src/mesa/pipe/cell/ppu/cell_surface.c
index c8796dab43b0873b8a89b65aec9182ebd0c3f7ab..6b7b9181282e3d198281dd240a29c59972460ec2 100644
(file)
--- 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;
}