From: Brian Date: Thu, 21 Feb 2008 00:57:40 +0000 (-0700) Subject: gallium: s/pipe_reference_texture/pipe_texture_reference/ X-Git-Tag: android-x86-1.6~16^2~1465^2~390^2~2546 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d3b7d26b0bab6587cfad64735aefa28d8377c358;p=android-x86%2Fexternal-mesa.git gallium: s/pipe_reference_texture/pipe_texture_reference/ --- diff --git a/src/gallium/drivers/i965simple/brw_state.c b/src/gallium/drivers/i965simple/brw_state.c index f269b2882ca..254e3f7245e 100644 --- a/src/gallium/drivers/i965simple/brw_state.c +++ b/src/gallium/drivers/i965simple/brw_state.c @@ -327,7 +327,7 @@ static void brw_set_sampler_texture(struct pipe_context *pipe, { struct brw_context *brw = brw_context(pipe); - pipe_reference_texture(pipe, + pipe_texture_reference(pipe, (struct pipe_texture **) &brw->attribs.Texture[unit], texture);