mesa: log shaders, GLSL info log with _mesa_log()
authorBrian Paul <brianp@vmware.com>
Tue, 14 Apr 2015 16:41:56 +0000 (10:41 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 15 Apr 2015 22:30:49 +0000 (16:30 -0600)
commit011cad806a6e42caecfef0e9fc77c6db0333dcfe
treef74f207c391806e1b87c794315d6bbae3c58b3c7
parent2926bbfb280b2eb195cc031991c956da38d89508
mesa: log shaders, GLSL info log with _mesa_log()

Now, if we set MESA_LOG_FILE and MESA_GLSL=dump, all the shader info
will get logged to the named file instead of stderr.

Reviewed-by: José Fonseca <jfonseca@vmware.com>
src/mesa/main/shaderapi.c