Re: [Mesa-dev] [PATCH] radv: move nir print after linking is done

2017-10-23 Thread Bas Nieuwenhuizen
r-b On Tue, Oct 24, 2017 at 12:59 AM, Timothy Arceri wrote: > We now have linking optimisation so we want to delay dumping the > nir until after these are complete. > > Fixes: 06f05040eb73 (radv: Link shaders) > --- > src/amd/vulkan/radv_pipeline.c | 9 +++-- > src/amd/vulkan/radv_shader.c

[Mesa-dev] [PATCH] radv: move nir print after linking is done

2017-10-23 Thread Timothy Arceri
We now have linking optimisation so we want to delay dumping the nir until after these are complete. Fixes: 06f05040eb73 (radv: Link shaders) --- src/amd/vulkan/radv_pipeline.c | 9 +++-- src/amd/vulkan/radv_shader.c | 3 --- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/sr