intel: Bump driver date to reflect status as final Q4 driver RC
[mesa.git] / src / mesa / x86 / norm_args.h
index d38b061965e32e08484d5e55a8d6017b319fa679..5d352838be5b1c9a9af568f75c52a6ba39a5dfe1 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__
@@ -39,9 +38,9 @@
  *
  * typedef void (*normal_func)( CONST GLmatrix *mat,
  *                              GLfloat scale,
- *                              CONST GLvector3f *in,
+ *                              CONST GLvector4f *in,
  *                              CONST GLfloat lengths[],
- *                              GLvector3f *dest );
+ *                              GLvector4f *dest );
  */
 #define OFFSET_MAT     4
 #define OFFSET_SCALE   8