summaryrefslogtreecommitdiffstats
path: root/src/render/jobs
Commit message (Expand)AuthorAgeFilesLines
* Fix build without QtConcurrentTasuku Suzuki2018-06-012-1/+38
* Fix bad use of QEvent::TimerThiago Macieira2018-05-011-1/+1
* render: Fix build with clang-clFriedemann Kleint2018-04-121-1/+1
* sendbuffercapturejob: remove non needed manager memberPaul Lemire2018-03-202-8/+0
* Fix uninitialized value in updateskinningpalettejob.cppPaul Lemire2018-03-191-0/+1
* Fix uninitialized value in sendrendercapturejobPaul Lemire2018-03-191-0/+1
* ViewportNode: make computeViewport a static functionPaul Lemire2018-03-191-1/+1
* SendRenderCaptureJob: remove hard dependency to RendererPaul Lemire2018-03-192-7/+12
* Move Renderer specific classes into new folderPaul Lemire2018-03-1911-1577/+0
* Split GraphicsContext in twoPaul Lemire2018-03-161-2/+2
* Add more job tests for raycastingMike Krus2018-03-072-37/+19
* Revert "Keep rendering in sync with aspect jobs by adding barriers"Paul Lemire2018-02-283-21/+22
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-1517-205/+299
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-056-59/+127
| |\
| | * Don't compute bounding volumes for patch-based geometryMauro Persano2018-02-011-1/+1
| | * Revise buffer traversal in bounding volume calculationLaszlo Agocs2018-01-291-26/+58
| | * Handle multiple surfaces properly for pickingMike Krus2018-01-265-44/+78
| * | Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-0210-113/+171
| * | Keep rendering in sync with aspect jobs by adding barriersSvenn-Arne Dragly2018-02-023-23/+22
* | | Handle primitive restart in buffer visitorLaszlo Agocs2018-02-151-4/+12
* | | Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-143-48/+76
|\| |
| * | LoadSceneJob: refactored to minimize code duplicationPaul Lemire2018-02-012-41/+70
| * | Fix OnDemand render policySvenn-Arne Dragly2018-02-011-7/+6
| * | Merge branch '5.9' into 5.10Sean Harmer2018-01-251-1/+1
| |\|
| | * Fix issues due to changes in camera view matrixMike Krus2018-01-242-2/+2
| | * Replace Q_DECL_OVERRIDE with override keywordJesus Fernandez2018-01-231-1/+1
* | | Add support for layers to control ray castingMike Krus2018-02-054-13/+105
* | | Introduce QScreenRayCasterMike Krus2018-02-017-205/+323
* | | Ray casting jobMike Krus2018-02-014-2/+385
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2018-01-232-0/+2
|\| |
| * | Merge "Merge branch '5.9' into 5.10" into refs/staging/5.10Sean Harmer2018-01-221-0/+1
| |\ \
| | * | Merge branch '5.9' into 5.10Sean Harmer2018-01-221-0/+1
| | |\|
| | | * LoadGeometryJob: fix uninitialized valuePaul Lemire2018-01-221-0/+1
| * | | LoadSkeletonJob: fix uninitialized valuePaul Lemire2018-01-221-0/+1
| |/ /
* | | Update Intersecting Entity GathererMike Krus2018-01-182-18/+23
* | | Merge branch '5.10' into devSean Harmer2018-01-1710-24/+26
|\| |
| * | Prevent potential containers detachingMike Krus2018-01-143-3/+5
| * | Iterate by const reference on handlesMike Krus2018-01-139-14/+14
| * | Merge branch '5.9' into 5.10Sean Harmer2018-01-123-7/+7
| |\|
| | * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-132-6/+6
* | | Revise buffer traversal in bounding volume calculationLaszlo Agocs2018-01-081-8/+42
* | | Merge remote-tracking branch 'origin/5.10' into devLaszlo Agocs2017-12-134-1/+10
|\| |
| * | Enable BlitFramebuffer with non-output render targetsLaszlo Agocs2017-12-111-1/+1
| * | Improve performance for finding entities in subsetSvenn-Arne Dragly2017-12-043-0/+9
* | | Cache material parameter gatherer resultsSvenn-Arne Dragly2017-12-063-3/+5
* | | Store parameter handle instead of uniform valueSvenn-Arne Dragly2017-12-062-6/+8
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-201-1/+2
|\| |
| * | Fix rendering following LayersDirtyPaul Lemire2017-11-161-1/+2
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-2516-16/+16
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2514-23/+23
|/ /