aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* sg: Fix some material-related multiview issuesLaszlo Agocs2024-02-021-3/+7
* scenegraph: Add plumbing for enabling multiviewLaszlo Agocs2024-01-151-25/+86
* Remove the use of Q_QUICK_PRIVATE_EXPORTAlexey Edelev2024-01-091-1/+1
* Fix corrupt rendering when toggling rendernode-based itemsLaszlo Agocs2023-11-241-1/+6
* Recycle buffer objects based on sizeEskil Abrahamsen Blomfeldt2023-09-261-2/+45
* scenegraph: Do not use the old QRhiGraphicsShaderStage nameLaszlo Agocs2023-07-111-6/+6
* 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
* 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
* SceneGraph: Don't let QSGRenderNode::m_matrix be a dangling pointerAndy Nichols2023-03-171-1/+2
* QSGBatchRenderer: Fix batching with geometry without index bufferAndy Nichols2023-03-161-1/+1
* Clamp zorder calculation to [0.0, 1.0]Terry Meacham2023-01-121-4/+15
* Remove odd naming leftovers in ShaderManagerShaderLaszlo Agocs2023-01-051-20/+20
* Properly release Element data in the shadow treeLaszlo Agocs2022-10-311-1/+7
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-4/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-071-7/+7
* sg: Expose the projection matrix on the QSGRenderNode itselfLaszlo Agocs2022-08-081-7/+7
* Remove the separate rt/rp/cb getters/setters in QSGRendererLaszlo Agocs2022-08-041-18/+19
* Enable internally to access the RT and related in QSGRenderNodeLaszlo Agocs2022-08-041-0/+2
* sg: Remove logic for creating oversized upload poolsLaszlo Agocs2022-08-031-4/+2
* Follow QRhi API cleanupsLaszlo Agocs2022-07-151-28/+29
* Add support for separate blending factors in QSGMaterialShaderLaszlo Agocs2022-06-161-4/+32
* Use SPDX license identifiersLucie Gérard2022-06-111-40/+4
* QSGBatchRenderer: look for ShaderManager by type only, ignore nameMarc Mutz2022-06-041-1/+1
* scenegraph: Remove beginNext[Rhi]Frame differentiationLaszlo Agocs2022-04-211-4/+4
* Support to custom the render target on the software rendererJiDe Zhang2022-04-191-4/+4
* scenegraph: Add support for polygon fill modeBen Fletcher2022-02-161-2/+7
* scenegraph: Remove unused separateIndexBuffer logicLaszlo Agocs2022-02-111-30/+15
* scenegraph: Enable arrays of combined image samplersBen Fletcher2022-02-021-38/+67
* scenegraph: Make the vertex/index buffer logic more robustLaszlo Agocs2022-01-131-17/+34
* Use resize instead of shrink when clearing upload poolsAntti Määttä2021-11-111-2/+2
* sg: Drop internal pool allocs upon QQuickWindow::releaseResourcesLaszlo Agocs2021-10-251-0/+3
* Get rid of renderpass descriptor objects from the pipeline cache keysLaszlo Agocs2021-09-221-27/+13
* Remove the per-rendercontext srb cacheLaszlo Agocs2021-09-101-62/+140
* Avoid detach of QHash in range-for loopsShawn Rutledge2021-08-181-2/+2
* Fix warning "value assigned to gn is never read"Shawn Rutledge2021-08-181-3/+1
* Repurpose CustomCompileStep as NoBatching in QSGMaterialLaszlo Agocs2021-08-131-1/+1
* Do not batch lines with > 1 width in alpha passLaszlo Agocs2021-04-121-1/+5
* Don't invalidate unaffected render ordersEskil Abrahamsen Blomfeldt2021-02-251-2/+23
* QSGBatchRender: avoid crash if buffer shrinksFabian Kosmale2021-02-081-2/+2
* Invalidate external renderpass descriptors from Quick3DLaszlo Agocs2021-02-051-0/+5
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-311-6/+6
* Follow rhi per-frame to per-pass flag changeLaszlo Agocs2020-10-051-1/+8
* Match new qHash() signatureEskil Abrahamsen Blomfeldt2020-09-171-2/+2
* Do not incorrectly leave srcAlpha and dstAlpha set to the defaultsLaszlo Agocs2020-08-281-2/+2
* Fix a bunch of compiler warningsLars Knoll2020-08-281-2/+0
* Force Batch Rebuild if SubtreeBlocked includes an opacity changeAndy Nichols2020-08-111-0/+5
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1