From: Keith Whitwell Date: Thu, 13 Aug 2009 13:28:01 +0000 (+0100) Subject: tgsi: turn off debugging X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78918c876054fc428e6f78c02526c0323d134a6c;p=mesa.git tgsi: turn off debugging --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_ureg.c b/src/gallium/auxiliary/tgsi/tgsi_ureg.c index 7e1eb0dc0a0..368b7a6f9e5 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 );