Mesa (gallium-0.1): tgsi: turn off debugging

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Aug 18 14:26:08 UTC 2009


Module: Mesa
Branch: gallium-0.1
Commit: eba08ac598b0a0d483db3ca9d36722a6f548f7bc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=eba08ac598b0a0d483db3ca9d36722a6f548f7bc

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