aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgthreadedrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| | * Move syncTimer measurment to the correct place.5.3Josh Arenson2014-09-121-4/+4
* | | Introduced QQuickCustomRenderStage.Gunnar Sletta2014-10-161-7/+10
* | | Use QWindow::requestUpdate in threaded renderloop.Gunnar Sletta2014-10-161-43/+10
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-4/+17
|\| |
| * | Finally: A default animation driver which doesn't use walltime.Gunnar Sletta2014-09-181-1/+0
| * | Sync QQuickWindow::update() up with polishAndSync().Gunnar Sletta2014-09-171-3/+17
| * | Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-2/+4
* | | Use QQuickProfiler's own timer to sample eventsUlf Hermann2014-09-121-11/+12
|/ /
* | Abort the application if the render thread fails to startGunnar Sletta2014-08-291-0/+2
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-0/+12
|\|
| * Fix potential deadlook in threaded renderloop.Gunnar Sletta2014-08-141-0/+12
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Use the renamed qt_gl_global_share_contextJocelyn Turcotte2014-08-051-2/+2
* | Avoid eventloop recursion in touch event handling.Gunnar Sletta2014-07-311-10/+2
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-021-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-021-0/+2
| |\|
| | * Set locked state while locking for grab.Gunnar Sletta2014-06-201-0/+2
* | | Properly collect polish timings from all render loopsUlf Hermann2014-07-021-2/+2
|/ /
* | Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-011-125/+93
* | Avoid deadlock during window hiding.Gunnar Sletta2014-07-011-2/+6
* | Warn at runtime about badly threaded calls to QQuickItem::update()Gunnar Sletta2014-06-251-3/+5
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-131-0/+2
|\|
| * Stop polish-and-sync timer when the window is destroyedLaszlo Agocs2014-06-101-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-7/+13
|\|
| * Follow QOpenGLContext API renamingLaszlo Agocs2014-04-251-1/+1
| * Use global context sharing from QtGui instead of QSGContextJocelyn Turcotte2014-04-041-2/+2
| * Let render loop be more tolerant wrt when markDirty is called.Gunnar Sletta2014-03-271-0/+4
| * Pass the actual window format to the offscreen surface during cleanupLaszlo Agocs2014-03-271-1/+2
| * Fix QQuickView::grabWindow() on retina displaysMorten Johan Sørvig2014-03-201-1/+1
| * Register animation profiler callback also from render threadUlf Hermann2014-03-181-0/+3
| * Fix potential crash during shutdown for QQuickWindowsGunnar Sletta2014-03-171-8/+0
| * Make sure QSGRenderLoop is cleaned up cleanly.Gunnar Sletta2014-03-141-0/+8
* | Compress touch events in QQuickWindow.Gunnar Sletta2014-05-051-17/+44
* | Support shutting down the render thread without an OpenGL context.Gunnar Sletta2014-04-231-7/+7
* | Try to simplify the threaded render loop.Gunnar Sletta2014-03-241-150/+91
|/
* Consolidate context creation failure handling in Quick.Friedemann Kleint2014-03-131-11/+2
* Stack size increase for x86 QNX systemsJames McDonnell2014-03-101-0/+4
* Reset the expose cycle when polishAndSync aborts.Gunnar Sletta2014-03-051-15/+26
* Remove isES() usage in scenegraphLaszlo Agocs2014-03-041-1/+1
* 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
|\