Re: [Mesa-dev] [PATCH 09/17] nir: Fix wonkey indentation in generated code

2015-08-27 Thread Ian Romanick
On 08/26/2015 06:44 PM, Jason Ekstrand wrote: > I think I'd rather just run it through indent like we do for some of > the other auto-generated code. That way the mako file (the one you'll > actually be editing) can remain readable. I had thought about doing that. We use indent in a few places w

Re: [Mesa-dev] [PATCH 09/17] nir: Fix wonkey indentation in generated code

2015-08-26 Thread Jason Ekstrand
I think I'd rather just run it through indent like we do for some of the other auto-generated code. That way the mako file (the one you'll actually be editing) can remain readable. --Jason On Wed, Aug 26, 2015 at 10:19 AM, Ian Romanick wrote: > From: Ian Romanick > > Signed-off-by: Ian Romanick

[Mesa-dev] [PATCH 09/17] nir: Fix wonkey indentation in generated code

2015-08-26 Thread Ian Romanick
From: Ian Romanick Signed-off-by: Ian Romanick --- src/glsl/nir/nir_constant_expressions.py | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/glsl/nir/nir_constant_expressions.py b/src/glsl/nir/nir_constant_expressions.py index 6006358..