cosmetic changes;
[mesa.git] / src / mesa / tnl / tnl.h
index c3c3ad7adb018b3891f65305a4dd6349b9954071..d04310fb53e4c74936f02c582f27bb3b803188a4 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: tnl.h,v 1.9 2002/02/13 00:53:20 keithw Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -24,7 +23,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
  * Authors:
- *    Keith Whitwell <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #ifndef _TNL_H
@@ -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