fragment program execution
[mesa.git] / src / mesa / tnl / t_imm_api.h
index ad1827f1f8a13fe05aa3f8ec4b19f7daf81b4126..6615a9ce93ade570c9b7dbc332b9074d531c75d6 100644 (file)
@@ -1,8 +1,8 @@
-/* $Id: t_imm_api.h,v 1.3 2001/03/12 00:48:43 gareth Exp $ */
+/* $Id: t_imm_api.h,v 1.5 2002/04/09 16:56:52 keithw Exp $ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
+ * Version:  4.1
  *
  * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
  *
 
 
 extern void _tnl_save_Begin( GLenum mode );
+extern void _tnl_Begin( GLenum mode );
+
+extern void _tnl_Begin( GLenum mode );
+
+extern void _tnl_End(void);
+
 
 /* TNL-private internal functions for building higher-level operations:
  */