Re: [Mesa-dev] [PATCH 5/7] radv: enable lower to scalar nir pass

2017-10-24 Thread Bas Nieuwenhuizen
On Mon, Oct 23, 2017 at 2:10 AM, Timothy Arceri wrote: > This will allow dead components of varyings to be removed. > --- > src/amd/vulkan/radv_pipeline.c | 24 > 1 file changed, 24 insertions(+) > > diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeli

[Mesa-dev] [PATCH 5/7] radv: enable lower to scalar nir pass

2017-10-22 Thread Timothy Arceri
This will allow dead components of varyings to be removed. --- src/amd/vulkan/radv_pipeline.c | 24 1 file changed, 24 insertions(+) diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c index 669d9a4858..2a25a423a2 100644 --- a/src/amd/vulkan/radv_