summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qgltf: Fix not including image files in the qrcLaszlo Agocs2016-01-071-6/+6
* qgltf: Promote rgb to rgba for common material valuesLaszlo Agocs2016-01-071-0/+20
* Use .qgltf extension for qgltf-generated glTF filesLaszlo Agocs2016-01-073-5/+5
* qgltf: Output a KHR_materials_common blockLaszlo Agocs2016-01-071-1/+30
* Avoid expensive multiple QString::arg usage on this hot path.Volker Krause2016-01-061-4/+3
* Fix dynamic texture provider property handlingLaszlo Agocs2016-01-065-8/+10
* Use QList::reserve.Volker Krause2016-01-062-0/+7
* Use QString::splitRef rather than QString::split.Volker Krause2016-01-061-1/+1
* Fix leak, less copyingFrank Meerkoetter2016-01-051-2/+3
* Avoid frequent method lookups by name.Volker Krause2016-01-051-2/+11
* Avoid expensive QHash::keys() call in obj loader.Volker Krause2016-01-051-6/+4
* Fix parameter mismatch in QDiffuseMapMaterialLaszlo Agocs2016-01-051-1/+1
* Move QTextStream creation out of the loop.Volker Krause2016-01-051-1/+2
* Fix target type for Texture3DSean Harmer2016-01-041-1/+1
* Add "We mean it" warningSean Harmer2016-01-021-0/+11
* Add template for QtCreator to create subclasses of some Qt3D typesSean Harmer2016-01-015-0/+278
* Exclude developer qtcreator templates from license checksSean Harmer2016-01-011-0/+1
* Fix plugin name for static builds (iOS)Mike Krus2015-12-301-1/+1
* Stop using enum references that require C++11.Raphael Kubo da Costa2015-12-303-29/+29
* Added QPointSize RenderStateWieland Hagen2015-12-279-3/+257
* Add glPointSize() helper functionsWieland Hagen2015-12-2713-0/+67
* Add debug code to catch errors with removing job dependenciesSean Harmer2015-12-222-0/+8
* Fix slow down seen with long running applicationSean Harmer2015-12-221-1/+7
* Allow device integration impls to see the aspectKevin Ottens2015-12-212-0/+9
* Move the signals earlier in definitionKevin Ottens2015-12-182-8/+8
* Make parentEntityId privateKevin Ottens2015-12-186-14/+24
* The Renderer depends only on the QServiceLocatorKevin Ottens2015-12-185-11/+9
* Move the time property to the rendererKevin Ottens2015-12-187-12/+21
* Pass the QBackendNodeFactory to setSceneRootKevin Ottens2015-12-184-7/+5
* Destroy allocators in aspect not the rendererKevin Ottens2015-12-184-3/+4
* Make QAspectJobProviderInterface privateKevin Ottens2015-12-176-10/+33
* Make QSceneObserverInterface privateKevin Ottens2015-12-1711-26/+31
* Make QBackendNodeFactory privateKevin Ottens2015-12-1710-32/+44
* Add QuaternionAnimationLaszlo Agocs2015-12-175-4/+397
* Make clearBackendNode privateKevin Ottens2015-12-173-7/+8
* executeCommand is meant to be reimpl not calledKevin Ottens2015-12-171-2/+4
* Get rid of isShuttingDown()Kevin Ottens2015-12-173-9/+3
* Move services() and jobManager() to the pimplKevin Ottens2015-12-178-31/+32
* Move QAbstractAspect::registerAspect() to the pimplKevin Ottens2015-12-175-15/+15
* Remove QAbstractAspect::setRootEntityKevin Ottens2015-12-177-26/+25
* QInputDeviceIntegration can register backend typesKevin Ottens2015-12-173-2/+24
* Make QInputDeviceIntegration::initialize() saferKevin Ottens2015-12-175-4/+17
* Add missing pimpl to QInputeDeviceIntegrationKevin Ottens2015-12-174-2/+91
* fix parallel builds: declare dependency of examples on toolsOswald Buddenhagen2015-12-161-0/+1
* Make jobsToExecute privateKevin Ottens2015-12-161-0/+6
* Remove useless reimplementationsKevin Ottens2015-12-164-20/+0
* Remove dead codeKevin Ottens2015-12-162-16/+0
* visitNode is not needed as virtual anymoreKevin Ottens2015-12-162-9/+2
* Make QNodeVisitor work with non-void functionsKevin Ottens2015-12-161-15/+15
* Only aspect subclasses register backend typesKevin Ottens2015-12-162-4/+6