From: Brian Date: Tue, 26 Feb 2008 15:41:42 +0000 (-0700) Subject: gallium: disable debug code X-Git-Tag: 062012170305~17580^2~390^2~2462 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=232a41e19faa860f083e414cb1eb38c0617e9241;p=profile%2Fivi%2Fmesa.git gallium: disable debug code --- diff --git a/src/gallium/auxiliary/draw/draw_aapoint.c b/src/gallium/auxiliary/draw/draw_aapoint.c index cae6fcd..d16adb2 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