summaryrefslogtreecommitdiff
path: root/src/mesa/es/state_tracker/st_cb_drawtex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/es/state_tracker/st_cb_drawtex.h')
-rw-r--r--src/mesa/es/state_tracker/st_cb_drawtex.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/mesa/es/state_tracker/st_cb_drawtex.h b/src/mesa/es/state_tracker/st_cb_drawtex.h
new file mode 100644
index 0000000000..278815a2f7
--- /dev/null
+++ b/src/mesa/es/state_tracker/st_cb_drawtex.h
@@ -0,0 +1,28 @@
+/**************************************************************************
+ *
+ * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
+ * All Rights Reserved.
+ *
+ **************************************************************************/
+
+
+#ifndef ST_CB_DRAWTEX_H
+#define ST_CB_DRAWTEX_H
+
+
+struct st_context;
+
+
+extern void
+_mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
+
+
+extern void
+_mesa_DrawTexfv(const GLfloat *coords);
+
+
+extern void
+st_destroy_drawtex(struct st_context *st);
+
+
+#endif