aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgthreadedrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | QQuickWindow: Process a synthetic hover once per frameRobin Burchell2016-05-261-1/+1
| |/ /
* | | Prefix GL-specific shader effect codeLaszlo Agocs2016-04-131-2/+2
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-2/+3
|/ /
* / Updated license headersJani Heikkinen2016-01-191-15/+21
|/
* Support alpha in QQuickWindow::grabWindow().Gunnar Sletta2015-10-161-1/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+4
|\
| * Delete QQuickWindow's animator driver at the right time.Gunnar Sletta2015-07-041-1/+4
* | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-2/+2
* | Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-301-2/+2
* | Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-291-1/+2
* | QSGThreadedRenderLoop::maybeUpdate: Micro-optimize.Robin Burchell2015-06-271-4/+4
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-2/+5
|\|