aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix backend API, broken since 5.2.0Gunnar Sletta2014-02-041-1/+1
* Fix leak-on-exit of QSGRenderLoop::s_instanceAlex Montgomery2014-01-281-10/+11
* Safeguard QQuickWindow::hide() against other GL contexts.Gunnar Sletta2013-12-121-0/+2
* Delay renderWindow with a timerRobin Burchell2013-11-271-2/+6
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-201-0/+2
|\
| * Make sure we clean up GL resources before we delete the GL context.Gunnar Sletta2013-11-181-0/+2
* | Safely abort when we don't succeed in creating a GL context.Gunnar Sletta2013-11-191-0/+1
|/
* Added QSG_INFO=1 environment variable to spit out graphics infoGunnar Sletta2013-11-051-1/+9
* 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-5/+12
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* QSGRenderLoop: don't dereference gl pointer if it has been deletedDmitry Shachnev2013-09-261-1/+2
* Animators - Render thread animation systemGunnar Sletta2013-09-211-10/+13
* Set incubation controller when a Window{} is loaded via QQmlApplicationEngineAlan Alpert2013-06-071-1/+1
* QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-061-11/+25
* Renderloop for WindowsGunnar Sletta2013-04-241-12/+40
* Remove dead code.Gunnar Sletta2013-04-171-28/+4
* Remove resize hook from QSGRenderLoop, exposureChanged is enough.Gunnar Sletta2013-04-041-7/+0
* Our debug env vars are a mess. Standardize on QSG_RENDER_TIMINGGunnar Sletta2013-04-041-5/+5
* Abort rendering when QOpenGLContext::create/makeCurrent fails.Gunnar Sletta2013-03-131-5/+13
* Make sure exposeEvents trigger a render passGunnar Sletta2013-02-211-1/+3
* GUI render loop did not render on expose, nor clean up properly.Gunnar Sletta2013-02-181-4/+13
* Complete rewrite of threaded render loop.Gunnar Sletta2013-01-181-0/+363