summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph
Commit message (Expand)AuthorAgeFilesLines
* Add private API to access child nodes of QEntity and QFrameGraphNodeSvenn-Arne Dragly2018-09-034-2/+53
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-1912-24/+24
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-093-3/+3
|\
| * Doc: Use the correct module command for QML typesTopi Reinio2018-04-243-3/+3
* | Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-201-1/+1
|/
* Make sure we could lock the surface before querying its sizeSvenn-Arne Dragly2018-04-181-2/+5
* Doc: Add and improve examples in render states and material systemSvenn-Arne Dragly2018-03-251-0/+66
* ViewportNode: make computeViewport a static functionPaul Lemire2018-03-192-2/+3
* Merge branch '5.10' into devSean Harmer2018-01-1712-15/+15
|\
| * Fix includes of Qt classesFriedemann Kleint2018-01-151-1/+1
| * Prevent potential containers detachingMike Krus2018-01-141-1/+1
| * Use QVariant::toRect rather than templateMike Krus2018-01-131-2/+2
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-129-11/+11
| |\
| | * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-132-2/+2
| | * Fix includes of Qt classesFriedemann Kleint2017-11-237-9/+9
* | | Merge remote-tracking branch 'origin/5.10' into devLaszlo Agocs2017-12-133-7/+227
|\| |
| * | Make BlitFramebuffer rectangles follow Qt conventionsLaszlo Agocs2017-12-121-0/+171
| * | Add QBlitFramebuffer auto-parenting behaviorLaszlo Agocs2017-12-111-0/+28
| * | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-201-1/+2
| |\ \
| * | | Fix BC with QRenderCaptureMäättä Antti2017-11-132-7/+28
* | | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-201-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Svenn-Arne Dragly2017-11-151-1/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * Add layer entity filter cachingSvenn-Arne Dragly2017-11-141-1/+2
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-133-4/+24
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-313-3/+24
| |\|
| | * Fix SortPolicy sorting key generationLaszlo Agocs2017-10-201-3/+13
| | * Doc: add doc to undocumented classesNico Vertriest2017-10-202-0/+11
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-251-1/+1
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-2515-15/+15
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2531-36/+36
* | | Add support for FrontToBack sortingLaszlo Agocs2017-09-042-1/+3
|/ /
* | BlitFramebuffer framegraph nodeJuan José Casafranca2017-08-237-3/+657
* | Add ProximityFilter backend nodePaul Lemire2017-08-184-3/+178
* | Add QProximityFilter FrameGraphNodePaul Lemire2017-08-184-2/+367
* | Remove unused code using past internal APIPaul Lemire2017-08-181-20/+0
* | Fix and improve layer filteringPaul Lemire2017-08-183-16/+55
* | Doc: Fix LayerFilter documentationTopi Reinio2017-08-111-20/+41
* | Accept/Drop entities and filter recursivelyJuan José Casafranca2017-08-025-3/+76
* | Merge remote-tracking branch 'origin/5.9' into devAndy Nichols2017-07-114-1/+37
|\|
| * RenderCapture: fix race + random crashPaul Lemire2017-06-232-1/+4
| * Fix QRenderCaptureReply deallocationMäättä Antti2017-06-212-0/+35
* | Add optional QRect parameter to QRenderCapture::requestCaptureMauro Persano2017-06-215-18/+29
* | Renderer: add more dirty flags and launch jobs based on thatPaul Lemire2017-06-011-1/+1
|/
* 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