diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-08-13 14:28:01 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-08-13 14:28:01 +0100 |
commit | 78918c876054fc428e6f78c02526c0323d134a6c (patch) | |
tree | 77510c2fe7168382889d9d9a0620bb338cd08bc2 /src/gallium | |
parent | 749e52049dee6717023309f6446efb2c89ed720c (diff) |
tgsi: turn off debugging
Diffstat (limited to 'src/gallium')
-rw-r--r-- | 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 7e1eb0dc0a..368b7a6f9e 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 ); |