diff options
author | Brian <brian@i915.localnet.net> | 2007-08-07 10:56:41 -0600 |
---|---|---|
committer | Brian <brian@i915.localnet.net> | 2007-08-07 10:56:41 -0600 |
commit | cec49ee954287b7f34664ea9e8137c674c26dcf1 (patch) | |
tree | dd0ea1ee0fa22121c5ef39e02388e60a631e8c63 /src/mesa/pipe/p_context.h | |
parent | c61927a0cbbedc2fd77c151ef81a3600c2e64d53 (diff) |
s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c
Diffstat (limited to 'src/mesa/pipe/p_context.h')
-rw-r--r-- | src/mesa/pipe/p_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h index db9429f8d3..08b9b18393 100644 --- a/src/mesa/pipe/p_context.h +++ b/src/mesa/pipe/p_context.h @@ -117,7 +117,7 @@ struct pipe_context { void (*set_texture_state)( struct pipe_context *, GLuint unit, - struct pipe_texture_object * ); + struct pipe_mipmap_tree * ); void (*set_viewport_state)( struct pipe_context *, const struct pipe_viewport_state * ); |