aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgwindowsrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'windows' render loopLaszlo Agocs2020-05-041-552/+0
* Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-161-0/+1
* Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-131-0/+17
* Make the initialization failure dialog sensible with QRhiLaszlo Agocs2019-11-281-2/+1
* QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-021-1/+1
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-5/+21
* Fix more null pointer accesses in QQuickOpenGLShaderEffectMaterialCacheJüri Valdmann2018-11-121-1/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-6/+6
* ScenGraph: Prefer printf style loggingKai Koehne2018-02-131-2/+2
* Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-041-0/+10
* Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-161-0/+10
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* 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
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-8/+13
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-8/+13
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-8/+13
| | |\
| | | * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-241-8/+13
* | | | Ensure windows renderloop doesn't stop existing, running, animationsGunnar Sletta2016-11-091-6/+5
|/ / /
* | | Make shader effects configurableLars Knoll2016-10-101-2/+2
* | | scenegraph: Port foreach to range-forRobin Burchell2016-07-091-2/+2
* | | 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/+7
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-1/+7
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Support alpha in QQuickWindow::grabWindow().Gunnar Sletta2015-10-161-1/+2
* Delete QQuickWindow's animator driver at the right time.Gunnar Sletta2015-07-041-2/+4
* Fix basic and windows render loops to use the correct screenLaszlo Agocs2015-05-211-0/+1
* Fix a memory leak in the material shader cache.Robert Griebl2015-04-231-0/+4
* Avoid running anims at 3x speed on WindowsLaszlo Agocs2015-04-131-0/+8
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-1/+0
|\
| * Don't send deferred delete events from windowDestroyed()Andy Shaw2015-03-301-1/+0
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Handle context lost in the Windows render loopLaszlo Agocs2015-02-031-2/+11
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-1/+1
|\|
| * Fix timing output from windows render loopLaszlo Agocs2015-01-111-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-3/+18
|\|
| * Fix not having a context when cleaning up on WindowsLaszlo Agocs2014-11-101-3/+18
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-1/+1
|\|
| * Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-221-1/+1
* | Introduced QQuickCustomRenderStage.Gunnar Sletta2014-10-161-1/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-31/+17
|\|
| * Fix cleanup of non-threaded render loops.Gunnar Sletta2014-09-241-31/+17
| * Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-1/+1
* | Use QQuickProfiler's own timer to sample eventsUlf Hermann2014-09-121-17/+19
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Use the renamed qt_gl_global_share_contextJocelyn Turcotte2014-08-051-2/+2
* Properly collect polish timings from all render loopsUlf Hermann2014-07-021-5/+5
* Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-011-55/+16