diff options
author | Brian <[email protected]> | 2008-02-26 08:41:42 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-26 08:41:42 -0700 |
commit | 232a41e19faa860f083e414cb1eb38c0617e9241 (patch) | |
tree | 09b3ac6d48b3b7c31105946712489d24d1f373db | |
parent | 19f6e1a975a098cf4ce935b50f7cf0c64d9db042 (diff) |
gallium: disable debug code
-rw-r--r-- | src/gallium/auxiliary/draw/draw_aapoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_aapoint.c b/src/gallium/auxiliary/draw/draw_aapoint.c index cae6fcd4d2b..d16adb25051 100644 --- a/src/gallium/auxiliary/draw/draw_aapoint.c +++ b/src/gallium/auxiliary/draw/draw_aapoint.c @@ -509,7 +509,7 @@ generate_aapoint_fs(struct aapoint_stage *aapoint) (struct tgsi_token *) aapoint_fs.tokens, MAX, &transform.base); -#if 1 /* DEBUG */ +#if 0 /* DEBUG */ tgsi_dump(orig_fs->tokens, 0); tgsi_dump(aapoint_fs.tokens, 0); #endif |