diff options
Diffstat (limited to 'src/mesa/tnl/tnl.h')
-rw-r--r-- | src/mesa/tnl/tnl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/tnl/tnl.h b/src/mesa/tnl/tnl.h index 16470295f48..c3c3ad7adb0 100644 --- a/src/mesa/tnl/tnl.h +++ b/src/mesa/tnl/tnl.h @@ -1,4 +1,4 @@ -/* $Id: tnl.h,v 1.8 2001/06/28 17:34:14 keithw Exp $ */ +/* $Id: tnl.h,v 1.9 2002/02/13 00:53:20 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -72,4 +72,7 @@ _tnl_need_dlist_loopback( GLcontext *ctx, GLboolean flag ); extern void _tnl_need_dlist_norm_lengths( GLcontext *ctx, GLboolean flag ); +extern void +_tnl_isolate_materials( GLcontext *ctx, GLboolean flag ); + #endif |