When upgrading copied vertices, distinguish between an attribute
[mesa.git] / src / mesa / tnl / tnl.h
index 1fe7b451cc4000f5b52fda5b223b9873e3577188..d04310fb53e4c74936f02c582f27bb3b803188a4 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: tnl.h,v 1.10 2002/10/29 20:29:04 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -75,4 +74,14 @@ _tnl_need_dlist_norm_lengths( GLcontext *ctx, GLboolean flag );
 extern void
 _tnl_isolate_materials( GLcontext *ctx, GLboolean flag );
 
+
+/* Control whether T&L does per-vertex fog
+ */
+extern void
+_tnl_allow_vertex_fog( GLcontext *ctx, GLboolean value );
+
+extern void
+_tnl_allow_pixel_fog( GLcontext *ctx, GLboolean value );
+
+
 #endif