aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi
Commit message (Expand)AuthorAgeFilesLines
* QSGMaterialShader: Use QHash::constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-221-2/+2
* Correct fragment stage related in QSGMaterial multiview docsLaszlo Agocs2024-04-161-5/+9
* Use new Qt configure feature for MetalTor Arne Vestbø2024-03-253-6/+6
* Make the QSGTexture native accessor query work on macOS/iOSTor Arne Vestbø2024-03-113-10/+16
* sg: Fix some material-related multiview issuesLaszlo Agocs2024-02-021-3/+7
* Keep source compat for internal setProjectionMatrix usersLaszlo Agocs2024-01-152-2/+4
* Allow QQuickRt adopt a native texture array for multiview renderingLaszlo Agocs2024-01-151-6/+7
* scenegraph: Add plumbing for enabling multiviewLaszlo Agocs2024-01-1515-57/+413
* Remove the use of Q_QUICK_PRIVATE_EXPORTAlexey Edelev2024-01-099-19/+19
* sg: Remove unused clearMode codeLaszlo Agocs2024-01-063-57/+3
* Fix corrupt rendering when toggling rendernode-based itemsLaszlo Agocs2023-11-241-1/+6
* Recycle buffer objects based on sizeEskil Abrahamsen Blomfeldt2023-09-262-2/+48
* Modernize some of the QSGRenderNode docsLaszlo Agocs2023-09-251-59/+71
* Doc: QSGRendererInterface: use since-clause in enum \value commandsTopi Reinio2023-09-121-42/+34
* Fix QML item is missing if its parent's clip property is trueJiDe Zhang2023-09-062-22/+41
* Debug leaked resource info into the qt.scenegraph.leaks logging categoryShawn Rutledge2023-08-293-3/+3
* QSGRendererInterface::Resource: add a comma after the last valueIvan Solovev2023-08-281-1/+1
* QSGD3D12Texture::fromNative - fix the \since version in the docsIvan Solovev2023-08-221-1/+1
* Remove QML_LEAK_CHECKShawn Rutledge2023-08-215-17/+15
* Use Q_DECL_UNUSED_MEMBER for unused private class membersIvan Solovev2023-08-211-5/+2
* scenegraph: Do not use the old QRhiGraphicsShaderStage nameLaszlo Agocs2023-07-112-7/+7
* Doc: Fix linking issuesTopi Reinio2023-07-051-2/+0
* sg: Make debug annotations more usefulLaszlo Agocs2023-07-051-1/+16
* Pass render mode correctly to material for all casesEskil Abrahamsen Blomfeldt2023-07-041-1/+1
* scenegraph docs: Remove some internal tags in QSGTextureLaszlo Agocs2023-06-131-4/+0
* Adapt to the RHI API conceptLaszlo Agocs2023-05-226-5/+62
* Drop extra resizing of upload poolsMårten Nordheim2023-05-021-9/+4
* Really release pool resources in Renderer::releaseCachedResourcesMårten Nordheim2023-05-021-2/+4
* Trace: Convert qtdeclarative to use new tracepoint generationAntti Määttä2023-04-261-0/+7
* Remove Qt 5 era comment in qsggeometry headerLaszlo Agocs2023-04-171-4/+0
* Clarify unsupported topologies in QSSGGeometry docsLaszlo Agocs2023-04-171-10/+15
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-11/+9
* Expose Vulkan queue indices from QSGRendererInterfaceLaszlo Agocs2023-03-212-1/+14
* SceneGraph: Don't let QSGRenderNode::m_matrix be a dangling pointerAndy Nichols2023-03-172-1/+3
* doc: Fix native texture interface header nameLaszlo Agocs2023-03-171-0/+5
* Silence some unused-variable and unused-private-field warningAmir Masoud Abdol2023-03-161-2/+5
* QSGBatchRenderer: Fix batching with geometry without index bufferAndy Nichols2023-03-161-1/+1
* Add missing argument in native texture docsLaszlo Agocs2023-02-231-0/+4
* Enable D3D12Laszlo Agocs2023-02-145-9/+98
* Unexport QSGMaterialShader::GraphicsPipelineStateLaszlo Agocs2023-02-141-1/+1
* QtQuick: Fix conflicting definitions of qsg_leak_check in CMake Unity (Jumbo)...Friedemann Kleint2023-02-075-14/+15
* Clamp zorder calculation to [0.0, 1.0]Terry Meacham2023-01-121-4/+15
* scenegraph: silence -Wcomma in qsggeometry.hTim Blechmann2023-01-091-1/+4
* Remove odd naming leftovers in ShaderManagerShaderLaszlo Agocs2023-01-052-26/+24
* Documentation: Make note about QSGGeometry storing a reference to the attribu...Friedemann Kleint2022-12-121-2/+4
* Replace uses of rand/srand with QRandomGeneratorTor Arne Vestbø2022-11-222-3/+6
* Doc: Fix typoAndreas Eliasson2022-11-081-2/+2
* Properly release Element data in the shadow treeLaszlo Agocs2022-10-311-1/+7
* QSGGeometry: add Q_DISABLE_COPY_MOVEThiago Macieira2022-10-281-0/+1
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-202-6/+3