Re: [Mesa-dev] [PATCH] nir: Make the printer include nir_variable::location too.

2015-03-05 Thread Connor Abbott
Reviewed-by: Connor Abbott On Thu, Mar 5, 2015 at 11:26 PM, Kenneth Graunke wrote: > Being able to see both location and driver_location can be useful when > debugging IO mistakes. > > Signed-off-by: Kenneth Graunke > --- > src/glsl/nir/nir_print.c | 2 +- > 1 file changed, 1 insertion(+), 1 d

Re: [Mesa-dev] [PATCH] nir: Make the printer include nir_variable::location too.

2015-03-05 Thread Jason Ekstrand
Fine by me Reviewed-by: Jason Ekstrand On Thu, Mar 5, 2015 at 8:26 PM, Kenneth Graunke wrote: > Being able to see both location and driver_location can be useful when > debugging IO mistakes. > > Signed-off-by: Kenneth Graunke > --- > src/glsl/nir/nir_print.c | 2 +- > 1 file changed, 1 inser

[Mesa-dev] [PATCH] nir: Make the printer include nir_variable::location too.

2015-03-05 Thread Kenneth Graunke
Being able to see both location and driver_location can be useful when debugging IO mistakes. Signed-off-by: Kenneth Graunke --- src/glsl/nir/nir_print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/nir/nir_print.c b/src/glsl/nir/nir_print.c index 6a3c6a0..30d4821