Re: [Mesa-dev] [PATCH] Fix const errors in GL(ES) API

2012-06-27 Thread Brian Paul
On 06/27/2012 02:42 PM, Daniel Stone wrote: 51b0a0b3 introduced a number of const restrictions in glext.h, but didn't propagate these to the GL API XML files, leading to a number of prototype mismatch warnings. Signed-off-by: Daniel Stone --- src/mapi/glapi/gen/ARB_debug_output.xml

[Mesa-dev] [PATCH] Fix const errors in GL(ES) API

2012-06-27 Thread Daniel Stone
51b0a0b3 introduced a number of const restrictions in glext.h, but didn't propagate these to the GL API XML files, leading to a number of prototype mismatch warnings. Signed-off-by: Daniel Stone --- src/mapi/glapi/gen/ARB_debug_output.xml |2 +- src/mapi/glapi/gen/ARB_draw_eleme