| Commit message (Expand) | Author | Age | Files | Lines |
| * | SceneGraph: Delete unused logging categories and make others static | Ulf Hermann | 2024-06-25 | 1 | -0/+3 |
| * | Purge the internal renderSceneGraph function argument list | Laszlo Agocs | 2022-12-12 | 1 | -1/+1 |
| * | Remove flushFrameSynchronousEvents from qquickwindow_p.h | Johan Solbakken | 2022-07-17 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Emit new frame signals from the software backend | Laszlo Agocs | 2020-06-22 | 1 | -0/+4 |
| * | Introduce new mechanism to manage palette functionality in QML | Vitaly Fanaskov | 2020-03-16 | 1 | -0/+1 |
| * | Add trace points for Qt Quick Scene Graph | Milian Wolff | 2019-12-13 | 1 | -0/+12 |
| * | QQuickWindow: Don't leak the animation controller | Ulf Hermann | 2019-10-02 | 1 | -1/+1 |
| * | Fix leaking textures and animation resources by software backend | Kirill Burtsev | 2018-11-14 | 1 | -0/+3 |
| * | Correct logging of swap time in software render loop | Michael Brüning | 2018-03-22 | 1 | -1/+1 |
| * | Fix crash with the software renderer and windows with QObject parent | Simon Hausmann | 2018-02-15 | 1 | -1/+0 |
| * | Delay the deletion of QSGTextures until all windows are synchronized | Dominik Holland | 2017-06-16 | 1 | -0/+1 |
| * | Run includemocs in qtdeclarative | Thiago Macieira | 2017-04-26 | 1 | -0/+2 |
| * | Software: Flush whole window on Expose event | Andy Nichols | 2017-02-28 | 1 | -3/+6 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-11-28 | 1 | -4/+8 |
| * | qsgsoftwarerenderloop: Don't lie about which render loop is running | Robin Burchell | 2016-07-05 | 1 | -1/+1 |
| * | Software Renderer: Call QBackingStore::beginPaint with correct QRegion | Andy Nichols | 2016-06-20 | 1 | -3/+1 |
| * | Software Adaptation: Explicitly detach backingstore image on grab | Andy Nichols | 2016-06-10 | 1 | -0/+1 |
| * | Merge remote-tracking branch 'origin/dev' into scenegraphng | Andy Nichols | 2016-05-31 | 1 | -1/+1 |
| * | Fix some test failures with QT_NO_OPENGL builds | Andy Nichols | 2016-05-06 | 1 | -7/+19 |
| * | Fix building with QT_NO_OPENGL defined | Andy Nichols | 2016-05-06 | 1 | -0/+3 |
| * | 2DRenderer: Have renderers tied to QPaintDevice | Andy Nichols | 2016-04-20 | 1 | -2/+23 |
| * | Software Renderer: Add QQuickWindow::grabWindow() support | Andy Nichols | 2016-04-06 | 1 | -2/+3 |
| * | Turn the SoftwareContext plugin into the Scenegraph Software Adaptation | Andy Nichols | 2016-03-10 | 1 | -0/+228 |