Re: [Mesa-dev] [PATCH v2 05/24] mesa: glGetProgramResourceIndex

2015-04-13 Thread Tapani Pälli
On 04/13/2015 03:29 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) corresponding Piglit test: arb_program_interface_query-resource-index Signed-off-by:

Re: [Mesa-dev] [PATCH v2 05/24] mesa: glGetProgramResourceIndex

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) corresponding Piglit test: arb_program_interface_query-resource-index Signed-off-by: Tapani Pälli tapani.pa...@intel.com ---

[Mesa-dev] [PATCH v2 05/24] mesa: glGetProgramResourceIndex

2015-04-01 Thread Tapani Pälli
Patch adds required helper functions to shaderapi.h and the actual implementation. v2: code cleanup (Ilia Mirkin) corresponding Piglit test: arb_program_interface_query-resource-index Signed-off-by: Tapani Pälli tapani.pa...@intel.com --- src/mesa/main/program_resource.c | 85