ARB prog parser: Set NumAttributes based on the number of attribs read
[mesa.git] / src / mesa / x86 / clip_args.h
index eeb10236b3bc42bc81d03132704dcefbc8e51531..796611fbfd3f11dbf165e855da8353702e70fac4 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: clip_args.h,v 1.3 2001/03/28 20:44:43 gareth Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -29,7 +28,7 @@
  * FRAME_OFFSET to the number of bytes pushed onto the stack before
  * using the ARG_* argument macros.
  *
- * Gareth Hughes <gareth@valinux.com>
+ * Gareth Hughes
  */
 
 #ifndef __CLIP_ARGS_H__
@@ -38,8 +37,8 @@
 /*
  * Offsets for clip_func arguments
  *
- * typedef GLvector4f *(*clip_func)( GLvector4f *vClip,
- *                                  GLvector4f *vProj,
+ * typedef GLvector4f *(*clip_func)( GLvector4f *clip_vec,
+ *                                  GLvector4f *proj_vec,
  *                                  GLubyte clipMask[],
  *                                  GLubyte *orMask,
  *                                  GLubyte *andMask );