summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_texture.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-18 17:12:39 -0600
committerBrian Paul <brianp@vmware.com>2010-04-18 18:02:42 -0600
commit8a7ea577ac924016db5f86cbb408dd8e218c6782 (patch)
tree73e19e6260b9ff67dc3bed21b48812892f7f14e2 /src/mesa/state_tracker/st_texture.h
parentec719ae199490f6026866851153c6c86ebbd4135 (diff)
downloadexternal_mesa3d-8a7ea577ac924016db5f86cbb408dd8e218c6782.zip
external_mesa3d-8a7ea577ac924016db5f86cbb408dd8e218c6782.tar.gz
external_mesa3d-8a7ea577ac924016db5f86cbb408dd8e218c6782.tar.bz2
st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/
Diffstat (limited to 'src/mesa/state_tracker/st_texture.h')
-rw-r--r--src/mesa/state_tracker/st_texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_texture.h b/src/mesa/state_tracker/st_texture.h
index 76ea7e6..12ef2d7 100644
--- a/src/mesa/state_tracker/st_texture.h
+++ b/src/mesa/state_tracker/st_texture.h
@@ -130,7 +130,7 @@ st_sampler_view_from_texture(struct pipe_context *pipe,
static INLINE struct pipe_sampler_view *
-st_get_stobj_sampler_view(struct st_texture_object *stObj)
+st_get_texture_sampler_view(struct st_texture_object *stObj)
{
if (!stObj || !stObj->pt) {
return NULL;