Module: Mesa Branch: master Commit: 3703e259d9dd523c6c4104e5f0ac74a184049663 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3703e259d9dd523c6c4104e5f0ac74a184049663
Author: Keith Whitwell <[email protected]> Date: Mon Feb 8 17:13:15 2010 +0000 svga: remove dead debug sleep --- src/gallium/drivers/svga/svga_pipe_draw.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) 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); } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
