diff options
author | Brian Paul <[email protected]> | 2003-08-19 01:07:26 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-08-19 01:07:26 +0000 |
commit | d4576154e60d1cc574de15e76fea8fd26c45e230 (patch) | |
tree | e1c980ee246f3a51c21be9bf95d0a41efb5215b8 /src/mesa/glapi/APIspec | |
parent | bb9387013343261d6a6c58e6a73d6204c6469de6 (diff) |
glPixelMap[f/ui/us]v()'s size parameter is GLsizei, not GLint.
Diffstat (limited to 'src/mesa/glapi/APIspec')
-rw-r--r-- | src/mesa/glapi/APIspec | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/src/mesa/glapi/APIspec b/src/mesa/glapi/APIspec index eba696346c5..86694028981 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 @@ offset 250 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 @@ offset 251 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 @@ offset 252 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 @@ param params GLint * 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 @@ category GL_EXT_coordinate_frame 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 @@ param factor GLuint category GL_SUN_global_alpha offset ? + +# GL_SUN_triangle_list + name ReplacementCodeuiSUN return void param code GLuint @@ -5629,6 +5643,9 @@ param pointer const GLvoid * category GL_SUN_triangle_list offset ? + +# GL_SUN_vertex + name Color4ubVertex2fSUN return void param r GLubyte |