summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-083-2/+29
* SIMD: Disable on all windows x86 platformsPaul Lemire2018-01-251-2/+2
* SIMD: Only include SSE classes if options activatedPaul Lemire2018-01-253-4/+14
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-221-1/+22
|\
| * Add unit test and fix for broken order of event deliverySean Harmer2018-01-181-1/+22
* | QResourceManager: fix coding stylePaul Lemire2018-01-191-6/+11
* | Prevent potential containers detachingMike Krus2018-01-141-1/+2
* | Iterate on references to avoid copiesMike Krus2018-01-131-1/+1
* | Methods mistakenly marked as slotsMike Krus2018-01-131-0/+1
* | Merge branch '5.9' into 5.10Sean Harmer2018-01-122-35/+31
|\|
| * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-132-35/+31
* | QNodeCommand: Fix \since to 5.10Friedemann Kleint2017-11-231-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Svenn-Arne Dragly2017-11-152-143/+123
|\|
| * Rework resource handlingLars Knoll2017-11-072-143/+123
* | Decompose a new quaternion rotation into euler anglesSean Harmer2017-10-062-21/+34
* | Update the local poses of the skeleton in the animation aspectSean Harmer2017-10-031-0/+1
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-1213-756/+136
|\|
| * Get rid of the AllocationPolicy template argument in the ResourceManagerLars Knoll2017-09-111-10/+6
| * Get rid of the HandleManager classLars Knoll2017-09-114-351/+84
| * Remove ArrayPreallocationPolicyLars Knoll2017-09-111-54/+1
| * Improve dependency look-upChristian Strømme2017-09-069-342/+45
* | Send joint names and local poses from render to animation aspectSean Harmer2017-08-301-0/+16
* | Add name property to QJointSean Harmer2017-08-303-0/+23
* | Merge branch '5.9' into devSean Harmer2017-08-191-0/+1
|\|
| * Fix compilation on linux with -qt3d-profile-jobsPaul Lemire2017-08-031-0/+1
* | Disable SIMD for msvc2013 on x86Sean Harmer2017-08-171-2/+2
* | Add euler rotation angle convenience properties to QJointSean Harmer2017-08-163-0/+113
* | Create SkeletonData from Joint backend nodesSean Harmer2017-08-161-0/+1
* | Update skinned mesh example to expose joints of objectSean Harmer2017-08-166-3/+190
* | Matrix4x4: simd (AVX2 and SSE) matrix classesPaul Lemire2017-08-119-10/+1400
* | Add inverseBindMatrix property to QJointSean Harmer2017-08-103-0/+43
* | Change scale property of QJoint to QVector3DSean Harmer2017-08-103-11/+11
* | Add Vector3D simd classPaul Lemire2017-08-105-8/+544
* | Add Vector4D simd classPaul Lemire2017-08-104-2/+539
* | Add jointCount property to QAbstractSkeletonSean Harmer2017-08-094-0/+46
* | Add basics of Skeleton backend node to render aspectSean Harmer2017-08-098-4/+270
* | Add QArmature componentSean Harmer2017-08-084-2/+342
* | Add QSkeleton and QSkeletonLoaderSean Harmer2017-08-0710-2/+936
* | Add QJoint frontend typeSean Harmer2017-08-074-4/+439
* | Add -qt3d-simd option to enable SIMD instructionsPaul Lemire2017-08-071-1/+20
* | Add missing #includeSean Harmer2017-08-061-0/+1
* | Properly use QT_CONFIG for Qt3D profiling optionsPaul Lemire2017-08-0310-33/+28
* | Fix config for importing buildsMike Krus2017-08-021-1/+1
* | Make ThreadPool thread count configurable with QT3D_MAX_THREAD_COUNTPaul Lemire2017-08-021-0/+7
* | Allow to disable aspects at configure timePaul Lemire2017-08-022-2/+50
* | Initialize QBackendNodes after setting arbiterJan Marker2017-07-181-2/+3
* | Add support for animation callbacksLaszlo Agocs2017-06-232-0/+2
* | Merge branch '5.9' into devSean Harmer2017-06-193-3/+13
|\|
| * Doc: add basic doc to undocumented classesNico Vertriest2017-06-092-0/+10
| * Normalize Q_ARG to avoid temporary memory allocationsSergio Martins2017-06-031-3/+3