cell: adapt to clear interface changes
authorRoland Scheidegger <sroland@vmware.com>
Fri, 28 May 2010 23:18:47 +0000 (01:18 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Fri, 28 May 2010 23:18:47 +0000 (01:18 +0200)
src/gallium/drivers/cell/ppu/cell_surface.c

index 8000eee..7774544 100644 (file)
@@ -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;
 }