From: Keith Whitwell Date: Thu, 29 May 2008 17:18:56 +0000 (+0100) Subject: draw: quieten some debug X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22be9ea4a63ff051604123de5e82cf4050792ef8;p=mesa.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 957b8edec23..9ffc99abf97 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; }