summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_texture.h
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2007-08-07 15:12:22 -0600
committerBrian <brian@i915.localnet.net>2007-08-07 15:12:22 -0600
commitd78dab126724e6e9d475289a086fb6f85adc3985 (patch)
tree9524da035fa30e415e28bae08d8fade891b0ab92 /src/mesa/state_tracker/st_cb_texture.h
parent28d64d398bb3e04d20a9c03c9a0b92c0a7b9d6d4 (diff)
plug in texture/sampler state update
Diffstat (limited to 'src/mesa/state_tracker/st_cb_texture.h')
-rw-r--r--src/mesa/state_tracker/st_cb_texture.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_cb_texture.h b/src/mesa/state_tracker/st_cb_texture.h
index c732881c39..dc68aa3d97 100644
--- a/src/mesa/state_tracker/st_cb_texture.h
+++ b/src/mesa/state_tracker/st_cb_texture.h
@@ -2,6 +2,10 @@
#define ST_CB_TEXTURE_H
+extern struct pipe_mipmap_tree *
+st_get_texobj_mipmap_tree(struct gl_texture_object *texObj);
+
+
extern GLuint
st_finalize_mipmap_tree(GLcontext *ctx,
struct pipe_context *pipe, GLuint unit,