summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.9.3v5.9.3Antti Kokko2017-11-101-0/+28
* Rework resource handlingLars Knoll2017-11-076-234/+162
* Deal with trailing spaces and crlfKevin Ottens2017-11-074-1/+40
* Fix SortPolicy sorting key generationLaszlo Agocs2017-10-203-4/+29
* Doc: Add doc for undocumented methodsNico Vertriest2017-10-201-0/+6
* Doc: add doc to undocumented methods/propertiesNico Vertriest2017-10-205-4/+346
* Doc: add doc to undocumented classesNico Vertriest2017-10-205-1/+21
* Blacklist checkRunRendererRunning in WindowsTony Sarajärvi2017-10-201-0/+2
* Blacklist tst_FilterCompatibleTechniqueJob in WindowsTony Sarajärvi2017-10-191-0/+2
* tst_FilterCompatibleTechniqueJob: Fix crash on Open GL context creation failureFriedemann Kleint2017-10-181-3/+12
* Examples: Fix outdated BSD license headerKai Koehne2017-10-131-2/+12
* Render next frame if texture data is not availableHarald Vistnes2017-10-093-3/+11
* Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-063-2/+41
|\
| * 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
* | Bump versionOswald Buddenhagen2017-10-061-1/+1
* | Fix race in rendererPaul Lemire2017-10-061-10/+0
* | Fix reformatting of clip evaluation resultsSean Harmer2017-10-051-12/+48
* | Improve debug output for fcurvesSean Harmer2017-10-051-6/+19
* | Share the effect from the phong materialSean Harmer2017-10-033-21/+32
* | Share the mesh in bigscene-cppSean Harmer2017-10-033-8/+12
* | Use qFuzzyCompare for rotation anglesSean Harmer2017-10-031-2/+2
* | Don't send change notifications for unneeded propertiesSean Harmer2017-10-031-0/+4
* | Remove unused buildPropertyMappings() overload and testsSean Harmer2017-09-293-133/+1
* | Move the non-blended animation codepath closer to the blended oneSean Harmer2017-09-294-15/+39
* | Add unit test for FindRunningClipAnimatorsJobSean Harmer2017-09-296-2/+349
* | Add convenience function to ChannelMapper to return list of MappingsSean Harmer2017-09-273-2/+66
* | Ensure meshName gets used in the functorSean Harmer2017-09-272-2/+32
* | Actually get matching clip indices for componentsSean Harmer2017-09-262-15/+14
* | Avoid deep copy in loopSean Harmer2017-09-261-1/+1
* | Fix gathering clip value node idsSean Harmer2017-09-264-5/+19
|/
* 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