svga: remove sleep in DEBUG_FLUSH path

This commit is contained in:
Keith Whitwell 2009-08-10 18:45:07 +01:00 committed by José Fonseca
parent 40298bf272
commit 8e240d7e0e

View file

@ -218,9 +218,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);
}