diff options
author | Brian Paul <[email protected]> | 2010-04-18 17:12:39 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-18 18:02:42 -0600 |
commit | 8a7ea577ac924016db5f86cbb408dd8e218c6782 (patch) | |
tree | 73e19e6260b9ff67dc3bed21b48812892f7f14e2 /src/mesa/state_tracker/st_gen_mipmap.c | |
parent | ec719ae199490f6026866851153c6c86ebbd4135 (diff) |
st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/
Diffstat (limited to 'src/mesa/state_tracker/st_gen_mipmap.c')
-rw-r--r-- | src/mesa/state_tracker/st_gen_mipmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_gen_mipmap.c b/src/mesa/state_tracker/st_gen_mipmap.c index f0fe31967c3..177a7982b35 100644 --- a/src/mesa/state_tracker/st_gen_mipmap.c +++ b/src/mesa/state_tracker/st_gen_mipmap.c @@ -84,7 +84,7 @@ st_render_mipmap(struct st_context *st, { struct pipe_context *pipe = st->pipe; struct pipe_screen *screen = pipe->screen; - struct pipe_sampler_view *psv = st_get_stobj_sampler_view(stObj); + struct pipe_sampler_view *psv = st_get_texture_sampler_view(stObj); const uint face = _mesa_tex_target_to_face(target); assert(target != GL_TEXTURE_3D); /* not done yet */ |