summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.9.7v5.9.7Antti Kokko2018-10-031-0/+20
* Compile with Xcode 9.4Andy Shaw2018-08-206-9/+102
* Doc: Use correct module namePaul Wicking2018-07-302-3/+5
* Mark 3rd-party 'Jet Propulsion Laboratory Photojournal' as examples onlyKai Koehne2018-07-111-0/+1
* Merge remote-tracking branch 'origin/5.9.6' into 5.9Qt Forward Merge Bot2018-06-131-0/+25
|\
| * Add changes file for Qt 5.9.6v5.9.6Antti Kokko2018-05-311-0/+25
* | Bump versionOswald Buddenhagen2018-05-311-1/+1
|/
* Doc: Add basic documentation for Scene3D QML modulePaul Wicking2018-04-277-16/+132
* Doc: Add note about projectionMatrix effect on projectionType in QMLPaul Wicking2018-04-271-0/+4
* Scene3DRenderer: Do not call windowChanged lambda on destroyed objectOliver Wolff2018-04-241-1/+1
* Merge remote-tracking branch 'origin/5.9.5' into 5.9Qt Forward Merge Bot2018-04-1188-53316/+225552
|\
| * Add changes file for Qt 5.9.5v5.9.5Antti Kokko2018-04-041-0/+24
| * Add replacement materials exampleSean Harmer2018-04-0486-2347/+212301
| * Replace the toyplane mesh with one created by KDABSean Harmer2018-04-041-50969/+13227
* | Bump versionOswald Buddenhagen2018-03-191-1/+1
|/
* Fix OnDemand rendering by keeping ComputeDirty from being re-enabledSvenn-Arne Dragly2018-02-142-5/+13
* Remove null pointer checkJesus Fernandez2018-02-121-2/+2
* ObjGeometryLoader: Fix out of bound errorPaul Lemire2018-02-087-8/+124
* Fix crash if sharecontext is requested before initailizationMäättä Antti2018-02-062-34/+42
* Fix crash in scene2d at shutdownMäättä Antti2018-02-061-5/+8
* Bump versionOswald Buddenhagen2018-02-021-1/+1
* Fix array of textures in shader parameterMauro Persano2018-02-028-52/+94
* Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-024-2/+112
* Add test for picking object from multiple directionsMike Krus2018-02-023-0/+198
* Don't compute bounding volumes for patch-based geometryMauro Persano2018-02-011-1/+1
* Cleanup AssimpImporterPaul Lemire2018-02-012-10/+10
* Compile failing shaders once only and avoid asserting on failureLaszlo Agocs2018-02-014-10/+33
* Make PickBoundingVolumeJob depend on ExpandBoundingVolumeJobSvenn-Arne Dragly2018-01-301-0/+1
* Handle 0 stride vertex dataMike Krus2018-01-294-16/+107
* Revise buffer traversal in bounding volume calculationLaszlo Agocs2018-01-293-66/+278
* Fix componentAdded/componentRemoved notifications dispatch to componentsMike Krus2018-01-266-10/+57
* Doc: Fix grammar glitch in module descriptionsKai Koehne2018-01-262-2/+2
* Handle multiple surfaces properly for pickingMike Krus2018-01-2613-96/+382
* 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
* 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
* 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.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
|/