fragment program execution
[mesa.git] / src / mesa / tnl / t_imm_eval.h
index 06a91e0cd5b429b306fe0d85525b60aca1b442a8..341da5148109e5c1f5c31365fde902d5720727d9 100644 (file)
@@ -1,10 +1,10 @@
-/* $Id: t_imm_eval.h,v 1.1 2000/12/26 05:09:32 keithw Exp $ */
+/* $Id: t_imm_eval.h,v 1.3 2001/04/30 21:08:52 keithw Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * Version:  3.5
  *
- * Copyright (C) 1999  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -34,7 +34,6 @@
 
 extern void _tnl_eval_init( void );
 
-extern void _tnl_eval_vb( GLcontext *ctx, GLfloat (*coord)[4],
-                         GLuint orflag, GLuint andflag );
+extern void _tnl_eval_immediate( GLcontext *ctx, struct immediate *IM );
 
 #endif