Re: [Mesa-dev] [PATCH 4/8] nir/lower_returns: Stop using constant initializers

2016-07-21 Thread Iago Toral
I guess this isn't really necessary since we are going to lower constant initializers away eventually, right? I have no objections to saving the pass some work of course, just wondering if that's really all there is to this change or if I am missing something else. Iago On Wed, 2016-07-20 at

[Mesa-dev] [PATCH 4/8] nir/lower_returns: Stop using constant initializers

2016-07-20 Thread Jason Ekstrand
Signed-off-by: Jason Ekstrand --- src/compiler/nir/nir_lower_returns.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/compiler/nir/nir_lower_returns.c b/src/compiler/nir/nir_lower_returns.c index 8dbea6e..cf49d5b 100644 ---