mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 16:32:39 +02:00
Call gl::globalRelease() for paused surfaces, this fixes a very common deadlock on mac. But for PC, by inspection, a race condition could occur over the _syncRequested boolean, between the main and qml rendering thread. To fix this, we split render and renderSync into separate messages. |
||
---|---|---|
.. | ||
src/qml | ||
CMakeLists.txt |