Re: [Mesa-dev] [PATCH] radv: fix f16->f32 denorm handling for SI/CIK.

2017-08-07 Thread Nicolai Hähnle
On 04.08.2017 01:18, Dave Airlie wrote: From: Dave Airlie This just copies the code from the -pro shaders, and fixes the tests on CIK. With this CIK passes the same set of conformance tests as VI. Signed-off-by: Dave Airlie --- src/amd/common/ac_nir_to_llvm.c | 15 +-- 1 file

[Mesa-dev] [PATCH] radv: fix f16->f32 denorm handling for SI/CIK.

2017-08-03 Thread Dave Airlie
From: Dave Airlie This just copies the code from the -pro shaders, and fixes the tests on CIK. With this CIK passes the same set of conformance tests as VI. Signed-off-by: Dave Airlie --- src/amd/common/ac_nir_to_llvm.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) d