From: Brian Date: Thu, 21 Feb 2008 00:57:40 +0000 (-0700) Subject: gallium: s/pipe_reference_texture/pipe_texture_reference/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3b7d26b0bab6587cfad64735aefa28d8377c358;p=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);