summaryrefslogtreecommitdiffstats
path: root/src/render/jobs
Commit message (Expand)AuthorAgeFilesLines
* Prevent picking from losing eventsAntti Määttä2019-10-091-2/+2
* Fix for bounding volume handling and calculationVolker Enderlein2019-10-011-25/+53
* Clean up bounding box updatesMike Krus2019-05-251-37/+41
* Use entity visitor to traverse scene graphMike Krus2019-05-253-149/+156
* Iterate on child handlesMike Krus2019-05-2515-98/+138
* 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
* | 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
* | 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
| |\|
| | * 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