diff options
author | Roland Scheidegger <sroland@vmware.com> | 2010-05-29 01:18:47 +0200 |
---|---|---|
committer | Roland Scheidegger <sroland@vmware.com> | 2010-05-29 01:18:47 +0200 |
commit | 821498bd6f131d87eca93c4b28a9097ec8316e14 (patch) | |
tree | d019d3ff8c69e380377000b9fc3bd91413673eb9 /src | |
parent | c350068720a1a16ee53660d69f4648b90fbe2342 (diff) |
cell: adapt to clear interface changes
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_surface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_surface.c b/src/gallium/drivers/cell/ppu/cell_surface.c index 8000eee88a..777454479b 100644 --- a/src/gallium/drivers/cell/ppu/cell_surface.c +++ b/src/gallium/drivers/cell/ppu/cell_surface.c @@ -34,5 +34,4 @@ void cell_init_surface_functions(struct cell_context *cell) { cell->pipe.resource_copy_region = util_resource_copy_region; - cell->pipe.resource_fill_region = util_resource_fill_region; } |