aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgwindowsrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Compress touch events in QQuickWindow.Gunnar Sletta2014-05-051-0/+5
|/
* Consolidate context creation failure handling in Quick.Friedemann Kleint2014-03-131-27/+2
* Remove isES() usage in scenegraphLaszlo Agocs2014-03-041-1/+1
* Introduced a few more signals to QQuickWindow.Gunnar Sletta2014-02-251-0/+4
* Add an error signal to QQuickWindowLaszlo Agocs2014-02-211-1/+28
* Add a signal for syncing external animation systemsLaszlo Agocs2014-02-201-0/+2
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-151-6/+6
* 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-8/+7
* | Unify calls to profiler service event methods.Ulf Hermann2014-01-221-25/+14
|/
* Use qDebug for all debug under src/quick/scenegraph.Gunnar Sletta2014-01-071-1/+1
* Safeguard QQuickWindow::hide() against other GL contexts.Gunnar Sletta2013-12-121-0/+4
* 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-3/+10
|/
* 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-3/+11
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Set incubation controller when a Window{} is loaded via QQmlApplicationEngineAlan Alpert2013-06-071-0/+7
* QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-061-9/+36
* Renderloop for WindowsGunnar Sletta2013-04-241-0/+435