gallium: s/pipe_reference_texture/pipe_texture_reference/

This commit is contained in:
Brian 2008-02-20 17:57:40 -07:00
parent 228f6b9788
commit d3b7d26b0b
1 changed files with 1 additions and 1 deletions

View File

@ -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);