summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Set devicePixelRatio on item size changeMorten Johan Sørvig2017-12-143-7/+10
* Quick3DNodeInstantiatorPrivate: Fix build after private API changeFriedemann Kleint2017-12-141-2/+4
* Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-1324-226/+164
* Bump versionOswald Buddenhagen2017-12-121-1/+1
* qanimationgroup.h: Fix include of Qt classFriedemann Kleint2017-11-281-1/+1
* Silence -Wunused-paremeter warnings in renderview.cppChristian Stromme2017-11-271-0/+2
* Fix includes of Qt classesFriedemann Kleint2017-11-2336-50/+50
* Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-0/+28
|\
| * Add changes file for Qt 5.9.3v5.9.3Antti Kokko2017-11-101-0/+28
* | Fix for uniform arrays on some driversPaul Lemire2017-11-175-0/+15
* | Material dirty only on param name/enabled changeSvenn-Arne Dragly2017-11-151-1/+4
* | Fix AnimationClip crash when removing clipsAndy Nichols2017-11-153-0/+13
* | Add layer entity filter cachingSvenn-Arne Dragly2017-11-1410-13/+149
|/
* 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