diff options
author | Brian Paul <[email protected]> | 2010-09-14 09:37:35 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-09-14 09:37:37 -0600 |
commit | 7993832c12bba578010005b344dcd3817be84a42 (patch) | |
tree | 59c27bba7e33fdc3ac7673737b17e1c7e298db93 /src/mapi/glapi/glapitable.h | |
parent | 83f5f50f2f69adae497c71ac48e4e0177979ebff (diff) |
mesa: update to version 64 of GL/glext.h
A number of other files had to be updated as well because const
qualifiers were added to the glMultiDrawArrays() function.
Also, GL_FIXED is now defined in glext.h.
Diffstat (limited to 'src/mapi/glapi/glapitable.h')
-rw-r--r-- | src/mapi/glapi/glapitable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/glapitable.h b/src/mapi/glapi/glapitable.h index 7da958981a8..7c8da64ab13 100644 --- a/src/mapi/glapi/glapitable.h +++ b/src/mapi/glapi/glapitable.h @@ -667,7 +667,7 @@ struct _glapi_table void (GLAPIENTRYP SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue); /* 624 */ void (GLAPIENTRYP SecondaryColor3usvEXT)(const GLushort * v); /* 625 */ void (GLAPIENTRYP SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 626 */ - void (GLAPIENTRYP MultiDrawArraysEXT)(GLenum mode, GLint * first, GLsizei * count, GLsizei primcount); /* 627 */ + void (GLAPIENTRYP MultiDrawArraysEXT)(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount); /* 627 */ void (GLAPIENTRYP MultiDrawElementsEXT)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid ** indices, GLsizei primcount); /* 628 */ void (GLAPIENTRYP FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 629 */ void (GLAPIENTRYP FogCoorddEXT)(GLdouble coord); /* 630 */ |