Re: [Mesa-dev] [PATCH 07/23] mesa: glGetProgramResourceLocationIndex

2015-03-17 Thread Tapani Pälli
On 03/17/2015 04:20 PM, Ilia Mirkin wrote: On Tue, Mar 17, 2015 at 5:13 AM, Tapani Pälli wrote: On 03/16/2015 08:08 PM, Ilia Mirkin wrote: On Fri, Mar 13, 2015 at 4:37 AM, Tapani Pälli wrote: +/** + * Returns output index for dual source blending. + */ GLint GLAPIENTRY _mesa_GetPr

Re: [Mesa-dev] [PATCH 07/23] mesa: glGetProgramResourceLocationIndex

2015-03-17 Thread Ilia Mirkin
On Tue, Mar 17, 2015 at 5:13 AM, Tapani Pälli wrote: > > > On 03/16/2015 08:08 PM, Ilia Mirkin wrote: >> >> On Fri, Mar 13, 2015 at 4:37 AM, Tapani Pälli >> wrote: >>> +/** >>> + * Returns output index for dual source blending. >>> + */ >>> GLint GLAPIENTRY >>> _mesa_GetProgramResourceLocatio

Re: [Mesa-dev] [PATCH 07/23] mesa: glGetProgramResourceLocationIndex

2015-03-17 Thread Tapani Pälli
On 03/16/2015 08:08 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. The added functionality can be tested by tests for following functions that are refactored by later patches:

Re: [Mesa-dev] [PATCH 07/23] mesa: glGetProgramResourceLocationIndex

2015-03-16 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. > > The added functionality can be tested by tests for following > functions that are refactored by later patches: > >GetFragDataIndex > > Signed-off-by:

[Mesa-dev] [PATCH 07/23] mesa: glGetProgramResourceLocationIndex

2015-03-13 Thread Tapani Pälli
Patch adds required helper functions to shaderapi.h and the actual implementation. The added functionality can be tested by tests for following functions that are refactored by later patches: GetFragDataIndex Signed-off-by: Tapani Pälli --- src/mesa/main/program_resource.c | 25