summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_texture.h
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2007-08-06 15:48:42 -0600
committerBrian <brian@i915.localnet.net>2007-08-06 15:48:42 -0600
commit24df8f895fe8807aa2ba058e71bd40adfc01d21e (patch)
tree603c02de636457371b52948df039064de7a9d928 /src/mesa/state_tracker/st_cb_texture.h
parent3e147fe8e73519074de5ba6f5bc8eaea7c788968 (diff)
new texture functions
Diffstat (limited to 'src/mesa/state_tracker/st_cb_texture.h')
-rw-r--r--src/mesa/state_tracker/st_cb_texture.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_cb_texture.h b/src/mesa/state_tracker/st_cb_texture.h
new file mode 100644
index 0000000000..c474d16465
--- /dev/null
+++ b/src/mesa/state_tracker/st_cb_texture.h
@@ -0,0 +1,19 @@
+#ifndef ST_CB_TEXTURE_H
+#define ST_CB_TEXTURE_H
+
+
+extern GLuint
+st_finalize_mipmap_tree(GLcontext *ctx,
+ struct pipe_context *pipe, GLuint unit,
+ GLboolean *needFlush);
+
+
+extern void
+st_init_cb_texture( struct st_context *st );
+
+
+extern void
+st_destroy_cb_texture( struct st_context *st );
+
+
+#endif /* ST_CB_TEXTURE_H */