Re: [Mesa-dev] [PATCH v2 14/24] mesa: refactor GetFragDataIndex

2015-04-13 Thread Martin Peres
On 01/04/15 15:14, Tapani Pälli wrote: Use _mesa_program_resource_location_index to fetch index. Signed-off-by: Tapani Pälli Reviewed-by: Ilia Mirkin --- src/mesa/main/shader_query.cpp | 25 ++--- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/src/mesa/

[Mesa-dev] [PATCH v2 14/24] mesa: refactor GetFragDataIndex

2015-04-01 Thread Tapani Pälli
Use _mesa_program_resource_location_index to fetch index. Signed-off-by: Tapani Pälli Reviewed-by: Ilia Mirkin --- src/mesa/main/shader_query.cpp | 25 ++--- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/src/mesa/main/shader_query.cpp b/src/mesa/main/shader_