summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in scene2d at shutdownv5.10.15.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
* 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
* | 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
| |\ \ | | |/
| | * 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-226-25/+318
* | | LoadSkeletonJob: fix uninitialized valuePaul Lemire2018-01-221-0/+1
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-2213-11/+153
|\ \
| * \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2213-11/+153
| |\ \ | | |/
| | * 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-183-9/+47
| | |\
| | | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-183-9/+47
| | | |\
| | | | * Scene3DRenderer: ensure window pointer stays the same while renderingv5.9.45.9.4Paul Lemire2018-01-102-9/+20
| | | | * Add changes file for Qt 5.9.4Antti Kokko2018-01-101-0/+27
| | * | | Add unit test and fix for broken order of event deliverySean Harmer2018-01-182-1/+96
| | |/ /
| | * | Scene3D: allow to force blocking renderingPaul Lemire2018-01-168-9/+27
| | * | Don't insert nullptr shader programs into the shader cacheVolker Krause2018-01-121-1/+2
| | |/
* | | Add function to apply channel defaults and call itSean Harmer2018-01-223-0/+12
* | | Generate default channel values as neededSean Harmer2018-01-225-24/+53
|/ /
* | QMesh: do not rely on QAspectEngine to create QGeometryFactoryPaul Lemire2018-01-225-37/+161
* | Add a function to calculate the default value for missing channelsSean Harmer2018-01-193-0/+236
* | Store more information in the ChannelNameAndType structSean Harmer2018-01-193-52/+160
* | Add getters for joint transformations to SkeletonSean Harmer2018-01-192-0/+73
* | QResourceManager: fix coding stylePaul Lemire2018-01-191-6/+11
* | Wrap up the format describing source clip and formatted resultsSean Harmer2018-01-1812-123/+303