Re: [Mesa-dev] [PATCH 3/4] r600g: Don't repeat tgsi_scan_shader(), just use result

2015-08-26 Thread Marek Olšák
On Tue, Aug 25, 2015 at 1:56 PM, Edward O'Callaghan wrote: > From: Edward O'Callaghan > > tgsi_shader_scan() has already happened so just use the results. > > Signed-off-by: Edward O'Callaghan > Signed-off-by: Dave Airlie Did Dave really give you this sign-off? > --- > src/gallium/drivers/r6

[Mesa-dev] [PATCH 3/4] r600g: Don't repeat tgsi_scan_shader(), just use result

2015-08-25 Thread Edward O'Callaghan
From: Edward O'Callaghan tgsi_shader_scan() has already happened so just use the results. Signed-off-by: Edward O'Callaghan Signed-off-by: Dave Airlie --- src/gallium/drivers/r600/r600_shader.c | 35 ++ 1 file changed, 10 insertions(+), 25 deletions(-) diff --