From 3703e259d9dd523c6c4104e5f0ac74a184049663 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 8 Feb 2010 17:13:15 +0000 Subject: svga: remove dead debug sleep --- src/gallium/drivers/svga/svga_pipe_draw.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gallium/drivers/svga/svga_pipe_draw.c') diff --git a/src/gallium/drivers/svga/svga_pipe_draw.c b/src/gallium/drivers/svga/svga_pipe_draw.c index f1d23c0e74..f00cf23935 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); } -- cgit v1.2.3