summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add API to map animation channels to propertiesSean Harmer2017-01-2722-5/+1217
* Add running property to QClipAnimatorSean Harmer2017-01-278-0/+67
* Morph animation loading support for ColladaAntti Määttä2017-01-2710-293/+2359
* Add a job to load animation clipsSean Harmer2017-01-2717-31/+597
* Adding logging categories to the animation aspectSean Harmer2017-01-273-1/+131
* Add animation componentsSean Harmer2017-01-2723-5/+1328
* Register QAnimationClip with QMLSean Harmer2017-01-271-0/+2
* Implement FCurve evaluationSean Harmer2017-01-268-2/+869
* Add QAbstractClipBlendNodePaul Lemire2017-01-264-2/+265
* Set the final flag on scene changes coming from the backendPaul Lemire2017-01-268-0/+24
* Allow to filter change events based on a track propertyPaul Lemire2017-01-2515-27/+264
* Add in the usual plumbing and register QAnimationClipSean Harmer2017-01-2510-5/+442
* Add AnimationClip backend node and testSean Harmer2017-01-253-0/+172
* Add QAnimationClip frontend class and testSean Harmer2017-01-254-2/+252
* Add animation aspect importsSean Harmer2017-01-255-0/+144
* Merge branch 'dev' into wip/animationSean Harmer2017-01-25134-867/+6396
|\
| * Register QMemoryBarrier to QMLPaul Lemire2017-01-251-0/+3
| * Add Quick3DMemoryBarrierPaul Lemire2017-01-255-4/+165
| * Renderer: apply memory barriersPaul Lemire2017-01-243-0/+12
| * QMemoryBarrier: update doc about execution orderPaul Lemire2017-01-241-0/+8
| * GraphicsHelpers: add glMemoryBarrier supportPaul Lemire2017-01-2411-0/+96
| * Notify components of aggregation changesMike Krus2017-01-242-3/+13
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-2417-74/+245
| |\
| | * Send further pick events to initial object pickerMike Krus2017-01-232-7/+13
| | * Picking: restore early checksMike Krus2017-01-214-31/+75
| | * Keep the existence of renderer and nodes in syncMike Krus2017-01-201-1/+5
| | * Texture: small coding style cleanupMauro Persano2017-01-201-24/+12
| | * Accept DDS files with extra data at the endMauro Persano2017-01-201-3/+9
| | * ObjLoader: actually check for the indices' valuesGiuseppe D'Angelo2017-01-131-7/+7
| | * Ignore textures which don't have their texture data yetWieland Hagen2017-01-122-3/+7
| | * Fix compile warningPaul Lemire2017-01-121-3/+2
| | * Prevent copying of QAbstractFunctorVolker Krause2017-01-121-0/+3
| | * Add some basic debug output for texture and texture image managersSean Harmer2017-01-113-0/+30
| | * Skybox: add documentation about issues with frustum cullingPaul Lemire2017-01-111-1/+4
| | * Use QTextureLoader for textures in GLTF filesMauro Persano2017-01-101-10/+3
| | * QPaintedTextureImage: documentationWieland Hagen2017-01-101-0/+66
| | * Fix race in QAspectManager when shutting downPaul Lemire2017-01-102-1/+19
| * | Renderer: now handle indirect draw callsPaul Lemire2017-01-244-22/+136
| * | QAttribute: add DrawIndirectAttribute typePaul Lemire2017-01-242-1/+27
| * | Add QLevelOfDetailSwitch to toggle child entitiesMike Krus2017-01-236-2/+203
| * | LevelOfDetail (LOD) nodeMike Krus2017-01-2330-1/+1802
| * | NodeManagers: fix invalid template specializationPaul Lemire2017-01-232-3/+3
| * | QRenderAspect: QMemoryBarrier register backend nodePaul Lemire2017-01-231-0/+4
| * | RenderView: store memoryBarrier flagPaul Lemire2017-01-233-0/+13
| * | Fix build for INTEGRITYKimmo Ollila2017-01-231-30/+31
| * | Namespace ray casting classesMike Krus2017-01-2028-80/+119
| * | Add MemoryBarrier backend nodePaul Lemire2017-01-204-3/+184
| * | Added FBX geometry loaderGuillermo A. Amaral2017-01-208-0/+757
| * | GeometryLoader const and cleanupGuillermo A. Amaral2017-01-203-36/+34
| * | Added GLTF geometry loaderGuillermo A. Amaral2017-01-206-0/+701