Mesa (master): glsl: preprocessor debug code (disabled)

Brian Paul brianp at kemper.freedesktop.org
Mon Jun 8 16:58:33 UTC 2009


Module: Mesa
Branch: master
Commit: 854151ba62e4b1cb6a755f6c131ee2e0f680f39b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=854151ba62e4b1cb6a755f6c131ee2e0f680f39b

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun  8 10:58:04 2009 -0600

glsl: preprocessor debug code (disabled)

---

 src/mesa/shader/slang/slang_preprocess.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/mesa/shader/slang/slang_preprocess.c b/src/mesa/shader/slang/slang_preprocess.c
index ff913ad..c3df76d 100644
--- a/src/mesa/shader/slang/slang_preprocess.c
+++ b/src/mesa/shader/slang/slang_preprocess.c
@@ -1319,6 +1319,11 @@ _slang_preprocess_directives(slang_string *output,
    success = preprocess_source (output, input, pid, eid, elog, extensions, pragmas);
    grammar_destroy (eid);
    grammar_destroy (pid);
+   if (0) {
+      _mesa_printf("Post-processed shader:\n");
+      _mesa_printf("%s", output->data);
+      _mesa_printf("----------------------\n");
+   }
    return success;
 }
 




More information about the mesa-commit mailing list