r300: Don't need to sleep here; might cause performance problems the first time.

This commit is contained in:
Oliver McFadden 2007-05-09 18:11:38 +00:00
parent ed42bd6e20
commit 0e6b7eb9c0

View file

@ -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;
}