Re: [Mesa-dev] [PATCH v2 004/103] i965/vec4/nir: Add bit-size information to types

2016-10-20 Thread Iago Toral
On Wed, 2016-10-19 at 10:39 -0700, Ian Romanick wrote: > On 10/19/2016 03:53 AM, Iago Toral wrote: > > > > On Tue, 2016-10-18 at 17:16 -0700, Ian Romanick wrote: > > > > > > On 10/11/2016 02:01 AM, Iago Toral Quiroga wrote: > > > > > > > > @@ -811,7 +811,7 @@ > > > >

Re: [Mesa-dev] [PATCH v2 004/103] i965/vec4/nir: Add bit-size information to types

2016-10-19 Thread Ian Romanick
On 10/19/2016 03:53 AM, Iago Toral wrote: > On Tue, 2016-10-18 at 17:16 -0700, Ian Romanick wrote: >> On 10/11/2016 02:01 AM, Iago Toral Quiroga wrote: >>> @@ -811,7 +811,7 @@ >>> vec4_visitor::nir_emit_intrinsic(nir_intrinsic_instr *instr) >>>if (const_offset) { >>> offset =

Re: [Mesa-dev] [PATCH v2 004/103] i965/vec4/nir: Add bit-size information to types

2016-10-19 Thread Iago Toral
On Tue, 2016-10-18 at 17:16 -0700, Ian Romanick wrote: > On 10/11/2016 02:01 AM, Iago Toral Quiroga wrote: > > > > Reviewed-by: Francisco Jerez > > --- > >  src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 8 > >  1 file changed, 4 insertions(+), 4 deletions(-) > > >

Re: [Mesa-dev] [PATCH v2 004/103] i965/vec4/nir: Add bit-size information to types

2016-10-18 Thread Ian Romanick
On 10/11/2016 02:01 AM, Iago Toral Quiroga wrote: > Reviewed-by: Francisco Jerez > --- > src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_vec4_nir.cpp >

[Mesa-dev] [PATCH v2 004/103] i965/vec4/nir: Add bit-size information to types

2016-10-11 Thread Iago Toral Quiroga
Reviewed-by: Francisco Jerez --- src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_vec4_nir.cpp b/src/mesa/drivers/dri/i965/brw_vec4_nir.cpp index af76730..5048c4e 100644