mesa: add new max sample count state
[mesa.git] / src / mesa / x86 / norm_args.h
index d38b061965e32e08484d5e55a8d6017b319fa679..e22f8bbd757d9e861a3226b19e85fffa1d286e2a 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: norm_args.h,v 1.2 2001/03/30 14: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 __NORM_ARGS_H__
 
 /* Offsets for normal_func arguments
  *
- * typedef void (*normal_func)( CONST GLmatrix *mat,
+ * typedef void (*normal_func)( const GLmatrix *mat,
  *                              GLfloat scale,
- *                              CONST GLvector3f *in,
- *                              CONST GLfloat lengths[],
- *                              GLvector3f *dest );
+ *                              const GLvector4f *in,
+ *                              const GLfloat lengths[],
+ *                              GLvector4f *dest );
  */
 #define OFFSET_MAT     4
 #define OFFSET_SCALE   8