summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-139-15/+15
* build system: fix unity buildsTim Blechmann2024-02-0721-22/+42
* Readability: use empty() instead of size() to check for emptinessAurélien Brooke2024-01-132-5/+5
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+2
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-221-3/+3
* Doc: Fix incorrect module/type names in \qmlproperty commandsTopi Reinio2023-06-061-1/+1
* Remove qmake build filesMike Krus2023-03-171-124/+0
* Remove unused forward declarationsAurélien Brooke2022-12-211-1/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-201-1/+1
* Fix various [=] lambda captures to capture [this] insteadMarc Mutz2022-07-121-1/+1
* QViewport documentation: fix wrong property type for gamma propertyPaul Lemire2022-06-221-1/+1
* Qt3DRender: includemocsMike Krus2022-06-2224-0/+48
* Use SPDX license identifiersLucie Gérard2022-06-22120-4561/+241
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-109-98/+125
* Replace all implicit container move and clear by an explicit functionPaul Lemire2021-02-241-1/+1
* Fix parameter priorization documentationAntti Määttä2021-01-182-7/+12
* Enable compiling non-QML API against Qt 5.15Mike Krus2021-01-051-3/+8
* Fix deprecated API usage and compile warningsMike Krus2020-11-201-1/+1
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-022-6/+6
* QFrameGraphNodePrivate: add private exportPaul Lemire2020-10-051-1/+2
* Make DebugOverlay accessible from QMLMichael Brasser2020-10-021-0/+29
* Fix compilation with newer qtbaseFabian Kosmale2020-08-252-0/+2
* ClearBuffers: fix member initialization from uninitialized valuePaul Lemire2020-08-242-2/+2
* QRenderTargetSelector: remove outputs/drawBuffers propertyPaul Lemire2020-08-134-47/+1
* Use QList instead of QVector in renderJarek Kobus2020-07-0923-50/+48
* Use QList instead of QVectorJarek Kobus2020-07-0712-30/+30
* Renderer: move QVector to std::vector changesPaul Lemire2020-07-012-7/+7
* Fix handling of SSE/AVX sourceMike Krus2020-06-171-1/+1
* Fix compile warnings related to deprecations or unused variablesPaul Lemire2020-06-081-2/+2
* Fix build for Qt6Mike Krus2020-05-064-2/+4
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-278-25/+98
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Antti Määttä2020-04-214-6/+12
| |\
| | * Check we remove a valid node when removing from node propertiesPaul Lemire2020-02-104-6/+12
| * | Add ability to dump filter statesMike Krus2020-03-262-2/+67
| * | Fix crash in rendercapture-cpp manual testPaul Lemire2020-03-232-18/+20
* | | Make default geometries viewsMike Krus2020-02-271-1/+1
* | | Geometry refactoringMike Krus2020-02-271-1/+1
* | | Merge remote-tracking branch 5.15 into devMike Krus2020-02-171-15/+67
|\| |
| * | FrameGraph dumping: handle nesting of non FG childrenPaul Lemire2020-02-131-15/+67
* | | Remove unused data structuresMike Krus2020-02-1119-116/+10
* | | Remove deprecated classes and functionsPaul Lemire2020-02-1150-616/+21
* | | Merge remote-tracking branch 5.15 into devMike Krus2020-02-0745-73/+489
|\| |
| * | Move classes in OpenGL renderer plugin into an OpenGL namespacePaul Lemire2020-02-051-0/+1
| * | Make the OpenGL renderer a pluginPaul Lemire2020-02-0527-27/+26
| * | Introduce a GLShader classPaul Lemire2020-02-031-0/+1
| * | Add Profiling OverlayMike Krus2020-01-177-3/+347
| * | Add commands to dump frame graph and scene graphMike Krus2020-01-092-0/+62
| * | QSortPolicy: add Uniform sorting modePaul Lemire2019-12-202-2/+6
| * | Use jobsDone to sync render capture back to frontendMike Krus2019-12-132-9/+19