Re: [Mesa-dev] [PATCH 1/6] nir: Make a 'var' temporary in nir_lower_io.

2016-07-14 Thread Jason Ekstrand
On Thu, Jul 14, 2016 at 10:49 AM, Kenneth Graunke wrote: > Less typing and word wrapping issues than intrin->variables[0]->var. > > Signed-off-by: Kenneth Graunke > --- > src/compiler/nir/nir_lower_io.c | 28 > 1 file changed, 12 insertions(+), 16 deletions(-) > > d

[Mesa-dev] [PATCH 1/6] nir: Make a 'var' temporary in nir_lower_io.

2016-07-14 Thread Kenneth Graunke
Less typing and word wrapping issues than intrin->variables[0]->var. Signed-off-by: Kenneth Graunke --- src/compiler/nir/nir_lower_io.c | 28 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/src/compiler/nir/nir_lower_io.c b/src/compiler/nir/nir_lower_