summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...v5.11.0-alpha1Liang Qi2018-02-1415-201/+294
|\
| * Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-1415-201/+294
| |\
| | * Fix crash in scene2d at shutdownv5.10.1Määttä Antti2018-02-081-5/+8
| | * Fix crash if sharecontext is requested before initailizationMäättä Antti2018-02-082-34/+42
| | * Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-083-2/+29
| | * LoadSceneJob: refactored to minimize code duplicationPaul Lemire2018-02-014-41/+72
| | * Make PickBoundingVolumeJob depend on ExpandBoundingVolumeJobSvenn-Arne Dragly2018-02-011-0/+1
| | * Fix OnDemand render policySvenn-Arne Dragly2018-02-014-95/+99
| | * Make ShaderGathererJob depend on FilterCompatibleTechniquesSvenn-Arne Dragly2018-02-011-0/+2
| | * Organize dirty bits in categoriesSvenn-Arne Dragly2018-02-013-25/+41
| | * Initialize the unused memberThiago Macieira2018-01-301-0/+3
| | * Fix warning about unused variableThiago Macieira2018-01-301-0/+1
* | | Add private api to retrieve a vector of typed componentsJuan Jose Casafranca2018-02-141-0/+13
|/ /
* | Fix regression crash on Windows when ES2 is usedDavid Cremoux2018-02-131-0/+1
* | Avoid duplicate animation job dependenciesKaj Grönholm2018-02-101-2/+5
* | Doc: Divide documentation into submodulesTopi Reinio2018-02-0931-134/+493
* | Add support for layers to control ray castingMike Krus2018-02-0514-21/+309
* | QAttribute: add new default attribute namesPaul Lemire2018-02-022-0/+24
* | CameraControllers: use the Camera's upVectorPaul Lemire2018-02-022-2/+2
* | QtQuick API for ray castingMike Krus2018-02-018-3/+592
* | Introduce QScreenRayCasterMike Krus2018-02-0120-335/+858
* | Ray casting jobMike Krus2018-02-0110-6/+418
* | Initial implementation of ray casting APIMike Krus2018-02-0115-2/+979
* | Merge branch '5.10' into devSean Harmer2018-01-2614-32/+151
|\|
| * 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 branch '5.9' into 5.10Sean Harmer2018-01-255-16/+86
| |\
| | * Doc: Add examples and enumeration to QCullFace documentationSvenn-Arne Dragly2018-01-251-4/+69
| | * Fix issues due to changes in camera view matrixMike Krus2018-01-245-13/+18
| | * Replace Q_DECL_OVERRIDE with override keywordJesus Fernandez2018-01-231-1/+1
| * | Doc: add doc to undocumented methods in qt3dNico Vertriest2018-01-241-7/+28
| * | SceneLoader: fix broken scene tree unloadingPaul Lemire2018-01-232-1/+10
| * | Add missing attribute types to GL 3.3 helperMike Krus2018-01-231-0/+9
| * | SceneManager: rename pendingSceneLoaderJobs()Paul Lemire2018-01-233-3/+3
* | | QTransform: add fromAxes and rotateFromAxes helperPaul Lemire2018-01-252-0/+23
* | | Add normalizedTime function to blendedlclip animatorsChristian Strømme2018-01-238-16/+65
* | | Add support for setting a time index in the ClipAnimatorChristian Strømme2018-01-2310-14/+125
* | | Add convenience functions to convert between seconds and NSsChristian Strømme2018-01-231-1/+5
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2018-01-235-24/+66
|\| |
| * | Merge "Merge branch '5.9' into 5.10" into refs/staging/5.10Sean Harmer2018-01-224-24/+65
| |\ \
| | * | Merge branch '5.9' into 5.10Sean Harmer2018-01-224-24/+65
| | |\|
| | | * LoadGeometryJob: fix uninitialized valuePaul Lemire2018-01-221-0/+1
| | | * Deprecate viewMatrix() on QCamera because its name is misleadingSvenn-Arne Dragly2018-01-221-0/+2
| | | * Calculate and store real transform of camera in addition to view matrixSvenn-Arne Dragly2018-01-223-24/+60
| * | | LoadSkeletonJob: fix uninitialized valuePaul Lemire2018-01-221-0/+1
| |/ /
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-2216-15/+116
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-2210-10/+51
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2210-10/+51
| | |\|
| | | * AssimpImporter: disable default mirroring on texturesPaul Lemire2018-01-221-0/+1
| | | * Merge "Merge remote-tracking branch 'origin/5.9.4' into 5.9" into refs/stagin...Liang Qi2018-01-182-9/+20
| | | |\