Re: [Mesa-dev] [PATCH 48/59] intel/compiler: implement isign for int8

2018-12-07 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Tue, Dec 4, 2018 at 1:19 AM Iago Toral Quiroga wrote: > --- > src/intel/compiler/brw_fs_nir.cpp | 25 + > 1 file changed, 21 insertions(+), 4 deletions(-) > > diff --git a/src/intel/compiler/brw_fs_nir.cpp > b/src/intel/compiler/brw_fs_nir

[Mesa-dev] [PATCH 48/59] intel/compiler: implement isign for int8

2018-12-03 Thread Iago Toral Quiroga
--- src/intel/compiler/brw_fs_nir.cpp | 25 + 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/src/intel/compiler/brw_fs_nir.cpp b/src/intel/compiler/brw_fs_nir.cpp index db3a8812ae3..7a4594a24ac 100644 --- a/src/intel/compiler/brw_fs_nir.cpp +++ b/src/intel/