Mesa (master): tgsi: turn off debugging

Keith Whitwell keithw at kemper.freedesktop.org
Thu Aug 13 13:28:54 UTC 2009


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

Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Aug 13 14:28:01 2009 +0100

tgsi: turn off debugging

---

 src/gallium/auxiliary/tgsi/tgsi_ureg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_ureg.c b/src/gallium/auxiliary/tgsi/tgsi_ureg.c
index 7e1eb0d..368b7a6 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_ureg.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_ureg.c
@@ -723,7 +723,7 @@ void *ureg_create_shader( struct ureg_program *ureg )
 
    state.tokens = (const struct tgsi_token *)ureg->domain[DOMAIN_DECL].tokens;
 
-   if (1) {
+   if (0) {
       debug_printf("%s: emitted shader %d tokens:\n", __FUNCTION__, 
                    ureg->domain[DOMAIN_DECL].count);
       tgsi_dump( state.tokens, 0 );




More information about the mesa-commit mailing list