summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Update QClearbuffers docsAntti Määttä2016-09-091-25/+31
| * Update QCameraSelector docsAntti Määttä2016-09-051-14/+24
| * Update QSortPolicy docsAntti Määttä2016-09-051-26/+37
| * Update QFrameGraphNode docsAntti Määttä2016-09-051-10/+99
| * Update QViewport docsAntti Määttä2016-09-051-22/+32
| * Update QLayerFilter docsAntti Määttä2016-09-051-15/+17
| * Update QRenderSurfaceSelector docsAntti Määttä2016-09-051-33/+59
* | Use full type in the return valueAntti Määttä2016-08-311-1/+1
* | Implement render capture backend nodeAntti Määttä2016-08-264-3/+198
* | QRenderSurfaceSelector: fix code style & indentationPaul Lemire2016-08-251-3/+2
* | QRenderSurfaceSelector: complete docPaul Lemire2016-08-251-0/+14
* | QRenderSurfaceSelector: fix externalRenderTargetSize propertyPaul Lemire2016-08-251-2/+2
* | Implement QRenderCapture frame graph nodeAntti Määttä2016-08-254-2/+495
* | Merge branch '5.7' into devSean Harmer2016-08-144-2/+35
|\|
| * Fix SortPolicy backend node parentingKevin Ottens2016-08-082-1/+2
| * Convenience to locate QRenderSurfaceSelectorKevin Ottens2016-08-072-1/+33
* | Change FrameGraphNode constructor to accept Mode paremeterAntti Määttä2016-08-132-3/+4
|/
* LayerFiltering: move enabled filtering into job directlyPaul Lemire2016-07-181-15/+3
* RenderStates: remove RenderStateCollectionPaul Lemire2016-07-172-4/+25
* ClearsBuffers: make the RenderViews store clearbuffers valuesPaul Lemire2016-07-041-0/+13
* LayerFiltering: only filter using enabled layersPaul Lemire2016-07-041-1/+15
* Further job improvementsPaul Lemire2016-07-041-4/+21
* Use UpdateWorldTransformJobPaul Lemire2016-07-041-2/+3
* Rename UpdateBoundingVolumeJob -> ExpandBoundingVolumeJobPaul Lemire2016-07-041-1/+1
* FrameGraphVisitor: try to build at most optimal threads parallel jobsPaul Lemire2016-07-031-18/+28
* Move jobs into RendererPaul Lemire2016-07-031-0/+2
* Renderer: remove createRenderViewJob functionPaul Lemire2016-07-031-2/+7
* Split RenderCommand building into more jobsPaul Lemire2016-07-031-8/+65
* Use the LightGathering jobPaul Lemire2016-07-031-2/+10
* Use more instances of MaterialParameter when necessaryPaul Lemire2016-07-031-9/+30