summaryrefslogtreecommitdiffstats
path: root/src/core/transforms
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-132-2/+2
* Remove qmake build filesMike Krus2023-03-171-61/+0
* 3DCore: rip away the configure option and static choice of SIMDThiago Macieira2023-01-1911-162/+59
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-203-10/+5
* Qt3DCore: includemocsMike Krus2022-06-225-0/+10
* Use SPDX license identifiersLucie GĂ©rard2022-06-2231-1178/+62
* Make sure all private headers include at least one otherThiago Macieira2022-03-081-2/+2
* Transform Qt3D.Core to declarative type registrationUlf Hermann2021-04-061-1/+1
* Restore use of QVector in private APIMike Krus2021-01-051-2/+2
* Fix compilation error with -no-avx2Laurent Rineau2020-08-312-4/+4
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-093-7/+7
* Use QList instead of QVectorJarek Kobus2020-07-072-2/+2
* Add API compatible with QMatrix4x4Mike Krus2020-06-012-0/+8
* Fix build for Qt6Mike Krus2020-05-063-3/+3
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-2/+2
|\
| * Fix compilation on Windows with -qt3d-simd avx2Paul Lemire2020-04-201-2/+2
* | Track dirty state on front end nodesMike Krus2020-04-072-0/+11
* | Remove deprecated classes and functionsPaul Lemire2020-02-1114-122/+14
|/
* Remove unneeded export of inline functionsFriedemann Kleint2020-02-072-5/+5
* Make the OpenGL renderer a pluginPaul Lemire2020-02-052-0/+2
* Fix usages of text stream operatorsAlexandru Croitor2019-12-062-10/+10
* Fix skeleton loadingMike Krus2019-10-252-16/+23
* Revert removal of more sceneChanged methodsMike Krus2019-10-242-0/+9
* Restore sceneChangeEvent overload that were removedPaul Lemire2019-10-222-0/+2
* Remove remaining messaging code in QSkeletonLoaderMike Krus2019-10-221-12/+0
* Remove old code from animation classes & update testsMike Krus2019-10-212-12/+0
* Fix Coverity warningsMike Krus2019-10-212-0/+3
* Clean QJoint message handlingMike Krus2019-10-111-3/+2
* Update LoadSkeletonJob to use direct syncMike Krus2019-10-081-0/+1
* Update animation evaluation jobs to use direct syncMike Krus2019-10-082-0/+11
* Fix missing exportsMike Krus2019-10-026-6/+6
* Clean up includesMike Krus2019-10-011-3/+0
* QTransform: move setWorldMatrix to private classPaul Lemire2019-09-193-7/+9
* Update QJoint to use direct syncMike Krus2019-09-181-10/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-112-16/+12
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-242-16/+12
| |\
| | * Matrix_SSE/Matrix_AVX2: fix mapVectorPaul Lemire2019-08-202-16/+12
* | | QTransform: add worldMatrix propertyPaul Lemire2019-08-133-1/+72
|/ /
* / Switch export macros to standard formKai Koehne2019-04-0210-22/+22
|/
* Fix unfinished commentThiago Macieira2018-12-121-0/+1
* Doc: Add doc to undocumented methodsNico Vertriest2018-11-012-1/+17
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-196-12/+12
* Fix SIMD related warningsPaul Lemire2018-02-281-2/+4
* simd: declare AVX2 friends only if __AVX2__ definedPaul Lemire2018-02-283-13/+20
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-161-1/+1
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-153-0/+36
|\
| * Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-023-0/+36
* | Merge branch '5.10' into devSean Harmer2018-01-263-4/+14
|\|
| * SIMD: Only include SSE classes if options activatedPaul Lemire2018-01-253-4/+14
* | QTransform: add fromAxes and rotateFromAxes helperPaul Lemire2018-01-252-0/+23