aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgthreadedrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix potentially missing endFrame() in threaded render loopLaszlo Agocs2020-11-171-0/+5
* Do grabs out of orderLaszlo Agocs2020-10-191-34/+27
* Follow rhi per-frame to per-pass flag changeLaszlo Agocs2020-10-051-3/+1
* Make sure beforeFrameBegin-afterFrameEnd always come in pairsLaszlo Agocs2020-10-021-1/+4
* Map swap interval 0 to NoVSync with all the APIsLaszlo Agocs2020-09-231-1/+9
* Output the thread and window in the render loop timing printsLaszlo Agocs2020-09-091-17/+45
* threaded renderloop: Remove unused variableUlf Hermann2020-09-081-1/+0
* threaded renderloop: Do not abort with sleep when no changes after syncLaszlo Agocs2020-09-071-17/+10
* Render loops: ignore update reqs during the main polish stepLaszlo Agocs2020-09-071-0/+9
* Document internally the animation handling in the threaded loopLaszlo Agocs2020-09-071-12/+43
* Fix qt.scenegraph.time.renderloop time logjiu2020-08-311-10/+4
* Do not create depth/stencil buffer when the env var says soLaszlo Agocs2020-08-161-5/+8
* Fix before/after frame signal emissionsLaszlo Agocs2020-07-011-2/+3
* SceneGraph: Check for existing offscreen surface before creating oneUlf Hermann2020-06-171-1/+2
* Rename setPersistentOpenGLContext and revise related docsLaszlo Agocs2020-06-111-1/+1
* Remove customRenderStage from QQuickWindowPrivateLaszlo Agocs2020-06-081-1/+1
* Make render loops OpenGL cleanLaszlo Agocs2020-06-081-142/+39
* rhi: Do not sync with zero sized, non-initialized windowsLaszlo Agocs2020-06-051-6/+14
* Remove QQuickOpenGLShaderEffectPaul Olav Tvete2020-06-041-7/+0
* Fix handling of destroy-show and re-enable the zoom test for qmlpreviewLaszlo Agocs2020-06-031-1/+16
* Follow QRhi create-destroy API updateLaszlo Agocs2020-06-021-1/+1
* rhi: Add support for grabbing non-exposed windowsLaszlo Agocs2020-05-181-1/+1
* Check thread->isRunning before posting WMReleaseSwapchainEventLaszlo Agocs2020-05-111-1/+1
* Allow aborting syncAndRender() when sync results in no changesLaszlo Agocs2020-05-111-1/+5
* Add beforeFrameBegin() and afterFrameEnd() to QQuickWindowLaszlo Agocs2020-04-301-0/+4
* Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-161-0/+1
* rhi: Handle beginFrame() failure correctly in threaded render loopLaszlo Agocs2020-02-061-6/+10
* Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-131-3/+22
* Clear RequestRepaint bit set in sync() if we are going to renderLaszlo Agocs2019-12-031-13/+24
* Make the initialization failure dialog sensible with QRhiLaszlo Agocs2019-11-281-2/+1
* Prevent infinite rhi init failure in threaded render loopLaszlo Agocs2019-11-281-7/+35
* Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-1/+1
* Fix broken scaling with high dpi + rhi + thread loopLaszlo Agocs2019-10-211-3/+1
* QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-021-2/+3
* Remove depth-stencil buffer sizing on the rhi pathLaszlo Agocs2019-09-301-5/+3
* Recover from device lost on the rhi path in the threaded loopLaszlo Agocs2019-09-231-61/+100
* Request correct alpha composition on the rhi code pathLaszlo Agocs2019-09-111-1/+9
* Make vulkanunderqml work and update docsLaszlo Agocs2019-09-081-1/+3
* Remove an unused event type in the threaded render loopLaszlo Agocs2019-08-221-11/+0
* Change rhi-related debug prints to categorized loggingLaszlo Agocs2019-08-021-3/+3
* Have an autorelease pool for each frame on the render threadLaszlo Agocs2019-07-301-0/+4
* Avoid locking up on resize with threaded loop and the rhiLaszlo Agocs2019-07-301-4/+18
* Enable request setting the (gl) context current on rhi pathLaszlo Agocs2019-07-041-10/+21
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-93/+356
* Fix leaking scene graph rendering contextsSimon Hausmann2019-03-151-2/+8
* Fix more null pointer accesses in QQuickOpenGLShaderEffectMaterialCacheJüri Valdmann2018-11-121-1/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-15/+15
* doc: Fix remaining "Can't tie this..." errorsMartin Smith2018-02-231-8/+8
* ScenGraph: Prefer printf style loggingKai Koehne2018-02-131-68/+68
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-051-0/+7
|\