aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgthreadedrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-041-0/+7
* Fix memory leaks with threaded rendererJoni Poikelin2017-08-221-0/+1
* Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-161-0/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-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
* | 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
|\|
| * Fix render loop warning about invalid geometry of exposed windows.Friedemann Kleint2015-05-191-2/+4
| * Create QOpenGLContext with the correct screenv5.5.0-beta1Jan Arne Petersen2015-05-021-0/+1
* | Make it possible to grab() a window after it has been hidden.Gunnar Sletta2015-05-221-6/+7
* | Don't doneCurrent() on hide().Gunnar Sletta2015-05-221-1/+0
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-281-0/+4
|\|
| * Fix a memory leak in the material shader cache.Robert Griebl2015-04-231-0/+4
* | Added a new render job stage: NoStageMiikka Heikkinen2015-04-151-0/+37
|/
* Another fix to avoid detaching the m_windows list.Robert Griebl2015-03-251-3/+3
* Handle context loss in the threaded render loopLaszlo Agocs2015-03-121-0/+14
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-031-0/+5
|\
| * Fix memory leak of QSGContext object in QSGThreadedRenderLoopjian liang2015-02-241-0/+5
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Avoid inadvertent copies of the windows listRoger Maclean2014-12-081-4/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-5/+6
|\|
| * Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-221-1/+1
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-3/+4
| |\
| | * Move syncTimer measurment to the correct place.5.3Josh Arenson2014-09-121-4/+4
* | | Introduced QQuickCustomRenderStage.Gunnar Sletta2014-10-161-7/+10
* | | Use QWindow::requestUpdate in threaded renderloop.Gunnar Sletta2014-10-161-43/+10
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-4/+17
|\| |
| * | Finally: A default animation driver which doesn't use walltime.Gunnar Sletta2014-09-181-1/+0
| * | Sync QQuickWindow::update() up with polishAndSync().Gunnar Sletta2014-09-171-3/+17