aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-161-0/+12
* 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
* | 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
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-6/+1
|\
| * Don't send deferred delete events from windowDestroyed()Andy Shaw2015-03-301-6/+1
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Default to threaded when using opengl32Laszlo Agocs2014-12-121-1/+6
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-4/+20
|\|
| * Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-221-1/+1
| * Fix failing makeCurrent in basic renderloop when closing windowsLaszlo Agocs2014-10-211-3/+19
* | Introduced QQuickCustomRenderStage.Gunnar Sletta2014-10-161-1/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-37/+6
|\|
| * Fix cleanup of non-threaded render loops.Gunnar Sletta2014-09-241-19/+6
| * Finally: A default animation driver which doesn't use walltime.Gunnar Sletta2014-09-181-18/+0
| * Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-1/+2
* | Use QQuickProfiler's own timer to sample eventsUlf Hermann2014-09-121-9/+8
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Make the QtQuick window surface type configurableSimon Hausmann2014-08-081-0/+5
* Use the renamed qt_gl_global_share_contextJocelyn Turcotte2014-08-051-2/+2
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+5
|\
| * Don't dereference null QQuickWindowPrivate.Sérgio Martins2014-07-031-1/+5
* | Fix output of swap times for basic render loopUlf Hermann2014-07-021-2/+2