Re: [Mesa-dev] [PATCH v2 03/24] mesa/glsl: build list of program resources during linking

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 ProgramResourceList to gl_shader_program structure. List contains references to active program resources and is constructed during linking phase. This list will be used by follow-up patches to implement

Re: [Mesa-dev] [PATCH v2 03/24] mesa/glsl: build list of program resources during linking

2015-04-20 Thread Tapani
On 04/21/2015 04:49 AM, Matt Turner wrote: On Wed, Apr 1, 2015 at 5:14 AM, Tapani Pälli tapani.pa...@intel.com wrote: Patch adds ProgramResourceList to gl_shader_program structure. List contains references to active program resources and is constructed during linking phase. This list will be

Re: [Mesa-dev] [PATCH v2 03/24] mesa/glsl: build list of program resources during linking

2015-04-13 Thread Tapani Pälli
On 04/13/2015 12:15 PM, Martin Peres wrote: On 01/04/15 15:14, Tapani Pälli wrote: Patch adds ProgramResourceList to gl_shader_program structure. List contains references to active program resources and is constructed during linking phase. This list will be used by follow-up patches to

Re: [Mesa-dev] [PATCH v2 03/24] mesa/glsl: build list of program resources during linking

2015-04-13 Thread Martin Peres
On 01/04/15 15:14, Tapani Pälli wrote: Patch adds ProgramResourceList to gl_shader_program structure. List contains references to active program resources and is constructed during linking phase. This list will be used by follow-up patches to implement hooks for

[Mesa-dev] [PATCH v2 03/24] mesa/glsl: build list of program resources during linking

2015-04-01 Thread Tapani Pälli
Patch adds ProgramResourceList to gl_shader_program structure. List contains references to active program resources and is constructed during linking phase. This list will be used by follow-up patches to implement hooks for GL_ARB_program_interface_query. It can be also used to implement any of