Re: [Mesa-dev] RADV initial NIR linking support

2017-10-14 Thread Bas Nieuwenhuizen
The series looks good to me, with the comment on patch 5 fixed. Reviewed-by: Bas Nieuwenhuizen for the series. However, I'd be a lot more comfortable landing this if it sees a CTS run. Will kick one off tonight and see what happens. On Sun, Oct 15, 2017 at 1:36 AM, Timothy Arceri wrote: > This

[Mesa-dev] RADV initial NIR linking support

2017-10-14 Thread Timothy Arceri
This initial linking support removes unused varyings across stages. Future improvements include enabling removing unused varying components [1], varying packing (in progress), and varying array splitting. I've tried to run the series on the public Vulkan CTS but I seem to be hitting an existing i