From: Roland Scheidegger Date: Mon, 17 May 2010 19:25:27 +0000 (+0200) Subject: fo: adapt to interface changes X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=433701a7214fb792c3e8bdd71a0d025c09328f87;p=profile%2Fivi%2Fmesa.git fo: adapt to interface changes --- diff --git a/src/gallium/drivers/failover/fo_context.c b/src/gallium/drivers/failover/fo_context.c index 9515cd8..2246c14 100644 --- a/src/gallium/drivers/failover/fo_context.c +++ b/src/gallium/drivers/failover/fo_context.c @@ -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;