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
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
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
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