Re: [Mesa-dev] [PATCH] mesa: add GLSL_REPORT_ERRORS debug flag

2012-05-17 Thread Kenneth Graunke
On 05/17/2012 06:46 AM, Brian Paul wrote: If the MESA_GLSL env var contains "errors", GLSL compilation and link errors will be reported to stderr. --- src/mesa/main/mtypes.h|1 + src/mesa/main/shaderapi.c | 14 ++ 2 files changed, 15 insertions(+), 0 deletions(-) Usefu

Re: [Mesa-dev] [PATCH] mesa: add GLSL_REPORT_ERRORS debug flag

2012-05-17 Thread Ian Romanick
On 05/17/2012 06:46 AM, Brian Paul wrote: If the MESA_GLSL env var contains "errors", GLSL compilation and link errors will be reported to stderr. Reviewed-by: Ian Romanick --- src/mesa/main/mtypes.h|1 + src/mesa/main/shaderapi.c | 14 ++ 2 files changed, 15 insert

[Mesa-dev] [PATCH] mesa: add GLSL_REPORT_ERRORS debug flag

2012-05-17 Thread Brian Paul
If the MESA_GLSL env var contains "errors", GLSL compilation and link errors will be reported to stderr. --- src/mesa/main/mtypes.h|1 + src/mesa/main/shaderapi.c | 14 ++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/m