aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgthreadedrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create the sg render thread's opengl context on the GUI threadGunnar Sletta2013-03-121-34/+12
* Make sure exposeEvents trigger a render passGunnar Sletta2013-02-211-0/+2
* Improved animations in the new render loopGunnar Sletta2013-02-191-97/+85
* Make sure deleteLater gets run at the "correct" time.Gunnar Sletta2013-02-071-16/+116
* Added to QML_RENDERER_TIMING logic to capture most render bottlenecks.Gunnar Sletta2013-01-301-12/+11
* Complete rewrite of threaded render loop.Gunnar Sletta2013-01-181-0/+1044