mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
r300: Don't need to sleep here; might cause performance problems the first time.
This commit is contained in:
parent
ed42bd6e20
commit
0e6b7eb9c0
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue