aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/adaptations/software/qsgsoftwarerenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix leaking textures and animation resources by software backendKirill Burtsev2018-11-141-0/+3
* Correct logging of swap time in software render loopMichael BrĂ¼ning2018-03-221-1/+1
* Fix crash with the software renderer and windows with QObject parentSimon Hausmann2018-02-151-1/+0
* Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-161-0/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Software: Flush whole window on Expose eventAndy Nichols2017-02-281-3/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-4/+8
* qsgsoftwarerenderloop: Don't lie about which render loop is runningRobin Burchell2016-07-051-1/+1
* Software Renderer: Call QBackingStore::beginPaint with correct QRegionAndy Nichols2016-06-201-3/+1
* Software Adaptation: Explicitly detach backingstore image on grabAndy Nichols2016-06-101-0/+1
* Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-05-311-1/+1
* Fix some test failures with QT_NO_OPENGL buildsAndy Nichols2016-05-061-7/+19
* Fix building with QT_NO_OPENGL definedAndy Nichols2016-05-061-0/+3
* 2DRenderer: Have renderers tied to QPaintDeviceAndy Nichols2016-04-201-2/+23
* Software Renderer: Add QQuickWindow::grabWindow() supportAndy Nichols2016-04-061-2/+3
* Turn the SoftwareContext plugin into the Scenegraph Software AdaptationAndy Nichols2016-03-101-0/+228