Re: [Mesa-dev] [PATCH 1/9] glapi: Add uniform buffer object API

2012-06-20 Thread Kenneth Graunke
On 06/18/2012 06:35 PM, Eric Anholt wrote: > From: Vincent Lejeune > > v2: Fix a typo spotted by Eric Anholt. > v3: Fix missing "GL" on types, fix style, fix Studly_Caps extension name, > drop commented code duplicated with GL3x.xml [anholt] Aside from the pithy comments and one tiny fix, th

Re: [Mesa-dev] [PATCH 1/9] glapi: Add uniform buffer object API

2012-06-19 Thread Brian Paul
On 06/18/2012 07:35 PM, Eric Anholt wrote: From: Vincent Lejeune v2: Fix a typo spotted by Eric Anholt. v3: Fix missing "GL" on types, fix style, fix Studly_Caps extension name, drop commented code duplicated with GL3x.xml [anholt] --- src/mapi/glapi/gen/ARB_uniform_buffer_object.xml |

Re: [Mesa-dev] [PATCH 1/9] glapi: Add Uniform Buffer Object API

2011-12-02 Thread Eric Anholt
On Thu, 1 Dec 2011 16:35:31 +0100, Vincent Lejeune wrote: >v2: Fix a typo spotted by Eric Anholt. > --- > src/mapi/glapi/gen/ARB_Uniform_Buffer_Object.xml | 115 > ++ This should be capitalized like the extension, not Studly_Underscore_Caps (eww). pgp5qk7PfiOxU.pgp De

Re: [Mesa-dev] [PATCH 1/9] glapi: Add Uniform Buffer Object API

2011-10-18 Thread Eric Anholt
On Mon, 17 Oct 2011 00:37:14 +0200, vlj wrote: > --- > src/mapi/glapi/gen/ARB_Uniform_Buffer_Object.xml | 115 > ++ > src/mapi/glapi/gen/Makefile |1 + > src/mapi/glapi/gen/gl_API.xml|2 +- > 3 files changed, 117 insertions(+)