mesa: more const qualifiers to match the latest glext.h
authorBrian Paul <brianp@vmware.com>
Wed, 27 Jun 2012 16:52:55 +0000 (10:52 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 27 Jun 2012 21:37:10 +0000 (15:37 -0600)
commit9881bf6e69b52efc1eb57a4027d9a8817ef8cbcb
tree5cb1746a15eb8d5ef381695c5700d091826cc038
parent827bdee7d1ec29ce07f35780f7d2262f2fa0acf4
mesa: more const qualifiers to match the latest glext.h

For some reason regular gcc on Linux didn't catch these but the mingw
compiler did (generated errors, not warnings).

v2: include the changes in src/mapi/ too
src/mapi/glapi/gen/ARB_debug_output.xml
src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml
src/mapi/glapi/gen/ARB_uniform_buffer_object.xml
src/mapi/glapi/gen/GL3x.xml
src/mapi/glapi/gen/gl_API.xml
src/mesa/main/dd.h
src/mesa/main/errors.c
src/mesa/vbo/vbo_exec_array.c
src/mesa/vbo/vbo_noop.c
src/mesa/vbo/vbo_save_api.c