summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/framegraph-components
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix multiple documentation issuesv5.5.0-rc1Topi Reinio2015-06-153-3/+3
* Use Qt3D.Renderer rather than RenderSean Harmer2015-06-113-6/+6
* Remove unnecessary metatype declarationsSean Harmer2015-06-081-2/+0
* Doc: Add Qt3D QML and C++ skeleton comments for qdocMartin Smith2015-05-283-25/+104
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-2026-51/+51
* Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-05-132-2/+2
* QFrameGraph: small fixPaul Lemire2015-05-121-5/+2
* QViewport: set rect to 0,0,1,1 by defaultPaul Lemire2015-05-101-2/+3
* FrameGraph: allow the FrameGraph tree to contain any kind of NodesPaul Lemire2015-05-102-35/+12
* Fix: Allow StateSet to not contain any Qt3D::QRenderStatePaul Lemire2015-05-101-1/+7
* QRenderTargetSelector: takes list of active drawBuffersPaul Lemire2015-05-103-1/+42
* QTechniqueFilter: add/remove QParameterPaul Lemire2015-05-093-0/+48
* QRenderPassFilter: add/remove QParameterPaul Lemire2015-05-093-1/+49
* QNoDraw: added missing export and Q_OBJECT macrosPaul Lemire2015-04-271-1/+2
* QNoDraw FrameGraph node addedPaul Lemire2015-04-253-2/+133
* QFrameGraphNode copy takes care of copying FrameGraphNode childrenPaul Lemire2015-04-2510-20/+5
* QStateSet FrameGraph Node addedPaul Lemire2015-04-254-2/+282
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-1412-8/+75
* ChangeArbiter/SceneChange: use id as change subjectPaul Lemire2015-02-283-6/+6
* Fix: remove QByteArrayLiteral used when setting SceneChange property namesPaul Lemire2015-02-283-6/+6
* Copyright header change.Mika Salmela2015-02-0936-684/+504
* Remove default uniform values for lightPosition and intensityLaszlo Agocs2015-02-021-1/+1
* QFrameGraphSelector framegraph node addedPaul Lemire2015-01-264-2/+268
* RenderCommand sortingPaul Lemire2015-01-241-1/+1
* FrameGraphNode: add enabled property + setter/getterPaul Lemire2015-01-242-0/+22
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-191-1/+1
* Make cloning available to third party QNodesKevin Ottens2014-11-279-13/+13
* QFrameGraphItem: renamed to QFrameGraphNodePaul Lemire2014-10-2031-124/+124
* QTechniqueFilter: renamed criteria property to requiresPaul Lemire2014-10-203-12/+12
* QRenderPassFilter: renamed criteria property to includesPaul Lemire2014-10-173-19/+19
* Renamed QCriterion to QAnnotationPaul Lemire2014-10-176-24/+22
* Have copy() only on QNodeKevin Ottens2014-10-1633-78/+75
* Hide doClone implementations behind a macroKevin Ottens2014-10-1526-142/+81
* Automate the NodeUpdated notificationsKevin Ottens2014-10-156-55/+2
* QNode refactoringPaul Lemire2014-10-0327-155/+152
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-3020-42/+71
* QRenderPassFilter removed newline before licensePaul Lemire2014-09-291-1/+0
* QSortMethod addedPaul Lemire2014-09-294-0/+259
* QSortCriterion addedPaul Lemire2014-09-294-2/+271
* QClearBuffer FrameGraphItemPaul Lemire2014-09-154-2/+264
* QRenderTargetSelector completedPaul Lemire2014-09-153-0/+42
* Mark backend framegraph nodes as privateSean Harmer2014-08-182-0/+2
* Added clearColor property to the Viewport elementPaul Lemire2014-08-143-2/+29
* QViewport notifies backend only if arbiter existsPaul Lemire2014-08-141-4/+6
* QTechniqueFilter criterion added as child if declared inlinePaul Lemire2014-08-142-13/+20
* QRenderPassFilter criterion added as children if declared inlinePaul Lemire2014-08-142-30/+20
* QLayerFilter notifies backend only if arbiter existsPaul Lemire2014-08-141-4/+7
* QFrameGraph adds activeFrameGraph as a child if declared inlinePaul Lemire2014-08-141-0/+7
* QCameraSelector adds camera entity has a child if declared inlinePaul Lemire2014-08-141-5/+12
* QViewport implements doClone and copy methodsPaul Lemire2014-08-132-0/+24