summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawtex.h
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-09-14 11:03:02 +0800
committerChia-I Wu <olvaffe@gmail.com>2009-09-14 11:51:47 +0800
commit542c26fa4f7212831234af5008cea1bf7593f30d (patch)
treea11fb475b6733c5ef936f151cf64c38d5770c0e2 /src/mesa/state_tracker/st_cb_drawtex.h
parenta98c282c7da646c9def246b2619124c51f8b4464 (diff)
es/st: Move state tracker code to mesa/st.
State tracker is one of the mesa drivers. It should not belong to the es overlay.
Diffstat (limited to 'src/mesa/state_tracker/st_cb_drawtex.h')
-rw-r--r--src/mesa/state_tracker/st_cb_drawtex.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_cb_drawtex.h b/src/mesa/state_tracker/st_cb_drawtex.h
new file mode 100644
index 0000000000..7b0da70279
--- /dev/null
+++ b/src/mesa/state_tracker/st_cb_drawtex.h
@@ -0,0 +1,18 @@
+/**************************************************************************
+ *
+ * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
+ * All Rights Reserved.
+ *
+ **************************************************************************/
+
+
+#ifndef ST_CB_DRAWTEX_H
+#define ST_CB_DRAWTEX_H
+
+extern void
+st_init_drawtex_functions(struct dd_function_table *functions);
+
+extern void
+st_destroy_drawtex(struct st_context *st);
+
+#endif /* ST_CB_DRAWTEX_H */