aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3d/qquick3dscenemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the return type of cleanupNodes and updateDirtyResourceSecondPassChristian Strømme2024-08-291-8/+9
* Fix updateSpatialNode logicChristian Strømme2024-08-231-23/+73
* Yet another resource clean-up fixChristian Strømme2024-06-181-3/+42
* Fix termination of the WA with nested ViewsChristian Strømme2024-03-081-0/+11
* Detach QQuick3DWindowAttachment from QQuickWindow in destructorInho Lee2024-01-261-0/+3
* Enable using render extensions as texture providersChristian Strømme2023-11-011-0/+34
* Release cached resource when the scene graph is invalidatedChristian Strømme2023-10-271-1/+6
* Expose the render context interfaceChristian Strømme2023-10-241-2/+4
* Delete objects with graphics data when the scene graph is invalidatedChristian Strømme2023-10-161-9/+32
* Fix View3D implicit input handling for Texture with sourceItemKristoffer Skau2023-10-121-17/+3
* Some minor clean-ups to the base graph objectChristian Strømme2023-09-041-2/+2
* Check if the RCI should be released when the SG's RC is invalidatedChristian Strømme2023-06-091-1/+13
* WindowAttachment: add signal to indicate rci availabilityLaszlo Agocs2023-06-091-0/+1
* Extensions APIChristian Strømme2023-06-021-2/+50
* Fix crashing in DebugView's Release Resources buttonLaszlo Agocs2023-05-111-2/+5
* Always update the node map after a call to updateSpatialNodeChristian Strømme2023-04-251-2/+5
* More improvements to how we track shared resourcesChristian Strømme2023-04-241-7/+17
* inline sync changeChristian Strømme2023-04-241-0/+6
* Replace QSSGRef usage in the render context interfaceChristian Strømme2023-04-181-3/+3
* RenderContextInterface improvementsChristian Strømme2023-04-181-15/+37
* Improve how we trigger updates for multi-view multi-window casesChristian Strømme2023-04-111-1/+6
* Fix Quick3DWindowAttachment window functionChristian Strømme2023-03-231-7/+8
* Update internal input processing of QQuick3DViewportKristoffer Skau2023-03-101-3/+33
* Make sure models with an instanceRoot is updated properlyChristian Strømme2023-02-151-11/+0
* unregisterSceneManager when queueForCleanupInho Lee2023-01-261-3/+12
* Make WindowAttachment to be destroyed after windowInho Lee2023-01-251-2/+9
* Handle software backend more gracefullyLaszlo Agocs2023-01-161-1/+6
* Improve resource clean-up in the scene managerChristian Strømme2022-12-151-3/+59
* Simple tracking of shared resourcesChristian Strømme2022-11-231-5/+21
* Add per window synchronization of the scene managersChristian Strømme2022-11-171-3/+75
* Fix memory leak when destroying View3DJonas Karlsson2022-10-171-0/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Fix type checks introduced in the priority changeChristian Strømme2022-07-111-2/+2
* Improve sorting/priority of dirty nodesChristian Strømme2022-07-071-38/+53
* Don't search the cleanup list when doing a look-upChristian Strømme2022-07-011-7/+6
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* SceneManager: Interleave node processing between importScene and sceneAndy Nichols2022-05-201-22/+23
* Fix updateDirtyNodes() to not create unreachable dirty listYuya Nishihara2022-03-091-10/+10
* Add ResourceLoader API to enable pre-loading of resourcesAndy Nichols2021-12-021-3/+9
* Do not upload geometry data when calculating Model boundsAndy Nichols2021-11-221-1/+1
* Fix picking function crashing after an object is destroyedHatem ElKharashy2021-09-061-1/+6
* Fix setting parent of a NodeJere Tuliniemi2021-04-131-1/+1
* Overhaul the run-time type table and usageChristian Strømme2021-03-261-46/+7
* Purge existing, inherited, unused-in-practice lightmap stuffLaszlo Agocs2021-02-031-1/+0
* Improve transformation for instanced drawingPaul Olav Tvete2021-01-221-0/+11
* Support morph animationsInho Lee2020-12-221-0/+1
* Add support for instanced renderingPaul Olav Tvete2020-12-161-0/+1
* Fix transformation in the skin animationInho Lee2020-11-051-1/+1
* Add support for custom textures from dataAndy Nichols2020-08-241-0/+5
* Cleanup Mesh and Texture resources when no longer usedAndy Nichols2020-07-031-19/+24