diff options
author | Brian Paul <[email protected]> | 2002-06-30 15:47:43 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-06-30 15:47:43 +0000 |
commit | e8ed14d0c20cf5b92147f8c52cbdd86bcf1ab228 (patch) | |
tree | 5e7ef29e280a246b1789e2f01963c9cd87e7fd76 /src/mesa/glapi | |
parent | 2525bc7d305f6dcab3beb75535da25a488c969b0 (diff) |
added unofficial dispatch offsets for GL_EXT_multi_draw_arrays functions
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r-- | src/mesa/glapi/APIspec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mesa/glapi/APIspec b/src/mesa/glapi/APIspec index 9155b65202b..3de04a6b75c 100644 --- a/src/mesa/glapi/APIspec +++ b/src/mesa/glapi/APIspec @@ -1,4 +1,4 @@ -# $Id: APIspec,v 1.7 2002/05/29 15:14:13 brianp Exp $ +# $Id: APIspec,v 1.8 2002/06/30 15:47:43 brianp Exp $ # This file describes all the OpenGL functions. # We use a number of Python scripts to parse this file and @@ -5315,6 +5315,9 @@ param mode GLenum category GL_EXT_texture_perturb_normal offset ? + +# GL_EXT_multi_draw_arrays (XXX unofficial dispatch offsets!!!! */ + name MultiDrawArraysEXT return void param mode GLenum @@ -5322,7 +5325,7 @@ param first GLint * param count GLsizei * param primcount GLsizei category GL_EXT_multi_draw_arrays -offset ? +offset 644 name MultiDrawElementsEXT return void @@ -5332,7 +5335,7 @@ param type GLenum param indices const GLvoid ** param primcount GLsizei category GL_EXT_multi_draw_arrays -offset ? +offset 645 # GL_EXT_fog_coord |