Re: [Mesa-dev] [PATCH 1/4] mesa: s/GLhandleARB/GLuint/ for glGetUniform functions

2014-03-10 Thread Ian Romanick
Regardless of the other discussion, patches 1 & 2 are Reviewed-by: Ian Romanick On 03/08/2014 05:10 PM, Brian Paul wrote: > The GL specs say the parameter is GLuint, not GLhandleARB. > --- > src/mapi/glapi/gen/ARB_robustness.xml |8 > src/mesa/main/uniform_query.cpp |6 ++

Re: [Mesa-dev] [PATCH 1/4] mesa: s/GLhandleARB/GLuint/ for glGetUniform functions

2014-03-10 Thread Eric Anholt
Brian Paul writes: > The GL specs say the parameter is GLuint, not GLhandleARB. This series is: Reviewed-by: Eric Anholt pgpFoiwICKFFa.pgp Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.

[Mesa-dev] [PATCH 1/4] mesa: s/GLhandleARB/GLuint/ for glGetUniform functions

2014-03-08 Thread Brian Paul
The GL specs say the parameter is GLuint, not GLhandleARB. --- src/mapi/glapi/gen/ARB_robustness.xml |8 src/mesa/main/uniform_query.cpp |6 +++--- src/mesa/main/uniforms.c | 20 ++-- src/mesa/main/uniforms.h | 24 ---