diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-20 17:57:40 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-02-20 17:57:40 -0700 |
commit | d3b7d26b0bab6587cfad64735aefa28d8377c358 (patch) | |
tree | c6bac49cd0b9508880205a53764f42d7480b09e2 /src | |
parent | 228f6b978804268a482718e762ebfccbba784949 (diff) |
gallium: s/pipe_reference_texture/pipe_texture_reference/
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/i965simple/brw_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965simple/brw_state.c b/src/gallium/drivers/i965simple/brw_state.c index f269b2882c..254e3f7245 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); |