summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.9.2v5.9.2Antti Kokko2017-09-281-0/+39
* Make m_pressAndHoldTimer into a raw pointer to avoid deleting it twiceSvenn-Arne Dragly2017-09-282-2/+2
* Copy size and pixelRatio when switching activeFrameGraphAnders Hafreager2017-09-241-1/+4
* Don't crash objgeometryloader on ill-formed face, just ignoreWieland Hagen2017-09-221-1/+1
* Clear TextureData flag after texture uploadWieland Hagen2017-09-151-0/+1
* Fix crash on surface selector unit testMike Krus2017-09-121-2/+2
* Fix bounding sphere pickingMike Krus2017-09-124-8/+195
* Get rid of the AllocationPolicy template argument in the ResourceManagerLars Knoll2017-09-1115-98/+32
* Get rid of the HandleManager classLars Knoll2017-09-1111-701/+88
* Remove ArrayPreallocationPolicyLars Knoll2017-09-115-526/+13
* Fix logic errorLars Knoll2017-09-091-1/+1
* Make GLTexture dirty flags atomic instead of using a mutexWieland Hagen2017-09-082-21/+33
* Re-build Blend-Trees when Clips have been loadedWieland Hagen2017-09-088-1/+61
* Qt3DQuickWindow: Instantiate QQmlAspectEngine after aspectsWieland Hagen2017-09-081-1/+1
* Properly handle byte strideWieland Hagen2017-09-081-1/+1
* Return the Uniform as a const reference to avoid expensive copiesLars Knoll2017-09-062-12/+2
* Fix StringToInt implementationLars Knoll2017-09-062-47/+19
* Improve performance of FilterKey comparisonSvenn-Arne Dragly2017-09-062-14/+10
* Improve dependency look-upChristian Strømme2017-09-069-342/+45
* GraphicsHelperGL2: Remember to set raw byte sizeKevin Ottens2017-09-062-0/+31
* Don't create GL textures when format is not setMauro Persano2017-08-312-1/+12
* VSyncFrameAdvanceService: don't use timers in unit testsMauro Persano2017-08-311-78/+30
* Doc: add missing doc QGeometryNico Vertriest2017-08-301-0/+18
* Doc: add doc to undocumented methods/propertiesNico Vertriest2017-08-304-11/+23
* Fix hover event handlingMike Krus2017-08-301-2/+9
* Doc: add doc to undocumented methods qt3dNico Vertriest2017-08-294-12/+34
* Doc: add doc to undocumented methods/propertiesNico Vertriest2017-08-284-1/+10
* QMouseHandler: Add a parent to the internal timerGuilhem Vallat2017-08-252-0/+9
* Fix shader linking error on RPI/BRCMSergio Martins2017-08-251-3/+9
* Don't dereference null vaoSergio Martins2017-08-251-2/+4
* Fix crash when loading multiple assimp scenesMauro Persano2017-08-242-84/+43
* Remove ill-timed viewVec-upVec check in QCameraLaszlo Agocs2017-08-241-2/+0
* Doc: add doc to undocumented methods qskyboxentity.cppNico Vertriest2017-08-211-1/+16
* Complete QML documentation for QAxisAccumulatorPaul Lemire2017-08-181-0/+18
* Fix qml signal documentation for QObjectPickerPaul Lemire2017-08-181-35/+62
* Fix qml signal documentation for QMouseHandlerPaul Lemire2017-08-181-25/+49
* Doc: add missing QGeometryRenderer Lines primitive typeMassimo Callegari2017-08-161-0/+1
* Fix Quick3DNode factories following QQmlType changesPaul Lemire2017-08-1610-27/+15
* VSyncFrameAdvanceService: fix Scene3D renderingPaul Lemire2017-08-115-7/+102
* Doc: add doc to undocumented methodsNico Vertriest2017-08-112-0/+22
* Doc: correct declaration qml propertiesNico Vertriest2017-08-113-8/+6
* Fix Qt3D.Animation version in documentationTasuku Suzuki2017-08-042-3/+3
* Implement property updates for QStencilTest and QStencilOperationWieland Hagen2017-08-036-30/+128
* Fix QAlphaMask and QStencilMask render states property updatingWieland Hagen2017-08-033-1/+10
* Add QRenderState unit testWieland Hagen2017-08-034-1/+314
* Disable QQmlType codepathsPaul Lemire2017-08-035-0/+10
* Add private module qt3dcoretestSean Harmer2017-08-037-0/+366
* Doc: fix minor link issueNico Vertriest2017-08-031-1/+1
* Fix compilation on linux with -qt3d-profile-jobsPaul Lemire2017-08-031-0/+1
* Fix deferred-renderer-qml lightingWieland Hagen2017-08-024-63/+119