gallium: s/pipe_reference_texture/pipe_texture_reference/
authorBrian <brian.paul@tungstengraphics.com>
Thu, 21 Feb 2008 00:57:40 +0000 (17:57 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 21 Feb 2008 00:57:40 +0000 (17:57 -0700)
src/gallium/drivers/i965simple/brw_state.c

index f269b28..254e3f7 100644 (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);