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