glPixelMap[f/ui/us]v()'s size parameter is GLsizei, not GLint.
diff --git a/src/mesa/glapi/APIspec b/src/mesa/glapi/APIspec
index eba6963..8669402 100644
--- a/src/mesa/glapi/APIspec
+++ b/src/mesa/glapi/APIspec
@@ -1,4 +1,4 @@
-# $Id: APIspec,v 1.18 2003/06/13 02:37:28 brianp Exp $
+# $Id: APIspec,v 1.19 2003/08/19 01:07:26 brianp Exp $
 
 # This file describes all the OpenGL functions.
 # We use a number of Python scripts to parse this file and
@@ -1811,7 +1811,7 @@
 name		PixelMapfv
 return		void
 param		map		GLenum
-param		mapsize		GLint
+param		mapsize		GLsizei
 param		values		const GLfloat *
 category	1.0
 offset		251
@@ -1819,7 +1819,7 @@
 name		PixelMapuiv
 return		void
 param		map		GLenum
-param		mapsize		GLint
+param		mapsize		GLsizei
 param		values		const GLuint *
 category	1.0
 offset		252
@@ -1827,7 +1827,7 @@
 name		PixelMapusv
 return		void
 param		map		GLenum
-param		mapsize		GLint
+param		mapsize		GLsizei
 param		values		const GLushort *
 category	1.0
 offset		253
@@ -4173,12 +4173,18 @@
 category	GL_SGI_color_table
 offset		429
 
+
+# GL_SGIX_pixel_texture
+
 name		PixelTexGenSGIX
 return		void
 param		mode		GLenum
 category	GL_SGIX_pixel_texture
 offset		430
 
+
+# GL_SGIS_pixel_texture
+
 name		PixelTexGenParameteriSGIS
 return		void
 param		pname		GLenum
@@ -5532,11 +5538,16 @@
 offset		?
 
 
+# GL_SUNX_constant_data
+
 name		FinishTextureSUNX
 return		void
 category	GL_SUNX_constant_data
 offset		?
 
+
+# GL_SUN_global_alpha
+
 name		GlobalAlphaFactorbSUN
 return		void
 param		factor		GLbyte
@@ -5585,6 +5596,9 @@
 category	GL_SUN_global_alpha
 offset		?
 
+
+# GL_SUN_triangle_list
+
 name		ReplacementCodeuiSUN
 return		void
 param		code		GLuint
@@ -5629,6 +5643,9 @@
 category	GL_SUN_triangle_list
 offset		?
 
+
+# GL_SUN_vertex
+
 name		Color4ubVertex2fSUN
 return		void
 param		r		GLubyte