aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgthreadedrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Create QOpenGLContext with the correct screenv5.5.0-beta1Jan Arne Petersen2015-05-021-0/+1
* Fix a memory leak in the material shader cache.Robert Griebl2015-04-231-0/+4
* Another fix to avoid detaching the m_windows list.Robert Griebl2015-03-251-3/+3
* Handle context loss in the threaded render loopLaszlo Agocs2015-03-121-0/+14
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-031-0/+5
|\
| * Fix memory leak of QSGContext object in QSGThreadedRenderLoopjian liang2015-02-241-0/+5
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Avoid inadvertent copies of the windows listRoger Maclean2014-12-081-4/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-5/+6
|\|
| * Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-221-1/+1
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-3/+4
| |\
| | * 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