Re: [Mesa-dev] [PATCH v2 04/24] mesa: glGetProgramInterfaceiv

2015-04-13 Thread Tapani Pälli
On 04/13/2015 12:27 PM, Martin Peres wrote: On 01/04/15 15:14, Tapani Pälli wrote: Patch adds required helper functions to shaderapi.h and the actual implementation. v2: code cleanup (Ilia Mirkin) fix array size fo xfb varyings validate programInterface and throw error

Re: [Mesa-dev] [PATCH v2 04/24] mesa: glGetProgramInterfaceiv

2015-04-13 Thread Martin Peres
On 01/04/15 15:14, Tapani Pälli wrote: Patch adds required helper functions to shaderapi.h and the actual implementation. v2: code cleanup (Ilia Mirkin) fix array size fo xfb varyings validate programInterface and throw error corresponding Piglit test:

Re: [Mesa-dev] [PATCH v2 04/24] mesa: glGetProgramInterfaceiv

2015-04-13 Thread Martin Peres
On 13/04/15 12:34, Tapani Pälli wrote: On 04/13/2015 12:27 PM, Martin Peres wrote: On 01/04/15 15:14, Tapani Pälli wrote: Patch adds required helper functions to shaderapi.h and the actual implementation. v2: code cleanup (Ilia Mirkin) fix array size fo xfb varyings validate

Re: [Mesa-dev] [PATCH v2 04/24] mesa: glGetProgramInterfaceiv

2015-04-13 Thread Tapani Pälli
On 04/13/2015 12:55 PM, Martin Peres wrote: On 13/04/15 12:34, Tapani Pälli wrote: On 04/13/2015 12:27 PM, Martin Peres wrote: On 01/04/15 15:14, Tapani Pälli wrote: Patch adds required helper functions to shaderapi.h and the actual implementation. v2: code cleanup (Ilia Mirkin)

Re: [Mesa-dev] [PATCH v2 04/24] mesa: glGetProgramInterfaceiv

2015-04-13 Thread Martin Peres
On 13/04/15 12:58, Tapani Pälli wrote: On 04/13/2015 12:55 PM, Martin Peres wrote: On 13/04/15 12:34, Tapani Pälli wrote: On 04/13/2015 12:27 PM, Martin Peres wrote: On 01/04/15 15:14, Tapani Pälli wrote: Patch adds required helper functions to shaderapi.h and the actual

[Mesa-dev] [PATCH v2 04/24] mesa: glGetProgramInterfaceiv

2015-04-01 Thread Tapani Pälli
Patch adds required helper functions to shaderapi.h and the actual implementation. v2: code cleanup (Ilia Mirkin) fix array size fo xfb varyings validate programInterface and throw error corresponding Piglit test: arb_program_interface_query-getprograminterfaceiv Signed-off-by: