Re: [Mesa-dev] [PATCH 03/11] nir/algebraic: Simplify fsat of fsign

2018-10-08 Thread Thomas Helland
Den tir. 11. sep. 2018 kl. 01:30 skrev Ian Romanick : > > From: Ian Romanick > > These allows us to not support fsign.sat in the Intel compiler backend, > and that will simplify some later changes. > > No shader-db changes on any Intel platform. > I was a bit skeptical to how this would impact ot

[Mesa-dev] [PATCH 03/11] nir/algebraic: Simplify fsat of fsign

2018-09-10 Thread Ian Romanick
From: Ian Romanick These allows us to not support fsign.sat in the Intel compiler backend, and that will simplify some later changes. No shader-db changes on any Intel platform. Signed-off-by: Ian Romanick --- src/compiler/nir/nir_opt_algebraic.py | 1 + 1 file changed, 1 insertion(+) diff -