summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Deprecate message APIMike Krus2019-12-092-4/+4
| |/
| * Doc: Fix documentation warningsTopi Reinio2019-11-133-10/+15
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-261-0/+8
| |\
| | * Add BufferCapture QML documentationMats Honkamaa2019-10-171-0/+8
| * | ComputeCommand/SubtreeEnabler use direct sync job to update frontendPaul Lemire2019-10-221-18/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-266-13/+14
|\| |
| * | FrameGraphNode: mark dirty on cleanupPaul Lemire2019-10-171-0/+1
| * | QSubtreeEnabler: fix doc typoPaul Lemire2019-10-171-1/+1
| * | Restore use of Added/Removed messages for aspects not supporting syncMike Krus2019-10-144-12/+12
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1932-58/+13
|\| |
| * | Fix compile warningsMike Krus2019-10-082-10/+10
| * | QSortPolicy: document Texture sortingPaul Lemire2019-10-071-0/+3
| * | Clean up includesMike Krus2019-10-0131-48/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1210-12/+245
|\| |
| * | RenderSurfaceSelector: record window size instead of accessing itPaul Lemire2019-09-301-6/+1
| * | Support transient enablement in QSubtreeEnablerMichael Brasser2019-09-248-6/+240
| * | ClearBuffer: properly initialize clear color vectorPaul Lemire2019-09-241-0/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-2445-603/+378
|\| |
| * | QFrameGraphNode: remove message sync left oversPaul Lemire2019-09-203-44/+0
| * | Update QWaitFence to use direct syncPaul Lemire2019-09-202-28/+23
| * | Update QSetFence to use direct syncPaul Lemire2019-09-201-1/+3
| * | Update QBlitFramebuffer to use direct syncPaul Lemire2019-09-203-43/+38
| * | Update QProximityFilter to use direct syncPaul Lemire2019-09-202-23/+16
| * | Update QMemoryBarrier to use direct syncPaul Lemire2019-09-202-18/+11
| * | Update QRenderCapture to use direct syncPaul Lemire2019-09-204-24/+28