summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Refactor Scene3D to work with both RHI and GL Qt3D renderersPaul Lemire2020-07-291-0/+13
* QBoundingVolume: fix unitialized valuedPaul Lemire2020-07-271-0/+1
* Update buffer visitorMike Krus2020-07-271-9/+36
* Fix vS2019 build issuesMike Krus2020-07-202-6/+1
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-0934-83/+79
* Use QList instead of QVectorJarek Kobus2020-07-0716-31/+30
* RenderQueue: reset now destroys RenderViewsPaul Lemire2020-07-071-0/+16
* rhi: replace QVector by std::vector wherever possibleJean-Michaël Celerier2020-07-071-0/+14
* Update RHI plug-in with std::vector changesJean-Michaël Celerier2020-07-032-0/+74
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-0213-25/+32
* Input Aspect: Dispatch events directlyMike Krus2020-07-012-9/+17
* CalcBoundingVolumeJob: use std::vectorPaul Lemire2020-07-012-5/+7
* Remove unused codeMike Krus2020-06-291-7/+0
* Doc: Update docs with cmake package informationNico Vertriest2020-06-291-0/+1
* CalcBoundingVolumeJob: use QtConcurrent if available and Qt3D max thread coun...Paul Lemire2020-06-241-1/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-06-249-23/+23
* Clean input event handlingMike Krus2020-06-231-1/+0
* Fix AVX2 AlignedAllocatorPaul Lemire2020-06-192-1/+93
* Fix compile warningsMike Krus2020-06-171-93/+0
* QNode: remove property tracking modePaul Lemire2020-06-175-121/+0
* Fix handling of SSE/AVX sourceMike Krus2020-06-171-3/+44
* Make sure bounding volume gets updated in main threadMike Krus2020-06-171-5/+3
* Fix compile warnings related to deprecations or unused variablesPaul Lemire2020-06-081-2/+2
* Fix QBuffer documentationPaul Lemire2020-06-081-9/+1
* Fix QBuffer::updateData being called several times in a rowPaul Lemire2020-06-082-1/+12
* Fix buildGiuseppe D'Angelo2020-06-031-1/+1
* Add API compatible with QMatrix4x4Mike Krus2020-06-012-0/+8
* Add missing overrideAlexander Volkov2020-05-251-1/+1
* Add support for building with CMakeMike Krus2020-05-222-0/+207
* QResourcesManager: switch to std::vectorPaul Lemire2020-05-201-3/+3
* Silence a few warningsMike Krus2020-05-191-1/+1
* Centralize the maxThreadCount informationPaul Lemire2020-05-072-11/+17
* Fix build for Qt6Mike Krus2020-05-0612-6/+588
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-277-18/+22
|\
| * Fix compilation on Windows with -qt3d-simd avx2Paul Lemire2020-04-201-2/+2
| * Animations: fix race condition on running clip animators vectorPaul Lemire2020-04-201-0/+2
| * Don't look up backend node if frontend not updated yetv5.15.0-beta3Mike Krus2020-03-311-0/+2
| * Fix scene graph dumpMike Krus2020-03-201-8/+9
| * Make QAspectJobPrivate::isRequired() constPaul Lemire2020-03-174-7/+7
| * Initial creation of RHI plug-in and refactoringJean-Michaël Celerier2020-03-161-1/+1
* | Update documentationMike Krus2020-04-231-5/+146
* | Add ability to override bounding data and trigger calculationMike Krus2020-04-235-49/+113
* | Pull bounding volume info from front endMike Krus2020-04-231-1/+1
* | Add bounding volume calculations to core aspectMike Krus2020-04-2214-11/+1233
* | Introduce QCoreAspectMike Krus2020-04-097-0/+273
* | Introduce QBoundingVolume classMike Krus2020-04-084-0/+371
* | Introduce abstract API to lookup front end nodesMike Krus2020-04-076-11/+163
* | Track dirty state on front end nodesMike Krus2020-04-0718-1/+153
* | Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-03-042-5/+20
|\|
| * Fix memory leaksMike Krus2020-03-042-5/+20