Re: [Mesa-dev] [PATCH v2 06/24] mesa: glGetProgramResourceName

2015-04-20 Thread Matt Turner
On Wed, Apr 1, 2015 at 5:14 AM, Tapani Pälli tapani.pa...@intel.com wrote: Patch adds required helper functions to shaderapi.h and the actual implementation. Name generation copied from '_mesa_get_uniform_name' which can be removed later by refactoring functions to use resource list. The

Re: [Mesa-dev] [PATCH v2 06/24] mesa: glGetProgramResourceName

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. Name generation copied from '_mesa_get_uniform_name' which can be removed later by refactoring functions to use resource list. The added functionality can be tested by

[Mesa-dev] [PATCH v2 06/24] mesa: glGetProgramResourceName

2015-04-01 Thread Tapani Pälli
Patch adds required helper functions to shaderapi.h and the actual implementation. Name generation copied from '_mesa_get_uniform_name' which can be removed later by refactoring functions to use resource list. The added functionality can be tested by tests for following functions that are