From: Oliver McFadden Date: Wed, 9 May 2007 18:11:38 +0000 (+0000) Subject: r300: Don't need to sleep here; might cause performance problems the first time. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e6b7eb9c018e2b1e25144ac652350c33768788b;p=mesa.git r300: Don't need to sleep here; might cause performance problems the first time. --- diff --git a/src/mesa/drivers/dri/r300/radeon_span.c b/src/mesa/drivers/dri/r300/radeon_span.c index 8b20034b191..5e85733ae66 100644 --- a/src/mesa/drivers/dri/r300/radeon_span.c +++ b/src/mesa/drivers/dri/r300/radeon_span.c @@ -244,7 +244,6 @@ static void radeonSpanRenderStart(GLcontext * ctx) fprintf(stderr, "Try R300_SPAN_DISABLE_LOCKING env var if this hangs.\n"); fflush(stderr); - sleep(1); } first = 0; }