Re: [Mesa-dev] [PATCH 2/5] ac: rework load_tcs_{inputs,outputs}

2018-01-17 Thread Nicolai Hähnle
On 12.01.2018 03:55, Timothy Arceri wrote: This shares mode code and calls the new shared load_tess_varyings() s/mode/more/? abi so that the radeonsi nir path now supports tcs output loads. --- src/amd/common/ac_nir_to_llvm.c | 126 +--- 1 file changed,

[Mesa-dev] [PATCH 2/5] ac: rework load_tcs_{inputs,outputs}

2018-01-11 Thread Timothy Arceri
This shares mode code and calls the new shared load_tess_varyings() abi so that the radeonsi nir path now supports tcs output loads. --- src/amd/common/ac_nir_to_llvm.c | 126 +--- 1 file changed, 53 insertions(+), 73 deletions(-) diff --git a/src/amd/common/ac