From 36a0ee199ddc5f29273f9761eeed8e18ad5c874f Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 23 Feb 2007 13:38:37 -0700 Subject: expose _mesa_load_tracked_matrices() --- src/mesa/tnl/tnl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/tnl/tnl.h') 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 -- cgit v1.2.3