summaryrefslogtreecommitdiffstats
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-1420-255/+428
|\
| * Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-1420-255/+428
| |\
| | * 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-084-2/+112
| | * Add changes file for Qt 5.10.1Antti Kokko2018-02-081-0/+32
| | * 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-017-149/+118
| | * 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-0517-29/+461
* | QAttribute: add new default attribute namesPaul Lemire2018-02-022-0/+24
* | CameraControllers: use the Camera's upVectorPaul Lemire2018-02-022-2/+2
* | Unit test for ray casting jobMike Krus2018-02-015-0/+382
* | Unit tests for QRayCaster and backend nodeMike Krus2018-02-015-0/+311
* | Manual unit test for ray castingMike Krus2018-02-0112-1/+637
* | QtQuick API for ray castingMike Krus2018-02-018-3/+592
* | Introduce QScreenRayCasterMike Krus2018-02-0121-341/+864
* | Ray casting jobMike Krus2018-02-0111-6/+419
* | Initial implementation of ray casting APIMike Krus2018-02-0115-2/+979
* | Merge branch '5.10' into devSean Harmer2018-01-2626-93/+1222
|\|
| * Unit tests for Matrix4x4Paul Lemire2018-01-265-1/+975
| * 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-259-71/+139
| |\
| | * Doc: Add examples and enumeration to QCullFace documentationSvenn-Arne Dragly2018-01-251-4/+69
| | * qardboard: Fix QardboardCamera following viewMatrix changesPaul Lemire2018-01-242-43/+30
| | * anaglyph-rendering: Fix StereoCamera following viewMatrix changesPaul Lemire2018-01-241-10/+14
| | * multiviewport: Adapt SimpleCamera to viewMatrix changesPaul Lemire2018-01-241-2/+9
| | * 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-233-1/+45
| * | Add missing attribute types to GL 3.3 helperMike Krus2018-01-231-0/+9
| * | SceneManager: rename pendingSceneLoaderJobs()Paul Lemire2018-01-234-7/+7
| * | Fix private tests for boot2qtSami Nurmenniemi2018-01-232-1/+4
* | | QTransform: add fromAxes and rotateFromAxes helperPaul Lemire2018-01-252-0/+23
* | | Add normalizedTime function to blendedlclip animatorsChristian Strømme2018-01-2310-23/+149
* | | Add support for setting a time index in the ClipAnimatorChristian Strømme2018-01-2313-34/+184
* | | Add convenience functions to convert between seconds and NSsChristian Strømme2018-01-232-5/+9
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2018-01-238-25/+324
|\| |
| * | Merge "Merge branch '5.9' into 5.10" into refs/staging/5.10Sean Harmer2018-01-227-25/+323
| |\ \
| | * | Merge branch '5.9' into 5.10Sean Harmer2018-01-227-25/+323
| | |\|