Re: [Mesa-dev] [PATCH 6/6] radv: switch to the new VS exports path

2019-07-10 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen for the series. On Wed, Jul 10, 2019 at 3:15 PM Samuel Pitoiset wrote: > > It will help for GS as NGG on GFX10. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_nir_to_llvm.c | 118 +- > 1 file changed, 2 insertions(+),

[Mesa-dev] [PATCH 6/6] radv: switch to the new VS exports path

2019-07-10 Thread Samuel Pitoiset
It will help for GS as NGG on GFX10. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_nir_to_llvm.c | 118 +- 1 file changed, 2 insertions(+), 116 deletions(-) diff --git a/src/amd/vulkan/radv_nir_to_llvm.c b/src/amd/vulkan/radv_nir_to_llvm.c index