summaryrefslogtreecommitdiffstats
path: root/src/render/jobs
Commit message (Expand)AuthorAgeFilesLines
* FilterProximityDistanceJob/FrustumCullingJob: reimplement QAspectJob::isRequiredPaul Lemire2020-08-264-0/+12
* Job Graph dump improvementsPaul Lemire2020-08-245-4/+24
* Add support for synchronous pickingMike Krus2020-07-302-23/+56
* Use QList instead of QVector in renderJarek Kobus2020-07-0914-32/+32
* Move RenderViewInitializer,Builder/Updater jobs to a common placePaul Lemire2020-07-084-2/+400
* Isolate picking event processingMike Krus2020-07-084-117/+137
* Move and adapt RendererCache to share amongst renderer pluginsPaul Lemire2020-07-072-1/+211
* RenderQueue: reset now destroys RenderViewsPaul Lemire2020-07-071-0/+2
* Refactor RenderQueue so that it can be shared between renderersPaul Lemire2020-07-072-1/+163
* Share code between renderer pluginsPaul Lemire2020-07-079-2/+1100
* PickBoundingVolumeJob/RayCastingJob: switch to std::vectorPaul Lemire2020-07-037-45/+71
* Renderer: move QVector to std::vector changesPaul Lemire2020-07-012-19/+26
* Render aspect: Dispatch events directlyMike Krus2020-06-302-12/+8
* Switch to std::vector in QRenderAspect backend and OpenGL rendererPaul Lemire2020-06-3011-25/+25
* Fix boundingVolumePositionAttribute handlingVolker Enderlein2020-06-251-27/+31
* Make sure computed radius is positivePaul Lemire2020-06-251-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-06-242-3/+3
* Fix AVX2 AlignedAllocatorPaul Lemire2020-06-191-1/+1
* Fix compile warningsMike Krus2020-06-171-4/+4
* Add missing overrideAlexander Volkov2020-05-251-1/+1
* QResourcesManager: switch to std::vectorPaul Lemire2020-05-207-8/+8
* Return children handle by referenceMike Krus2020-05-195-5/+5
* Fix Clang 10 warning about creating copies in range-forThiago Macieira2020-05-111-1/+1
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-273-9/+9
|\
| * Make QAspectJobPrivate::isRequired() constPaul Lemire2020-03-173-9/+9
* | Introduce QPickingProxyMike Krus2020-04-231-27/+60
* | Add ability to override bounding data and trigger calculationMike Krus2020-04-231-5/+11
* | Pull bounding volume info from front endMike Krus2020-04-232-54/+93
* | Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-03-102-9/+7
|\|
| * Merge gatherer and caching jobsMike Krus2020-03-062-9/+7
* | Delete old code filesMike Krus2020-03-102-198/+0
* | Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-03-041-109/+150
|\|
| * Reduce concurrency in bbox evaluationMike Krus2020-03-031-109/+154
* | Add public API for working with jobsMike Krus2020-03-021-0/+4
* | Remove useless jobMike Krus2020-02-283-216/+0
* | Geometry refactoringMike Krus2020-02-275-14/+16
* | Merge remote-tracking branch 5.15 into devMike Krus2020-02-174-10/+39
|\|
| * 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
* | Remove buffer functor APIMike Krus2020-02-111-2/+0
* | Remove old dead codeMike Krus2020-02-113-157/+0
* | Remove deprecated classes and functionsPaul Lemire2020-02-112-4/+28
|/
* 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