Re: [Mesa-dev] [PATCH] glapi: add const qualifier to glShaderSourceARB() parameter

2012-06-27 Thread Jose Fonseca
Sounds good. I've noticed similar issues upgrading khronos headers in apitrace in the past -- every now and then the Khronos headers (or OS vendors) introduce slight differences in the prototopes, which is aggravated with C++ type checking rules. Jose - Original Message - > Fixes the e

[Mesa-dev] [PATCH] glapi: add const qualifier to glShaderSourceARB() parameter

2012-06-27 Thread Brian Paul
Fixes the es2 build with gcc. Note: in glext.h the prototypes for glShaderSource() and glShaderSourceARB() disagree: only the former has the extra const qualifier. --- src/mapi/glapi/gen/gl_API.xml |2 +- src/mesa/main/APIspec.xml |2 +- 2 files changed, 2 insertions(+), 2 deletions(