Re: [Mesa-dev] [PATCH 04/11] intel/compiler: Don't handle fsign.sat

2018-10-08 Thread Thomas Helland
Den tir. 11. sep. 2018 kl. 01:30 skrev Ian Romanick : > > From: Ian Romanick > > No shader-db or CI changes on any Intel platform. > I'm no expert on the intel backend, but this seems trivial enough. Reviewed-by: Thomas Helland > Signed-off-by: Ian Romanick > --- > src/intel/compiler/brw_fs_n

[Mesa-dev] [PATCH 04/11] intel/compiler: Don't handle fsign.sat

2018-09-10 Thread Ian Romanick
From: Ian Romanick No shader-db or CI changes on any Intel platform. Signed-off-by: Ian Romanick --- src/intel/compiler/brw_fs_nir.cpp | 14 +- src/intel/compiler/brw_vec4_nir.cpp | 12 ++-- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/src/intel/compile