From: Keith Whitwell Date: Mon, 8 Feb 2010 17:13:15 +0000 (+0000) Subject: svga: remove dead debug sleep X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3703e259d9dd523c6c4104e5f0ac74a184049663;p=platform%2Fupstream%2Fmesa.git svga: remove dead debug sleep --- diff --git a/src/gallium/drivers/svga/svga_pipe_draw.c b/src/gallium/drivers/svga/svga_pipe_draw.c index f1d23c0..f00cf23 100644 --- a/src/gallium/drivers/svga/svga_pipe_draw.c +++ b/src/gallium/drivers/svga/svga_pipe_draw.c @@ -216,11 +216,6 @@ svga_draw_range_elements( struct pipe_context *pipe, } if (SVGA_DEBUG & DEBUG_FLUSH) { - static unsigned id; - debug_printf("%s %d\n", __FUNCTION__, id++); - if (id > 1300) - util_time_sleep( 2000 ); - svga_hwtnl_flush_retry( svga ); svga_context_flush(svga, NULL); }