Re: [Mesa-dev] [PATCH 1/2] nir: When asked to print with a NULL state, just us bare variable names.

2015-01-23 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Fri, Jan 23, 2015 at 4:35 PM, Eric Anholt wrote: > --- > src/glsl/nir/nir_print.c | 22 -- > 1 file changed, 16 insertions(+), 6 deletions(-) > > diff --git a/src/glsl/nir/nir_print.c b/src/glsl/nir/nir_print.c > index 1a50ae9..2ef55ed 100644

[Mesa-dev] [PATCH 1/2] nir: When asked to print with a NULL state, just us bare variable names.

2015-01-23 Thread Eric Anholt
--- src/glsl/nir/nir_print.c | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/src/glsl/nir/nir_print.c b/src/glsl/nir/nir_print.c index 1a50ae9..2ef55ed 100644 --- a/src/glsl/nir/nir_print.c +++ b/src/glsl/nir/nir_print.c @@ -210,7 +210,9 @@ print_var_dec