mesa: update glext.h to version 20130708
authorBrian Paul <brianp@vmware.com>
Mon, 8 Jul 2013 15:22:48 +0000 (09:22 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 12 Jul 2013 14:32:51 +0000 (08:32 -0600)
commitcb2de08f27311166a44c379532a502c0b1b862d0
tree21bafa3812f4b84fcc3e05ca7f59dc026cf5cff5
parent5749aea255446b850a1b56f944a062358e5c70dd
mesa: update glext.h to version 20130708

This update fixes the problem with duplicated typedefs for
GLclampf and GLclampd in the previous version.

It also changes some parameter types for glDebugMessageCallbackARB()
and glTransformFeedbackVaryingsEXT().

Note we should someday update the glapi-gen code so that it
understands void pointer parameters.  Currently, the Python code
only understands "GLvoid *" but not "void *".  Luckily, the
compilers don't seem to complain about mixing GLvoid and void.
include/GL/glext.h
src/mapi/glapi/gen/ARB_debug_output.xml
src/mapi/glapi/gen/EXT_transform_feedback.xml
src/mesa/main/errors.c
src/mesa/main/errors.h
src/mesa/main/getstring.c
src/mesa/main/mtypes.h