summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_state.h
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2007-08-07 10:56:41 -0600
committerBrian <brian@i915.localnet.net>2007-08-07 10:56:41 -0600
commitcec49ee954287b7f34664ea9e8137c674c26dcf1 (patch)
treedd0ea1ee0fa22121c5ef39e02388e60a631e8c63 /src/mesa/pipe/softpipe/sp_state.h
parentc61927a0cbbedc2fd77c151ef81a3600c2e64d53 (diff)
s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_state.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state.h b/src/mesa/pipe/softpipe/sp_state.h
index 71c1a2d9ba..3c572cdb6a 100644
--- a/src/mesa/pipe/softpipe/sp_state.h
+++ b/src/mesa/pipe/softpipe/sp_state.h
@@ -77,7 +77,7 @@ void softpipe_set_stencil_state( struct pipe_context *,
void softpipe_set_texture_state( struct pipe_context *,
GLuint unit,
- struct pipe_texture_object * );
+ struct pipe_mipmap_tree * );
void softpipe_set_viewport_state( struct pipe_context *,
const struct pipe_viewport_state * );