summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawtex.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-04-27 10:52:23 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-04-28 14:05:20 -0400
commit0f5e8f77022f8bb4ac00128af6d217da747e63df (patch)
tree85ad73d73bbebc3c867aa643d881a441205b9ac0 /src/mesa/state_tracker/st_cb_drawtex.h
parent3bd6e003462e579c6c1b4a62d8e5f26cb314862d (diff)
st/mesa: Move st_cb_drawtex.c to the mesa state tracker
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 */