summaryrefslogtreecommitdiffstats
path: root/src/render/jobs
Commit message (Expand)AuthorAgeFilesLines
* Check nodes are enabled when update BVH and world transformsMike Krus2019-11-283-3/+8
* FilterProximityJob: only run it if our RV requires proximity filteringPaul Lemire2019-11-131-1/+1
* Compute renderables/computables/lights once instead of once per RVPaul Lemire2019-10-291-4/+0
* LightGatherer: reset values before runningPaul Lemire2019-10-281-0/+3
* Fix skeleton loadingMike Krus2019-10-251-1/+1
* Update jobs to remove post FF changesMike Krus2019-10-2218-33/+15
* Convent SendBufferCaptureJob to direct syncPaul Lemire2019-10-212-17/+59
* Convert LoadBufferJob to use direct syncPaul Lemire2019-10-212-1/+33
* Split RenderCommand generation and uniform updatePaul Lemire2019-10-211-4/+6
* Reduce number of allocationsMike Krus2019-10-211-5/+3
* Fix Coverity warningsMike Krus2019-10-213-1/+6
* Merge remote-tracking branch 'origin/5.13' into 5.14Paul Lemire2019-10-152-27/+55
|\
| * Prevent picking from losing eventsAntti Määttä2019-10-091-2/+2
| * Fix for bounding volume handling and calculationVolker Enderlein2019-10-011-25/+53
* | Update PickBoundingVolumeJob to use direct syncMike Krus2019-10-142-13/+108
* | Convert LoadGeometryJob to use direct syncPaul Lemire2019-10-102-2/+37
* | Fix skeleton loadingMike Krus2019-10-091-1/+1
* | Update UpdateLevelOfDetailJob to use direct syncMike Krus2019-10-082-9/+40
* | Move skeleton loading code to jobMike Krus2019-10-082-10/+219
* | Update LoadSkeletonJob to use direct syncMike Krus2019-10-082-2/+42
* | Update LoadSceneJob to use direct syncPaul Lemire2019-10-072-23/+58
* | Update sendTextureChangesToFrontend to use direct syncPaul Lemire2019-10-071-0/+43
* | Update world transform job to use direct syncPaul Lemire2019-10-072-5/+44
* | Update ray casting job to use direct syncMike Krus2019-10-034-4/+56
* | Support transient enablement in QSubtreeEnablerMichael Brasser2019-09-241-0/+1
* | Remove backend entity hierarchy rebuilding jobsJim Albamont2019-09-204-174/+0
* | QTransform: add worldMatrix propertyPaul Lemire2019-08-131-2/+7
* | Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-06-0319-284/+335
|\|
| * 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 '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