summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph
Commit message (Expand)AuthorAgeFilesLines
* Use non-template version of QVariant::value (clazy reports)Mike Krus2017-05-021-1/+1
* Add missing reference in range-for with non trivial type (clazy reports)Mike Krus2017-05-021-1/+1
* Render: make FrameGraphVisitor return a vector of FG nodesPaul Lemire2017-04-272-28/+12
* Remove last bits of qsortcriterionPaul Lemire2017-04-252-167/+0
* QRenderCapture: add saveImage() to replace saveToFile()Andy Maloney2017-04-122-1/+36
* Fix spelling in comments and docsAndy Maloney2017-04-062-4/+4
* Fix crash in rendercapture-cppAntti Määttä2017-04-051-3/+5
* Suppress warning about emitting a deprecated signalThiago Macieira2017-04-021-0/+4
* Add out of line dtor to QBufferCaptureSean Harmer2017-03-282-0/+5
* Remove getter as a slot in QMemoryBarrierSean Harmer2017-03-271-1/+2
* Doc: added definition for enum VertexAttributeArrayNico Vertriest2017-03-141-0/+1
* Fix container detachments when using range loopSergio Martins2017-02-241-1/+1
* Clean up QRenderCapture(Reply) APIKevin Ottens2017-02-232-5/+42
* Start using REVISION on our propertiesKevin Ottens2017-02-231-1/+1
* QMemoryBarrier cleanupPaul Lemire2017-02-165-56/+56
* Add gamma to QViewport's APIKevin Ottens2017-01-315-2/+56
* Transfers gpu buffer data to cpuJuan José Casafranca2017-01-317-0/+353
* Add Quick3DMemoryBarrierPaul Lemire2017-01-252-2/+2
* QMemoryBarrier: update doc about execution orderPaul Lemire2017-01-241-0/+8
* Add MemoryBarrier backend nodePaul Lemire2017-01-204-3/+184
* Add QMemoryBarrier frontend FrameGraph nodePaul Lemire2017-01-135-2/+349
* Fix some framegraph docs issuesAntti Määttä2017-01-105-32/+95
* Update QTechniqueFilter docsAntti Määttä2017-01-101-8/+43
* QRendererSettings::setActiveFrameGraph(): Set surface for new graphWieland Hagen2017-01-091-8/+12
* Unit tests for render capture backend nodeAntti Määttä2017-01-092-2/+1
* Simplify FrameGraphNodeFunctor creationPaul Lemire2016-12-141-2/+3
* FrameGraphNode: setParentID to the parentFGNodeIdPaul Lemire2016-12-131-1/+3
* QFrameGraphNode and subclasses: use the QFrameGraphNodeCreatedChangePaul Lemire2016-12-1314-12/+31
* Add QFrameGraphNodeCreatedChangePaul Lemire2016-12-134-2/+229
* Doc: Specify #include path for each \classTopi Reinio2016-12-072-0/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-284-50/+110
|\
| * Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-11-241-4/+8
| |\
| | * Give access to FrameGraphNode as a grouping nodeKevin Ottens2016-10-141-4/+8
| * | Update QComputeCommand and QDispatchCompute docsAntti Määttä2016-11-141-7/+35
| * | Update QFrustumCulling docsAntti Määttä2016-11-141-9/+24
| * | Update docs for render targetsAntti Määttä2016-11-141-30/+43
| |/
* | FrameGraphVisitor: use RenderViewBuilderPaul Lemire2016-11-251-285/+3
* | FrameGraphVisitor: removed useless checkPaul Lemire2016-11-231-3/+1
* | LCOV exclusion comments squashedPaul Lemire2016-11-235-5/+5
* | QRenderSurfaceSelector fixesPaul Lemire2016-11-191-1/+3
* | QRenderSurfaceSelector: only emit signals when necessaryPaul Lemire2016-11-181-2/+4
* | QNoDraw: improve documentationPaul Lemire2016-11-181-14/+69
* | Add unit tests for sendrendercapturejobAntti Määttä2016-10-192-3/+9
* | Renderer: use the UpdateMeshTriangleList jobPaul Lemire2016-10-131-0/+1
* | Merge "Merge branch '5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-102-0/+35
|\ \
| * | Merge branch '5.7' into 5.8Sean Harmer2016-10-102-0/+35
| |\|
| | * FrameGraphNode: properly handle dynamic tree changesPaul Lemire2016-09-272-0/+35
* | | SyncRenderViewCommandBuildingJob improvementsPaul Lemire2016-10-101-10/+22
|/ /
* | FrameGraphVisitor: add types to lambda jobs for toolingPaul Lemire2016-10-071-5/+5
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-207-159/+299
|\|