Re: [Mesa-dev] [PATCH] auxilary/os: allow appending to GALLIUM_LOG_FILE

2016-06-15 Thread Jose Fonseca
On 15/06/16 18:57, Brian Paul wrote: If the log file specified by the GALLIUM_LOG_FILE begins with '+', open the file in append mode. This is useful to log all gallium output for an entire piglit run, for example. v2: put GALLIUM_LOG_FILE support inside an #ifdef DEBUG block. --- src/gallium/

[Mesa-dev] [PATCH] auxilary/os: allow appending to GALLIUM_LOG_FILE

2016-06-15 Thread Brian Paul
If the log file specified by the GALLIUM_LOG_FILE begins with '+', open the file in append mode. This is useful to log all gallium output for an entire piglit run, for example. v2: put GALLIUM_LOG_FILE support inside an #ifdef DEBUG block. --- src/gallium/auxiliary/os/os_misc.c | 15

[Mesa-dev] [PATCH] auxilary/os: allow appending to GALLIUM_LOG_FILE

2016-06-15 Thread Brian Paul
If the log file specified by the GALLIUM_LOG_FILE begins with '+', open the file in append mode. This is useful to log all gallium output for an entire piglit run, for example. --- src/gallium/auxiliary/os/os_misc.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git