From f9152f316a6e1a2277d32e0beb31d6355d205e21 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 22 Jan 2009 10:35:51 -0700 Subject: glsl: call _mesa_write_shader_to_file(). Debug-only, disabled --- src/mesa/shader/slang/slang_compile.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa/shader') diff --git a/src/mesa/shader/slang/slang_compile.c b/src/mesa/shader/slang/slang_compile.c index 456ec4411f..40460e0c7e 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; } -- cgit v1.2.3