summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/calcboundingvolumejob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated classes and functionsPaul Lemire2020-02-111-4/+26
* Make tracing a runtime optionMike Krus2019-12-131-1/+1
* Fix for bounding volume handling and calculationVolker Enderlein2019-10-011-25/+53
* Clean up bounding box updatesMike Krus2019-05-251-37/+41
* QGeometry: add minExtent/maxExtent propertiesPaul Lemire2019-01-071-13/+45
* CalcBoundingVolumeJob: handle UnsignedByte index typePaul Lemire2018-07-181-4/+10
* Fix build without QtConcurrentTasuku Suzuki2018-06-011-1/+6
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-151-28/+27
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-051-13/+46
| |\
| | * 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
| * | Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-021-12/+12
* | | Handle primitive restart in buffer visitorLaszlo Agocs2018-02-151-4/+12
* | | Revise buffer traversal in bounding volume calculationLaszlo Agocs2018-01-081-8/+42
|/ /
* / CalcBoundingVolumeJob: remove unneeded ifWieland Hagen2017-04-281-23/+21
|/
* Rename CoordinateVisitor to BufferVisitorMike Krus2017-02-221-5/+5
* Use coordinates visitor to avoid copying vertex dataMike Krus2017-02-121-34/+130
* CalculateBoundingVolumeJob: Ignore disabled entitiesWieland Hagen2017-01-051-0/+3
* Move jobs into RendererPaul Lemire2016-07-031-3/+8
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
* render/jobs: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-04-301-2/+4
* Remove QBoundingVolumeSpecifierMike Krus2016-03-221-1/+1
* Qt3D job run statsPaul Lemire2016-03-041-0/+2
* QAttribute API changesPaul Lemire2016-02-291-4/+4
* QAttribute: merge with QAbstractAttributePaul Lemire2016-02-261-2/+2
* Unify license header usageAntti Kokko2016-01-261-12/+15
* Refactor picking to use one thread per entityMike Krus2016-01-251-0/+2
* Move core/io content to render/geometry and ioKevin Ottens2015-12-021-2/+2
* QAxisAlignedBoundingBox is used only in ObjLoaderKevin Ottens2015-12-021-1/+0
* Updated CalcBoundingVolumeJob: to compute BV only when neededPaul Lemire2015-11-161-23/+50
* Renderer: use NodeManagersPaul Lemire2015-11-161-10/+10
* CalcBoundingVolume: don't go through the BBox intermediate stepPaul Lemire2015-11-161-9/+1
* CalcBoundingBolumeJob: check attribute is not nullPaul Lemire2015-11-161-1/+3
* Update jobs to use bounding volume specifier instead of the object pickerPaul Lemire2015-11-161-43/+57
* BoundingVolume: recomputed when buffer changesPaul Lemire2015-10-241-2/+0
* Sphere moved into Render namespace and made privatePaul Lemire2015-10-241-1/+1
* Calculate bounding volumes using the ObjectPickerPaul Lemire2015-10-241-45/+53
* QRenderAspect: use a single instance CalcBoundingVolumeJobPaul Lemire2015-10-201-2/+7
* Rename Renderer -> Render throughoutSean Harmer2015-10-191-8/+8
* Resurrect bounding volumesLaszlo Agocs2015-10-141-0/+130