Re: [Mesa-dev] [PATCH] mesa: Allow query of GL_VERTEX_BINDING_BUFFER

2015-08-25 Thread Ilia Mirkin
On Tue, Aug 25, 2015 at 10:18 AM, Fredrik Höglund wrote: > On Monday 24 August 2015, Brian Paul wrote: >> On 08/19/2015 12:17 PM, Marta Lofstedt wrote: >> > From: Marta Lofstedt >> > >> > According to OpenGL ES 3.1 specification table : 20.2 and >> > OpenGL specification 4.4 table 23.4. The glGet

Re: [Mesa-dev] [PATCH] mesa: Allow query of GL_VERTEX_BINDING_BUFFER

2015-08-25 Thread Fredrik Höglund
On Monday 24 August 2015, Brian Paul wrote: > On 08/19/2015 12:17 PM, Marta Lofstedt wrote: > > From: Marta Lofstedt > > > > According to OpenGL ES 3.1 specification table : 20.2 and > > OpenGL specification 4.4 table 23.4. The glGetIntegeri_v > > functions should report the name of the buffer bo

Re: [Mesa-dev] [PATCH] mesa: Allow query of GL_VERTEX_BINDING_BUFFER

2015-08-24 Thread Brian Paul
On 08/19/2015 12:17 PM, Marta Lofstedt wrote: From: Marta Lofstedt According to OpenGL ES 3.1 specification table : 20.2 and OpenGL specification 4.4 table 23.4. The glGetIntegeri_v functions should report the name of the buffer bound when called with GL_VERTEX_BINDING_BUFFER. Signed-off-by:

[Mesa-dev] [PATCH] mesa: Allow query of GL_VERTEX_BINDING_BUFFER

2015-08-19 Thread Marta Lofstedt
From: Marta Lofstedt According to OpenGL ES 3.1 specification table : 20.2 and OpenGL specification 4.4 table 23.4. The glGetIntegeri_v functions should report the name of the buffer bound when called with GL_VERTEX_BINDING_BUFFER. Signed-off-by: Marta Lofstedt --- src/mesa/main/get.c | 8 +++