diff options
| author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-11-08 15:38:48 +0000 | 
|---|---|---|
| committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-11-08 15:38:48 +0000 | 
| commit | 7a4a6a3c4ca06e90b5e74d5c361173042d76b2bf (patch) | |
| tree | 547ecbf923b84a82b5a7b3f035770a38f3635c07 /src/mesa/glapi/APIspec | |
| parent | d1efbf04562be8b9fb4417ebde005532736003ea (diff) | |
fixed a few category lines
Diffstat (limited to 'src/mesa/glapi/APIspec')
| -rw-r--r-- | src/mesa/glapi/APIspec | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/src/mesa/glapi/APIspec b/src/mesa/glapi/APIspec index c1cb030168..68c184d53e 100644 --- a/src/mesa/glapi/APIspec +++ b/src/mesa/glapi/APIspec @@ -1,4 +1,4 @@ -# $Id: APIspec,v 1.13 2002/11/07 16:35:01 brianp Exp $ +# $Id: APIspec,v 1.14 2002/11/08 15:38:48 brianp Exp $  # This file describes all the OpenGL functions.  # We use a number of Python scripts to parse this file and @@ -7374,7 +7374,7 @@ param		sfactorRGB	GLenum  param		dfactorRGB	GLenum  param		sfactorAlpha	GLenum  param		dfactorAlpha	GLenum -category	GL_EXT_blend_func_separate +category	1.4  name		FogCoordf  return		void @@ -7414,7 +7414,7 @@ param		mode		GLenum  param		first		GLint *  param		count		GLsizei *  param		primcount	GLsizei -category	GL_EXT_multi_draw_arrays +category	1.4  alias		MultiDrawArraysEXT  name		MultiDrawElements @@ -7424,7 +7424,7 @@ param		count		const GLsizei *  param		type		GLenum  param		indices		const GLvoid **  param		primcount	GLsizei -category	GL_EXT_multi_draw_arrays +category	1.4  alias		MultiDrawElementsEXT  name		PointParameterf | 
