summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/tnl_features.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/tnl/tnl_features.h')
-rw-r--r--src/mesa/tnl/tnl_features.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mesa/tnl/tnl_features.h b/src/mesa/tnl/tnl_features.h
new file mode 100644
index 0000000000..0c86dd09a4
--- /dev/null
+++ b/src/mesa/tnl/tnl_features.h
@@ -0,0 +1,13 @@
+#ifndef _TNL_FEATURES_H
+#define _TNL_FEATURES_H
+
+#include "main/mtypes.h"
+
+#if FEATURE_rastpos
+
+extern void
+_tnl_RasterPos(GLcontext *ctx, const GLfloat vObj[4]);
+
+#endif
+
+#endif /* _TNL_FEATURES_H */