Re: [Mesa-dev] [PATCH] ac: Use DPP for build_ddxy where possible.

2018-05-23 Thread Nicolai Hähnle
On 23.05.2018 11:48, Bas Nieuwenhuizen wrote: WQM is pretty reliable now on LLVM 7, so let us just use DPP + WQM. This gives approximately a 1.5% performance increase on the vrcompositor built-in benchmark. --- src/amd/common/ac_llvm_build.c | 243 ++--- 1 file cha

[Mesa-dev] [PATCH] ac: Use DPP for build_ddxy where possible.

2018-05-23 Thread Bas Nieuwenhuizen
WQM is pretty reliable now on LLVM 7, so let us just use DPP + WQM. This gives approximately a 1.5% performance increase on the vrcompositor built-in benchmark. --- src/amd/common/ac_llvm_build.c | 243 ++--- 1 file changed, 130 insertions(+), 113 deletions(-) diff --