From: Keith Whitwell Date: Thu, 29 May 2008 17:18:56 +0000 (+0100) Subject: draw: quieten some debug X-Git-Tag: mesa-7.8~4139^2~390^2~1378^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22be9ea4a63ff051604123de5e82cf4050792ef8;p=platform%2Fupstream%2Fmesa.git draw: quieten some debug --- diff --git a/src/gallium/auxiliary/draw/draw_pt_vcache.c b/src/gallium/auxiliary/draw/draw_pt_vcache.c index 957b8ed..9ffc99a 100644 --- a/src/gallium/auxiliary/draw/draw_pt_vcache.c +++ b/src/gallium/auxiliary/draw/draw_pt_vcache.c @@ -266,7 +266,7 @@ static void vcache_check_run( struct draw_pt_front_end *frontend, if (max_index == 0xffffffff || fetch_count >= FETCH_MAX || fetch_count > draw_count) { - debug_printf("fail\n"); + if (0) debug_printf("fail\n"); goto fail; }