aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgthreadedrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...v5.15.6-lts-lgplTarja Sundqvist2022-08-161-7/+6
|\
| * Sync shadereffect materialType cleanup between renderloopsLaszlo Agocs2021-08-021-7/+6
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* Move the sharegroup with the context to the render threadLaszlo Agocs2020-09-101-0/+2
* rhi: Handle beginFrame() failure correctly in threaded render loopLaszlo Agocs2020-02-061-6/+10
* Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-131-3/+22
* Clear RequestRepaint bit set in sync() if we are going to renderLaszlo Agocs2019-12-031-13/+24
* Make the initialization failure dialog sensible with QRhiLaszlo Agocs2019-11-281-2/+1
* Prevent infinite rhi init failure in threaded render loopLaszlo Agocs2019-11-281-7/+35
* Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-1/+1
* Fix broken scaling with high dpi + rhi + thread loopLaszlo Agocs2019-10-211-3/+1
* QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-021-2/+3
* Remove depth-stencil buffer sizing on the rhi pathLaszlo Agocs2019-09-301-5/+3
* Recover from device lost on the rhi path in the threaded loopLaszlo Agocs2019-09-231-61/+100
* Request correct alpha composition on the rhi code pathLaszlo Agocs2019-09-111-1/+9
* Make vulkanunderqml work and update docsLaszlo Agocs2019-09-081-1/+3
* Remove an unused event type in the threaded render loopLaszlo Agocs2019-08-221-11/+0
* Change rhi-related debug prints to categorized loggingLaszlo Agocs2019-08-021-3/+3
* Have an autorelease pool for each frame on the render threadLaszlo Agocs2019-07-301-0/+4
* Avoid locking up on resize with threaded loop and the rhiLaszlo Agocs2019-07-301-4/+18
* Enable request setting the (gl) context current on rhi pathLaszlo Agocs2019-07-041-10/+21
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-93/+356
* Fix leaking scene graph rendering contextsSimon Hausmann2019-03-151-2/+8
* Fix more null pointer accesses in QQuickOpenGLShaderEffectMaterialCacheJüri Valdmann2018-11-121-1/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-15/+15
* doc: Fix remaining "Can't tie this..." errorsMartin Smith2018-02-231-8/+8
* ScenGraph: Prefer printf style loggingKai Koehne2018-02-131-68/+68
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-051-0/+7
|\
| * Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-041-0/+7
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-231-0/+1
|\|
| * Fix memory leaks with threaded rendererJoni Poikelin2017-08-221-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+1
|\|
| * Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-161-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+1
|\|
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-111-0/+1
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-111-0/+1
| |\
| | * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-091-0/+1
* | | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-2/+2
|/ /
* | Remove remnants of blackberry platform supportRobin Burchell2017-01-161-1/+1
* | QSGThreadedRenderLoop: Correctly stop the animation timer ...Robin Burchell2017-01-121-1/+7
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-8/+16
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-8/+16
| |\
| | * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-241-8/+16
* | | Make shader effects configurableLars Knoll2016-10-101-0/+4
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-1/+1
| |\|
| | * Remove vsync sleep before rendering first frameMilian Wolff2016-07-181-1/+1
* | | Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-05-311-1/+1
|\ \ \