ca27bc09c5
QQuickRenderControl brings a few advantages for the usage in Aurorae: * can create an offscreen window * eliminate the need for mutex as we control the rendering * control the tear down of the QML scene (no more crashes in Qt) In future we can further improve this, by sharing the context, so that we can use the FBO texture directly. But this first needs some more work in KWin core. As we don't hard depend on Qt 5.4 yet it's using ifdefs. Once we have Qt 5.4 the old code will be removed. |
||
---|---|---|
.. | ||
aurorae | ||
CMakeLists.txt | ||
Messages.sh |