aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgthreadedrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Threaded render loop should block until the frame is swapped.Gunnar Sletta2014-02-281-1/+36
* Introduced a few more signals to QQuickWindow.Gunnar Sletta2014-02-251-0/+3
* Add an error signal to QQuickWindowLaszlo Agocs2014-02-211-1/+11
* Add a signal for syncing external animation systemsLaszlo Agocs2014-02-201-0/+2
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-151-5/+5
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-1/+1
|\
| * Fix backend API, broken since 5.2.0Gunnar Sletta2014-02-041-1/+1
* | Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-221-4/+2
* | Unify calls to profiler service event methods.Ulf Hermann2014-01-221-15/+11
|/
* Use qDebug for all debug under src/quick/scenegraph.Gunnar Sletta2014-01-071-1/+2
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-121-18/+35
|\
| * Set the format for the fallback offscreen surfacev5.2.0Laszlo Agocs2013-12-051-0/+1
| * Don't leave the GL context current after cleanup.Gunnar Sletta2013-12-041-18/+34
* | Don't crash when QCoreApplication is currently being deleted.Sérgio Martins2013-12-121-0/+3
* | Mark item as dirty when nodes are cleanedMichael Brasser2013-12-101-0/+2
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-031-16/+0
|\|
| * Revert 99480d5420c0beea6771be582c039b550a4461f5Gunnar Sletta2013-11-271-16/+0
* | Fix typo in debug defineGunnar Sletta2013-12-031-1/+1
|/
* Stop render thread regardless when the window is being destroyedGunnar Sletta2013-11-251-2/+2
* Do not crash when resizing invisible (non-tracked) windows.Gunnar Sletta2013-11-251-3/+4
* Be even more tolerant towards broken platform behavior.Gunnar Sletta2013-11-221-0/+21
* Safeguard the threaded renderloop against incorrectly exposed windows.Gunnar Sletta2013-11-221-6/+9
* Fix lockup in creator.Gunnar Sletta2013-11-151-2/+9
* Avoid deadlock in Qt CreatorGunnar Sletta2013-11-141-1/+15
* Improve internal debug statements.Gunnar Sletta2013-11-141-92/+79
* Animate when only one out of several windows is exposed.Gunnar Sletta2013-11-111-3/+9
* Refactored Animator internalsGunnar Sletta2013-11-061-6/+7
* Added private API for enabling sharing between the QQuickwindow instances.Gunnar Sletta2013-11-011-0/+2
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-211/+262
* Don't leave a window current when removing itGiulio Camuffo2013-10-141-2/+6
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Allow animators to work properly with multiple windowsGunnar Sletta2013-09-261-0/+15
* Animators - Render thread animation systemGunnar Sletta2013-09-211-2/+5
* Remove variables that aren't being used right nowThiago Macieira2013-09-071-2/+2
* New scenegraph renderer and atlas textures.Gunnar Sletta2013-09-021-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-121-1/+4
|\
| * Stop the update timer when no windows are visibleGunnar Sletta2013-08-071-1/+4
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-061-2/+2
|\|
| * Fix crash when changing non-cached source of image during animationMichael Brasser2013-08-011-2/+2
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-32/+66
|\|
| * Set incubation controller when a Window{} is loaded via QQmlApplicationEngineAlan Alpert2013-06-071-2/+8
| * QmlProfiler: fix SceneGraph profilingChristiaan Janssen2013-05-271-1/+1
| * QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-061-25/+52
| * Clear the pendingUpdate flag every frame.Gunnar Sletta2013-04-231-2/+3
| * Don't use bitfields, reading/wrting them is not atomicGunnar Sletta2013-04-171-3/+3
* | Cleanup lots of V8 dependencies in QJS* classesLars Knoll2013-04-181-0/+1
|/
* Remove resize hook from QSGRenderLoop, exposureChanged is enough.Gunnar Sletta2013-04-041-41/+2
* Our debug env vars are a mess. Standardize on QSG_RENDER_TIMINGGunnar Sletta2013-04-041-20/+20
* Polish usage of a QElapsedTime instance in QSGThreadedRenderLoopJędrzej Nowacki2013-03-131-1/+3
* Fixed incorrect vsync delta time in QSGThreadedRenderLoop.Yoann Lopes2013-03-121-1/+1