[Mesa-dev] [PATCH] radeonsi: don't emit unnecessary NULL exports for unbound targets (v2)

2016-02-05 Thread Marek Olšák
From: Marek Olšák v2: remove semantic index == 0 checks add the else statement to remove shadowing of args --- src/gallium/drivers/radeonsi/si_shader.c | 88 ++-- 1 file changed, 62 insertions(+), 26 deletions(-) diff --git

Re: [Mesa-dev] [PATCH] radeonsi: don't emit unnecessary NULL exports for unbound targets (v2)

2016-02-05 Thread Nicolai Hähnle
Reviewed-by: Nicolai Hähnle On 05.02.2016 17:51, Marek Olšák wrote: From: Marek Olšák v2: remove semantic index == 0 checks add the else statement to remove shadowing of args --- src/gallium/drivers/radeonsi/si_shader.c | 88