Re: [Mesa-dev] [PATCH 1/9] glsl: consolidate code

2012-04-15 Thread nobled
On Fri, Apr 13, 2012 at 3:15 PM, Ian Romanick wrote: > On 04/13/2012 08:51 AM, nobled wrote: > > This just occurred to me... Wouldn't it be easier to push all the compiler / > linker error messages into the debug log in one shot *after* compilation (or > linking) is done?  Since the messages all s

Re: [Mesa-dev] [PATCH 1/9] glsl: consolidate code

2012-04-13 Thread Kenneth Graunke
On 04/13/2012 08:51 AM, nobled wrote: This function is about to get longer. --- src/glsl/glsl_parser_extras.cpp | 29 +++-- 1 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/glsl/glsl_parser_extras.cpp b/src/glsl/glsl_parser_extras.cpp index ae7a365

Re: [Mesa-dev] [PATCH 1/9] glsl: consolidate code

2012-04-13 Thread Ian Romanick
On 04/13/2012 08:51 AM, nobled wrote: This just occurred to me... Wouldn't it be easier to push all the compiler / linker error messages into the debug log in one shot *after* compilation (or linking) is done? Since the messages all start with either warning: or error: and end with a \n, they

[Mesa-dev] [PATCH 1/9] glsl: consolidate code

2012-04-13 Thread nobled
This function is about to get longer. --- src/glsl/glsl_parser_extras.cpp | 29 +++-- 1 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/glsl/glsl_parser_extras.cpp b/src/glsl/glsl_parser_extras.cpp index ae7a365..d14124f 100644 --- a/src/glsl/glsl_parse