Module: Mesa Branch: master Commit: 7993832c12bba578010005b344dcd3817be84a42 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7993832c12bba578010005b344dcd3817be84a42
Author: Brian Paul <[email protected]> Date: Tue Sep 14 09:37:35 2010 -0600 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. --- docs/relnotes-7.9.html | 1 + include/GL/glext.h | 1105 +++++++++++++++++++++++++++++++++++++--- src/glx/indirect.c | 6 +- src/glx/indirect.h | 2 +- src/glx/indirect_init.c | 2 +- src/mapi/glapi/gen/Makefile | 2 +- src/mapi/glapi/gen/gl_API.xml | 8 +- src/mapi/glapi/glapidispatch.h | 2 +- src/mapi/glapi/glapitable.h | 2 +- src/mapi/glapi/glapitemp.h | 4 +- src/mesa/main/dlist.c | 4 +- src/mesa/main/glheader.h | 6 +- src/mesa/main/varray.c | 4 +- src/mesa/main/varray.h | 4 +- 14 files changed, 1050 insertions(+), 102 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=7993832c12bba578010005b344dcd3817be84a42 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
