Re: [Mesa-dev] [PATCH 13/28] nir: take into account rounding modes in conversions

2018-12-11 Thread Samuel Iglesias Gonsálvez
On 05/12/2018 19:21, Connor Abbott wrote: > On Wed, Dec 5, 2018 at 4:56 PM Samuel Iglesias Gonsálvez > wrote: >> >> Signed-off-by: Samuel Iglesias Gonsálvez >> --- >> src/compiler/nir/nir.h | 15 +++ >> src/compiler/nir/nir_constant_expressions.py | 46 +++

Re: [Mesa-dev] [PATCH 13/28] nir: take into account rounding modes in conversions

2018-12-05 Thread Connor Abbott
On Wed, Dec 5, 2018 at 4:56 PM Samuel Iglesias Gonsálvez wrote: > > Signed-off-by: Samuel Iglesias Gonsálvez > --- > src/compiler/nir/nir.h | 15 +++ > src/compiler/nir/nir_constant_expressions.py | 46 +--- > src/compiler/spirv/vtn_alu.c

[Mesa-dev] [PATCH 13/28] nir: take into account rounding modes in conversions

2018-12-05 Thread Samuel Iglesias Gonsálvez
Signed-off-by: Samuel Iglesias Gonsálvez --- src/compiler/nir/nir.h | 15 +++ src/compiler/nir/nir_constant_expressions.py | 46 +--- src/compiler/spirv/vtn_alu.c | 16 ++- 3 files changed, 71 insertions(+), 6 deletions(-) diff --git