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
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