Re: [Mesa-dev] [PATCH 11/17] nir/lower-io: split out some helper fxns

2016-05-10 Thread Jason Ekstrand
On Mon, May 9, 2016 at 12:33 PM, Rob Clark wrote: > From: Rob Clark > > Prep work to reduce the noise in the next patch. > > Signed-off-by: Rob Clark > --- > src/compiler/nir/nir_lower_io_to_temporaries.c | 124 > ++--- > 1 file changed, 72 insertions(+), 52 deletions(-) >

[Mesa-dev] [PATCH 11/17] nir/lower-io: split out some helper fxns

2016-05-09 Thread Rob Clark
From: Rob Clark Prep work to reduce the noise in the next patch. Signed-off-by: Rob Clark --- src/compiler/nir/nir_lower_io_to_temporaries.c | 124 ++--- 1 file changed, 72 insertions(+), 52 deletions(-) diff --git a/src/compiler/nir/nir_lower_io_to_temporaries.c b/src/co

[Mesa-dev] [PATCH 11/17] nir/lower-io: split out some helper fxns

2016-04-15 Thread Rob Clark
From: Rob Clark Prep work to reduce the noise in the next patch. Signed-off-by: Rob Clark --- src/compiler/nir/nir_lower_io_to_temporaries.c | 103 +++-- 1 file changed, 62 insertions(+), 41 deletions(-) diff --git a/src/compiler/nir/nir_lower_io_to_temporaries.c b/src/co