Mesa (master): cell: adapt to clear interface changes

Roland Scheidegger sroland at kemper.freedesktop.org
Thu Jun 3 15:47:35 UTC 2010


Module: Mesa
Branch: master
Commit: 821498bd6f131d87eca93c4b28a9097ec8316e14
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=821498bd6f131d87eca93c4b28a9097ec8316e14

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Sat May 29 01:18:47 2010 +0200

cell: adapt to clear interface changes

---

 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 8000eee..7774544 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;
 }




More information about the mesa-commit mailing list