aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak in the material shader cache.Robert Griebl2015-04-231-0/+4
* 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
* | Properly collect polish timings from all render loopsUlf Hermann2014-07-021-3/+5
* | Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-011-25/+31
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-15/+33
|\|
| * Follow QOpenGLContext API renamingLaszlo Agocs2014-04-251-1/+1
| * Use global context sharing from QtGui instead of QSGContextJocelyn Turcotte2014-04-041-2/+2
| * Destroy render loop when QCoreApplication is cleaned up.Gunnar Sletta2014-03-291-5/+7
| * Fix QQuickView::grabWindow() on retina displaysMorten Johan Sørvig2014-03-201-1/+1
| * Fix potential crash during shutdown for QQuickWindowsGunnar Sletta2014-03-171-2/+0
| * Unset the current gl window when deletedGiulio Camuffo2014-03-171-0/+2
| * Make sure QSGRenderLoop is cleaned up cleanly.Gunnar Sletta2014-03-141-11/+27
* | Compress touch events in QQuickWindow.Gunnar Sletta2014-05-051-0/+6
|/
* Consolidate context creation failure handling in Quick.Friedemann Kleint2014-03-131-10/+33
* Remove isES() usage in scenegraphLaszlo Agocs2014-03-041-1/+1
* Introduced a few more signals to QQuickWindow.Gunnar Sletta2014-02-251-3/+5
* Fix wrong assert in QSGRenderLoop::setInstanceMarco Bubke2014-02-251-1/+1
* Add an error signal to QQuickWindowLaszlo Agocs2014-02-211-1/+10
* Add a signal for syncing external animation systemsLaszlo Agocs2014-02-201-0/+2
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-151-3/+3
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-11/+12
|\
| * 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
* | Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-221-2/+1
* | Unify calls to profiler service event methods.Ulf Hermann2014-01-221-7/+5
|/
* 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