You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a different condition variable for each mutex. Fixes OSX hang and…
… Linux screen corruption, both when more than 2 hardware threads are used.
Thanks to @ndryden for helping get to the bottom of this one.
The SDL bug workaround doesn't work in Emscripten, because Emscripten…
… changes the buffer size. This excessively-large memory usage has to stay until SDL 2.0.6 finds its way into Emscripten.