include surface.offset in address calculations
[mesa.git] / src / mesa / pipe / softpipe / sp_state_sampler.c
index 9ef71f73cbb4d90f8a56555b74ebb5074073efab..34cf210834837a8891ef4975afe5125d3a03913d 100644 (file)
@@ -53,7 +53,7 @@ softpipe_set_sampler_state(struct pipe_context *pipe,
 void
 softpipe_set_texture_state(struct pipe_context *pipe,
                            GLuint unit,
-                           struct pipe_texture_object *texture)
+                           struct pipe_mipmap_tree *texture)
 {
    struct softpipe_context *softpipe = softpipe_context(pipe);