summaryrefslogtreecommitdiffstats
path: root/src/render/jobs
Commit message (Expand)AuthorAgeFilesLines
* Change bounding update propagationMike Krus2021-06-212-28/+30
* Fix multi-view pickingMike Krus2021-06-144-2/+23
* Fix a number of MSVC int conversion warningsFriedemann Kleint2021-01-291-5/+5
* Remove QFrameAllocator (again)Mike Krus2021-01-111-2/+0
* Restore use of QVector in private APIMike Krus2021-01-051-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-221-1/+1
* Force command filtering based on frustum culling resultPaul Lemire2020-12-011-2/+5
* Fix deadlock when running with QT3D_MAX_THREAD_COUNT=1Paul Lemire2020-12-011-1/+2
* Handle API changes for event handlingMike Krus2020-12-011-4/+9
* Handle fallout from QEvent loosing it's copy constructorMike Krus2020-11-232-4/+9
* Fix deprecated API usage and compile warningsMike Krus2020-11-206-14/+14
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-0211-32/+32
* Make QAbstractFrontEndNodeManager privateMike Krus2020-10-271-1/+1
* Add QCoreSettings classMike Krus2020-08-271-0/+12
* Move sync jobs to a common place so that they can be used by rhi and openglPaul Lemire2020-08-265-3/+566
* 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