summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-184-8/+11
* 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-178-21/+30
* Make QBackendNodeFactory privateKevin Ottens2015-12-178-30/+42
* 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-177-19/+20
* Move QAbstractAspect::registerAspect() to the pimplKevin Ottens2015-12-174-9/+9
* Remove QAbstractAspect::setRootEntityKevin Ottens2015-12-174-15/+16
* 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
* 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
* Make sceneNodeAdded/Removed privateKevin Ottens2015-12-162-3/+9
* Smoothly transition from deadzone by adjusting gradient of responseSean Harmer2015-12-161-2/+25
* Change the idiom to clear null job dependenciesKevin Ottens2015-12-164-15/+10
* Add QAspectJob::removeDependency()Kevin Ottens2015-12-162-0/+8
* Implement low pass filtering of axis valuesSean Harmer2015-12-164-7/+38
* Implement dead zone supportSean Harmer2015-12-169-17/+180
* Add we mean it headersLaszlo Agocs2015-12-153-0/+33
* Add missing precision qualifiersLaszlo Agocs2015-12-153-3/+3
* Remove initialize/shutdown from APIv5.6.0-beta1Kevin Ottens2015-12-146-23/+22
* Make the p-impl really privateKevin Ottens2015-12-122-14/+1
* Move initNodeTree to the p-implKevin Ottens2015-12-123-6/+4
* Turn all services private for nowKevin Ottens2015-12-1228-100/+134
* QTransform: Add convenience properties for Euler angle rotationsAndy Nichols2015-12-113-0/+99
* Rename Q3D*Event to Q*Event and handle namespaceMike Krus2015-12-1029-204/+201
* Move all raycasting code as private in Qt3DRenderKevin Ottens2015-12-1031-454/+289
* Bring the GLSL 1.00 fallback shader up-to-dateLaszlo Agocs2015-12-101-35/+170
* Reduce specular reflectivity defaultsLaszlo Agocs2015-12-1011-12/+12
* Do lighting calculation in world spaceLaszlo Agocs2015-12-1034-157/+118