summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Migrate PerVertexMaterial to be light-awareLaszlo Agocs2015-12-027-44/+20
* make use of the new QtZlib moduleOswald Buddenhagen2015-12-011-4/+1
* fix condition for using qtcore's built-in zlibOswald Buddenhagen2015-12-011-1/+1
* remove bogus defineOswald Buddenhagen2015-12-011-4/+0
* Unit tests for AxisInputPaul Lemire2015-12-011-2/+2
* AxisInput export for unit testsPaul Lemire2015-12-011-3/+1
* ActionInput export for unit testsPaul Lemire2015-12-011-3/+1
* Action export for unit testingPaul Lemire2015-12-011-3/+2
* Axis export for unit testingPaul Lemire2015-12-011-3/+2
* QAspectFactory can now also give registered name of an aspectKevin Ottens2015-12-013-5/+27
* Remove unused code from QAspectFactoryKevin Ottens2015-12-012-13/+0
* Make QAspectFactory privateKevin Ottens2015-12-017-134/+44
* Move the QT3D_REGISTER_*_ASPECT macros to QAbstractAspectKevin Ottens2015-12-016-24/+28
* Update specular normalization factor and fix parameter listsLaszlo Agocs2015-12-012-4/+8
* Migrate DiffuseMapMaterial to be light-awareLaszlo Agocs2015-12-015-76/+18
* Rename back to adsModel()Laszlo Agocs2015-12-014-4/+4
* Unify the default and phong shadersLaszlo Agocs2015-12-0113-158/+23
* Fix warning, this QChar ctor is deprecatedKevin Ottens2015-12-011-1/+1
* Add light support to GL2/ES2 default shaderLaszlo Agocs2015-12-015-17/+57
* Clean up the shader directoryLaszlo Agocs2015-12-0122-587/+11
* Let There Be LightLaszlo Agocs2015-12-014-31/+37
* QInputAspect: launch an axis/action update framePaul Lemire2015-11-307-8/+265
* Axis: store an axisValue flagPaul Lemire2015-11-302-0/+10
* Action: store an actionTriggered flagPaul Lemire2015-11-302-0/+10
* LogicalDeviceManager: store vector of active LogicalDevice instancesPaul Lemire2015-11-304-1/+57
* Fix QChar and QStringBuilder warnings in qshaderprogram.cppLaszlo Agocs2015-11-301-1/+1
* Remove unused enumKevin Ottens2015-11-301-11/+0
* Export QAbstractPhysicalDeviceBackendNodePaul Lemire2015-11-301-1/+2
* Export QAbstractPhysicalDevicePrivatePaul Lemire2015-11-301-1/+3
* Add a qt3dinput_global_p.h to define private export macroPaul Lemire2015-11-302-1/+58
* QAbstractPhysicalDeviceBackendNode: updated APIPaul Lemire2015-11-301-5/+3
* QInputAspect: add a comments regarding QInputDeviceIntegration::initializePaul Lemire2015-11-301-0/+4
* QAbstractPhysicalDeviceBackendNode: exported and added protected ctorPaul Lemire2015-11-303-12/+24
* QInputDeviceIntegration: update to retrieve physical devices and their backendPaul Lemire2015-11-301-0/+5
* QAbstractPhysicalDevice: allow to create by providing a private QNode dptrPaul Lemire2015-11-301-1/+1
* Add shader fragment for basic lightingLaszlo Agocs2015-11-302-0/+34
* Set number of lights on the fallback pathLaszlo Agocs2015-11-301-0/+1
* Add some implementation for QAbstractPhysicalDeviceBackendNodeSean Harmer2015-11-294-4/+133
* Register physical device extension typeSean Harmer2015-11-291-1/+2
* Add extension class for AxisSettings list propertySean Harmer2015-11-293-2/+178
* Add API to handle QAxisSettings in QAbstractPhysicalDeviceSean Harmer2015-11-294-7/+131
* Register backend type for AxisSettingSean Harmer2015-11-295-0/+20
* QInputDevicePlugin: Remove useless and dangerous Q_DECLARE_INTERFACEPaul Lemire2015-11-291-2/+0
* Add missing export to QInputDeviceIntegrationPaul Lemire2015-11-281-1/+1
* Add backend AxisSetting classSean Harmer2015-11-283-5/+174
* Add QAxisSetting frontend classSean Harmer2015-11-283-2/+220
* Add a MovingAverage class to allow low pass filtering of input valuesSean Harmer2015-11-283-4/+160
* QInputAspect: createPhysicalDevicePaul Lemire2015-11-283-4/+20
* QAbstractPhysicalDevice: add API to introspect axes/buttonsPaul Lemire2015-11-281-1/+10
* QAxisInput: keys specified as a bit mask directlyPaul Lemire2015-11-283-20/+10