aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm: cleanup code, remove obsolete codeLorn Potter2018-06-071-0/+1
* webassembly: fix for crash and assert on no thread and wasm buildsLorn Potter2018-05-141-3/+0
* Merge remote-tracking branch 'origin/5.11.0' into wip/webassemblyMorten Johan Sørvig2018-05-111-1/+4
|\
| * Avoid marking hidden windows as updatePending in Gui render loopDavid Edmundson2018-04-091-1/+4
* | wasm: make no-tread platform independentMorten Johan Sørvig2018-04-241-4/+6
* | webassembly: use default opengl backendLorn Potter2018-04-231-0/+4
* | webassembly: revert the bitfield patchLorn Potter2018-03-231-5/+0
* | Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-03-081-9/+9
|\|
| * 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
* | wasm: bitfield packing fixLorn Potter2018-01-171-0/+5
* | wasm: get declarative building and running for webassemblyLorn Potter2018-01-041-1/+2
|/
* 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
|\ \ \
| * | | QQuickWindow: Process a synthetic hover once per frameRobin Burchell2016-05-261-1/+1
* | | | Prefix GL-specific shader effect codeLaszlo Agocs2016-04-131-2/+4
* | | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-14/+25
|/ / /
* | | Remove Windows CE.Friedemann Kleint2016-03-101-2/+2
* | | Allow fixed animation step in QSGGuiThreadRenderLoopAram So2016-03-071-1/+5
|/ /
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | QSGRenderLoop: Remove the exhaust delay timer.Robin Burchell2015-12-071-31/+4
|/
* Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-261-7/+9
* Support alpha in QQuickWindow::grabWindow().Gunnar Sletta2015-10-161-1/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-0/+3
|\
| * Delete QQuickWindow's animator driver at the right time.Gunnar Sletta2015-07-041-0/+3
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-1/+2
|\|
| * Fix basic and windows render loops to use the correct screenLaszlo Agocs2015-05-211-0/+1
| * QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-131-1/+1
* | 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/+16
|/