tgsi: turn off debugging
authorKeith Whitwell <keithw@vmware.com>
Thu, 13 Aug 2009 13:28:01 +0000 (14:28 +0100)
committerKeith Whitwell <keithw@vmware.com>
Thu, 13 Aug 2009 13:28:01 +0000 (14:28 +0100)
src/gallium/auxiliary/tgsi/tgsi_ureg.c

index 7e1eb0dc0a0379aa2493105ecbcb5285c6236a98..368b7a6f9e5073e8328a1dba61dcb3ab58d98723 100644 (file)
@@ -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 );