Re: [Mesa-dev] [PATCH 2/2] nir/validate: dump annotated shader with error msgs

2016-05-15 Thread Rob Clark
On Sun, May 15, 2016 at 12:48 PM, Connor Abbott wrote: > On Sat, May 14, 2016 at 3:47 PM, Rob Clark wrote: >> From: Rob Clark >> >> Log all the errors, and at the end dump the shader w/ error annotations >> to make it easier to see where the problems are. >> >> Signed-off-by: Rob Clark >> --- >

Re: [Mesa-dev] [PATCH 2/2] nir/validate: dump annotated shader with error msgs

2016-05-15 Thread Connor Abbott
On Sat, May 14, 2016 at 3:47 PM, Rob Clark wrote: > From: Rob Clark > > Log all the errors, and at the end dump the shader w/ error annotations > to make it easier to see where the problems are. > > Signed-off-by: Rob Clark > --- > src/compiler/nir/nir_validate.c | 58 > +++

Re: [Mesa-dev] [PATCH 2/2] nir/validate: dump annotated shader with error msgs

2016-05-15 Thread Eduardo Lima Mitev
Reviewed-by: Eduardo Lima Mitev On 05/14/2016 09:47 PM, Rob Clark wrote: > From: Rob Clark > > Log all the errors, and at the end dump the shader w/ error annotations > to make it easier to see where the problems are. > > Signed-off-by: Rob Clark > --- > src/compiler/nir/nir_validate.c | 58

[Mesa-dev] [PATCH 2/2] nir/validate: dump annotated shader with error msgs

2016-05-14 Thread Rob Clark
From: Rob Clark Log all the errors, and at the end dump the shader w/ error annotations to make it easier to see where the problems are. Signed-off-by: Rob Clark --- src/compiler/nir/nir_validate.c | 58 + 1 file changed, 58 insertions(+) diff --git a/s