summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/tnl.h
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-02-23 13:38:37 -0700
committerBrian <brian@yutani.localnet.net>2007-02-23 13:38:37 -0700
commit36a0ee199ddc5f29273f9761eeed8e18ad5c874f (patch)
tree4d3ad5f82b202e3cfee7863d1790a94332c2c324 /src/mesa/tnl/tnl.h
parent15b3bd1689c7e0de4cdb883120c3dc58cf424feb (diff)
expose _mesa_load_tracked_matrices()
Diffstat (limited to 'src/mesa/tnl/tnl.h')
-rw-r--r--src/mesa/tnl/tnl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/tnl/tnl.h b/src/mesa/tnl/tnl.h
index 17cb30adc7..20bed5546d 100644
--- a/src/mesa/tnl/tnl.h
+++ b/src/mesa/tnl/tnl.h
@@ -82,4 +82,7 @@ _tnl_draw_prims( GLcontext *ctx,
GLuint min_index,
GLuint max_index);
+extern void
+_mesa_load_tracked_matrices(GLcontext *ctx);
+
#endif