summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/tnl.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-09-20 06:43:24 -0700
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 09:44:30 -0700
commit6b146214dc16b441376d8dcaba21bcc4256a2402 (patch)
tree65d37d028408c537f1742491ff02dfe6b55ad947 /src/mesa/tnl/tnl.h
parent7ce597508e7400e962c8fdb2d255f9887cb9c710 (diff)
mesa: move rastpos helper to tnl
Diffstat (limited to 'src/mesa/tnl/tnl.h')
-rw-r--r--src/mesa/tnl/tnl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/tnl/tnl.h b/src/mesa/tnl/tnl.h
index c2b1f71caa..9a1717bf89 100644
--- a/src/mesa/tnl/tnl.h
+++ b/src/mesa/tnl/tnl.h
@@ -81,4 +81,8 @@ _tnl_draw_prims( GLcontext *ctx,
GLuint min_index,
GLuint max_index);
+
+extern void
+_tnl_RasterPos(GLcontext *ctx, const GLfloat vObj[4]);
+
#endif