Re: [Mesa-dev] [PATCH v2 12/24] mesa: refactor GetAttribLocation

2015-04-13 Thread Martin Peres
On 01/04/15 15:14, Tapani Pälli wrote: Use program_resource_location to fetch location. Signed-off-by: Tapani Pälli tapani.pa...@intel.com --- src/mesa/main/shader_query.cpp | 42 -- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git

[Mesa-dev] [PATCH v2 12/24] mesa: refactor GetAttribLocation

2015-04-01 Thread Tapani Pälli
Use program_resource_location to fetch location. Signed-off-by: Tapani Pälli tapani.pa...@intel.com --- src/mesa/main/shader_query.cpp | 42 -- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/src/mesa/main/shader_query.cpp