Re: [Mesa-dev] [PATCH 04/23] mesa: glGetProgramResourceIndex

2015-03-15 Thread Tapani Pälli
On 03/13/2015 10:18 PM, Ilia Mirkin wrote: On Fri, Mar 13, 2015 at 4:37 AM, Tapani Pälli wrote: Patch adds required helper functions to shaderapi.h and the actual implementation. corresponding Piglit test: arb_program_interface_query-resource-index Signed-off-by: Tapani Pälli --- src

Re: [Mesa-dev] [PATCH 04/23] mesa: glGetProgramResourceIndex

2015-03-13 Thread Ilia Mirkin
On Fri, Mar 13, 2015 at 4:37 AM, Tapani Pälli wrote: > Patch adds required helper functions to shaderapi.h and > the actual implementation. > > corresponding Piglit test: >arb_program_interface_query-resource-index > > Signed-off-by: Tapani Pälli > --- > src/mesa/main/program_resource.c | 91

[Mesa-dev] [PATCH 04/23] mesa: glGetProgramResourceIndex

2015-03-13 Thread Tapani Pälli
Patch adds required helper functions to shaderapi.h and the actual implementation. corresponding Piglit test: arb_program_interface_query-resource-index Signed-off-by: Tapani Pälli --- src/mesa/main/program_resource.c | 91 +++- src/mesa/main/shader_query.