summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2010-05-29 01:18:47 +0200
committerRoland Scheidegger <sroland@vmware.com>2010-05-29 01:18:47 +0200
commit821498bd6f131d87eca93c4b28a9097ec8316e14 (patch)
treed019d3ff8c69e380377000b9fc3bd91413673eb9
parentc350068720a1a16ee53660d69f4648b90fbe2342 (diff)
cell: adapt to clear interface changes
-rw-r--r--src/gallium/drivers/cell/ppu/cell_surface.c1
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 8000eee88a3..777454479b1 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;
}