aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgrenderloop.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/+8
|\
| * Sync shadereffect materialType cleanup between renderloopsLaszlo Agocs2021-08-021-7/+8
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* Fix crash when QSGTexture is deleted in rc->endSync()VaL Doroshchuk2020-08-091-1/+9
* Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-131-0/+13
* Make the initialization failure dialog sensible with QRhiLaszlo Agocs2019-11-281-8/+11
* Prevent infinite rhi init failure in basic render loopLaszlo Agocs2019-11-281-7/+27
* Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-1/+1
* Handle context loss in the basic render loopDavid Edmundson2019-10-081-0/+18
* QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-021-1/+1
* Remove depth-stencil buffer sizing on the rhi pathLaszlo Agocs2019-09-301-6/+8
* Handle rhi device loss in the basic render loopLaszlo Agocs2019-09-231-5/+40
* Request correct alpha composition on the rhi code pathLaszlo Agocs2019-09-111-1/+10
* Make vulkanunderqml work and update docsLaszlo Agocs2019-09-081-1/+3
* Fix not printing logs with QSG_INFO when forcing rhi backend from C++Laszlo Agocs2019-08-291-3/+1
* Enable threaded render loop for d3d11Laszlo Agocs2019-08-141-10/+13
* Minor cleanup and logic fix in basic renderloopLaszlo Agocs2019-08-141-7/+10
* Change rhi-related debug prints to categorized loggingLaszlo Agocs2019-08-021-3/+3
* Re-enable threaded render loop with Vulkan on LinuxLaszlo Agocs2019-07-301-8/+0
* Enable request setting the (gl) context current on rhi pathLaszlo Agocs2019-07-041-9/+19
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-61/+321
* Fix null pointer access in QQuickOpenGLShaderEffectMaterialCacheJüri Valdmann2018-11-071-1/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-111-5/+7
|\
| * Delete textures even if one of the windows is invisibleVaL Doroshchuk2018-08-271-5/+7
* | Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-0/+2
|/
* Avoid marking hidden windows as updatePending in Gui render loopDavid Edmundson2018-04-091-1/+4
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-7/+7
* doc: Fix remaining "Can't tie this..." errorsMartin Smith2018-02-231-1/+1
* ScenGraph: Prefer printf style loggingKai Koehne2018-02-131-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-051-1/+10
|\
| * Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-041-1/+10
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+12
|\|
| * Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-161-0/+12
* | 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-12/+12
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-10/+14
|\|
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-6/+6
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-4/+8
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-4/+8
| | |\
| | | * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-241-4/+8
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-1/+3
|\| | |
| * | | Make shader effects configurableLars Knoll2016-10-101-1/+3
* | | | Use QByteArrayLiteral more judiciouslyAnton Kudryavtsev2016-09-031-3/+3
|/ / /
* | | scenegraph: Port foreach to range-forRobin Burchell2016-07-091-1/+1
* | | Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-05-311-1/+1
|\ \ \