From: Brian Paul Date: Thu, 22 Jan 2009 17:35:51 +0000 (-0700) Subject: glsl: call _mesa_write_shader_to_file(). Debug-only, disabled X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9152f316a6e1a2277d32e0beb31d6355d205e21;p=mesa.git glsl: call _mesa_write_shader_to_file(). Debug-only, disabled --- diff --git a/src/mesa/shader/slang/slang_compile.c b/src/mesa/shader/slang/slang_compile.c index 456ec4411f1..40460e0c7ee 100644 --- a/src/mesa/shader/slang/slang_compile.c +++ b/src/mesa/shader/slang/slang_compile.c @@ -2796,6 +2796,10 @@ _slang_compile(GLcontext *ctx, struct gl_shader *shader) shader->CompileStatus = success; +#if 0 + _mesa_write_shader_to_file(shader); +#endif + return success; }