Re: [Mesa-dev] [PATCH 05/95] i965/vec4/nir: support doubles in ALU operations

2016-07-26 Thread Iago Toral
On Mon, 2016-07-25 at 19:16 -0700, Francisco Jerez wrote: > Iago Toral Quiroga writes: > > > > > Basically, this involves considering the bit-size information to > > set > > the appropriate type on both operands and destination. > > --- > >  src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 12 ++

Re: [Mesa-dev] [PATCH 05/95] i965/vec4/nir: support doubles in ALU operations

2016-07-25 Thread Francisco Jerez
Iago Toral Quiroga writes: > Basically, this involves considering the bit-size information to set > the appropriate type on both operands and destination. > --- > src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 12 > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/src/

[Mesa-dev] [PATCH 05/95] i965/vec4/nir: support doubles in ALU operations

2016-07-19 Thread Iago Toral Quiroga
Basically, this involves considering the bit-size information to set the appropriate type on both operands and destination. --- src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_vec4_nir.cpp b/