mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 16:03:24 +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 |