fo: adapt to interface changes
authorRoland Scheidegger <sroland@vmware.com>
Mon, 17 May 2010 19:25:27 +0000 (21:25 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 17 May 2010 19:25:27 +0000 (21:25 +0200)
src/gallium/drivers/failover/fo_context.c

index 9515cd8938c5d76449c6b02889870bb036561f25..2246c1468ca9b1e2277393b85b0f4cc38bd0c8a5 100644 (file)
@@ -156,8 +156,8 @@ struct pipe_context *failover_create( struct pipe_context *hw,
 
    failover_init_state_functions( failover );
 
-   failover->pipe.surface_copy = hw->surface_copy;
-   failover->pipe.surface_fill = hw->surface_fill;
+   failover->pipe.resource_copy_region = hw->resource_copy_region;
+   failover->pipe.resource_fill_region = hw->resource_fill_region;
 
 #if 0
    failover->pipe.texture_create = hw->texture_create;