Re: [Mesa-dev] [PATCH v2 13/24] mesa: refactor GetFragDataLocation

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 | 38 -- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git

[Mesa-dev] [PATCH v2 13/24] mesa: refactor GetFragDataLocation

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 | 38 -- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/src/mesa/main/shader_query.cpp