summaryrefslogtreecommitdiffstats
path: root/src/render/jobs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-05-095-1/+175
|\
| * Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-269-5/+191
| |\
| | * Move some debug code inside the #ifdefJames Turner2019-04-101-1/+2
| | * Early-return on these jobs if no work to be doneJames Turner2019-04-102-1/+9
| | * Fix Entity parenting hierarchyJim Albamont2019-04-045-1/+175
| | * Fix assert when using QScreenRayCaster with multiple viewportsGiulio Camuffo2019-04-021-2/+5
* | | Merge remote-tracking branch origin/5.13 into devPaul Lemire2019-04-1516-55/+14
|\| |
| * | Remove unused codev5.13.0-beta3v5.13.0-beta2Mike Krus2019-04-042-41/+0
| * | Switch export macros to standard formKai Koehne2019-04-0214-14/+14
* | | Fix assert when using QScreenRayCaster with multiple viewportsGiulio Camuffo2019-04-021-2/+5
* | | Rework internal Texture HandlingPaul Lemire2019-03-045-183/+1
* | | Add QNoPicking FrameGraph nodePaul Lemire2019-02-281-0/+5
* | | Add a viewport property to QPickEventGiulio Camuffo2019-02-254-12/+25
* | | Early-return on these jobs if no work to be doneJames Turner2019-02-052-1/+9
* | | Move some debug code inside the #ifdefJames Turner2019-02-041-1/+2
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-101-3/+8
|\|
| * Picking: viewport contains check needs to use pos in GL coordinatePaul Lemire2019-01-071-3/+8
* | QGeometry: add minExtent/maxExtent propertiesPaul Lemire2019-01-071-13/+45
* | QObjectPicker and QPickingSettings NearestPriorityPick picking modePaul Lemire2018-12-124-31/+137
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-111-1/+7
|\|
| * Reset last selected picker when releasing out of viewportPaul Lemire2018-11-301-1/+7
* | Implement WaitFence/SetFence handling into the rendererPaul Lemire2018-10-123-1/+9
|/
* Fix typo on loadscenejob.cppPaul Lemire2018-08-131-1/+1
* Properly update properties from Backend to Frontend texturesPaul Lemire2018-08-081-1/+2
* CalcBoundingVolumeJob: handle UnsignedByte index typePaul Lemire2018-07-181-4/+10
* Fix race condition when executing multiple filterlayerjobs at oncePaul Lemire2018-06-255-47/+205
* 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
| |\|