overte-lubosz/libraries/qml
Anthony J. Thibault c33ad93a55 SharedObject::onRender deadlock fix
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.
2019-05-06 16:19:30 -07:00
..
src/qml SharedObject::onRender deadlock fix 2019-05-06 16:19:30 -07:00
CMakeLists.txt Migrating QML rendering off the main thread 2018-02-06 11:53:09 -08:00