summaryrefslogtreecommitdiffstats
path: root/src/render/jobs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-092-4/+31
|\
| * CalcBoundingVolumeJob: don't rely on QChangeArbiter for extent changesPaul Lemire2022-06-132-4/+31
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...v5.15.6-lts-lgplTarja Sundqvist2022-08-167-88/+98
|\|
| * Picking: reuse LayerFilterJob to perform layer filteringPaul Lemire2021-08-096-98/+86
| * Fix multi-view pickingMike Krus2021-06-154-2/+24
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2353-1052/+1052
|/
* Update commercial license headersTarja Sundqvist2021-02-0253-1052/+1052
* Job Graph dump improvementsPaul Lemire2020-08-255-4/+24
* Fix boundingVolumePositionAttribute handlingVolker Enderlein2020-06-261-27/+31
* QResourcesManager: switch to std::vectorPaul Lemire2020-06-048-9/+9
* Add missing overrideAlexander Volkov2020-05-251-1/+1
* Fix Clang 10 warning about creating copies in range-forThiago Macieira2020-05-201-1/+1
* Make QAspectJobPrivate::isRequired() constPaul Lemire2020-03-173-9/+9
* Merge gatherer and caching jobsMike Krus2020-03-062-9/+7
* Reduce concurrency in bbox evaluationMike Krus2020-03-031-109/+154
* Add ability to dump job graph to dot fileMike Krus2020-02-141-4/+4
* Add flag to jobs to indicate if they need to run or notMike Krus2020-02-143-6/+35
* Make the OpenGL renderer a pluginPaul Lemire2020-02-0522-23/+40
* Use jobsDone to sync render capture back to frontendMike Krus2019-12-133-178/+0
* Make tracing a runtime optionMike Krus2019-12-1320-21/+21
* Refactor ViewAll to not use commandsMike Krus2019-12-042-10/+31
* Revert "Update jobs to remove post FF changes"Mike Krus2019-12-0318-15/+33
* 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
|\|