Re: [Mesa-dev] [PATCH v3 01/42] intel/compiler: handle conversions between int and half-float on atom

2019-01-15 Thread Iago Toral
Hi Curro, thanks for looking into this, I have a few comments inline: On Tue, 2019-01-15 at 14:34 -0800, Francisco Jerez wrote: > Iago Toral Quiroga writes: > > > v2: adapted to work with the new regioning lowering pass > > > > Reviewed-by: Topi Pohjolainen (v1) > > --- > >

Re: [Mesa-dev] [PATCH v3 01/42] intel/compiler: handle conversions between int and half-float on atom

2019-01-15 Thread Francisco Jerez
Iago Toral Quiroga writes: > v2: adapted to work with the new regioning lowering pass > > Reviewed-by: Topi Pohjolainen (v1) > --- > src/intel/compiler/brw_ir_fs.h | 33 ++--- > 1 file changed, 26 insertions(+), 7 deletions(-) > > diff --git