summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation for shadowmap exampleSean Harmer2017-03-272-37/+42
* Remove last vestiges of parent-child data from ClipBlendNodeSean Harmer2017-03-263-10/+0
* Make ClipBlendNodeVisitor use allDependencyIds()Sean Harmer2017-03-262-11/+17
* Add allDependencyIds() pure virtual and overrides to backend nodesSean Harmer2017-03-2610-0/+52
* Rename dependencyIds() to currentDependencyIds()Sean Harmer2017-03-2613-20/+20
* Rename QClipBlendNode::performBlend() to blend()Sean Harmer2017-03-266-6/+6
* Remove blend() virtual function from backend blend tree nodesSean Harmer2017-03-2612-94/+1
* Remove ClipBlendNode::parentId() functionSean Harmer2017-03-264-17/+0
* Remove clips property from QAbstractClipBlendNode and friendsSean Harmer2017-03-2620-676/+2
* Remove some dead code related to old blend tree implementationSean Harmer2017-03-263-30/+1
* Implement the new blend tree prep and evaluation jobsSean Harmer2017-03-253-301/+100
* Update animation-keyframe-blendtree exampleSean Harmer2017-03-257-482/+949
* Pass argument by reference and make trivial function inlineSean Harmer2017-03-252-6/+1
* Add storage for channel mappings to BlendedClipAnimatorSean Harmer2017-03-251-0/+4
* Add overload of buildPropertyMappingsSean Harmer2017-03-253-0/+238
* Add function to generate component indices for blend tree formatSean Harmer2017-03-257-4/+643
* Add function assignChannelComponentIndicesSean Harmer2017-03-253-23/+125
* Add a function to build list of unique channel names and typesSean Harmer2017-03-253-0/+172
* Add function to format clip results using a gather operationSean Harmer2017-03-253-0/+90
* Add methods to set and retrieve format indices for a blend value nodeSean Harmer2017-03-253-0/+157
* Add function to evaluate a blend treeSean Harmer2017-03-255-4/+379
* Add virtual doBlend to ClipBlendNode and subclassesSean Harmer2017-03-2512-1/+523
* Add missing parentheses in conditionalSean Harmer2017-03-251-2/+2
* Add function to recursively calculate duration of a blend treeSean Harmer2017-03-2512-5/+188
* Add typedef of ComponentIndices for QVector<int>Sean Harmer2017-03-252-11/+13
* Fix scene2d mouse event coordinate calculationAntti Määttä2017-03-234-5/+297
* Fix flaky autotest tst_scene2dAntti Määttä2017-03-231-4/+8
* renderthread_p.h: small cleanupPaul Lemire2017-03-231-4/+4
* Renderer: Add CommandThread class to perform GL operations in a secondary threadPaul Lemire2017-03-233-2/+238
* compute-particles: Update import version in ComputeFrameGraph.qmlPaul Lemire2017-03-231-1/+1
* Scene2D::sceneChangeEvent: handle grabMouseShawn Rutledge2017-03-211-1/+1
* Wrap QLibrary header inclusion inside QT_CONFIG(library)Kimmo Ollila2017-03-211-0/+2
* Doc: added parameter specificationsNico Vertriest2017-03-213-5/+5
* Doc: corrected link error and completed parameter definitionsNico Vertriest2017-03-212-4/+5
* Use a different define for OpenGL tracesPaul Lemire2017-03-211-6/+6
* scene2d: Add qcoreapplication.h to header includesMikko Gronoff2017-03-201-0/+1
* Fix warning about unused variablePaul Lemire2017-03-201-1/+0
* Add function to find set of leaf blend node ids that need evaluatingSean Harmer2017-03-195-16/+245
* Add function to evaluate clip at a given phaseSean Harmer2017-03-193-0/+118
* Cleanup whitespaceSean Harmer2017-03-191-1/+1
* Add function to calculate phase of animation from global timeSean Harmer2017-03-193-0/+179
* Add using namespace Qt3DAnimation::Animation to some backend testsSean Harmer2017-03-173-20/+26
* Add virtual to ClipBlendNode to allow querying dependenciesSean Harmer2017-03-1710-0/+127
* Use using namespace Qt3DAnimation::Animation in tst_clipblendnodeSean Harmer2017-03-171-22/+26
* Add ClipResults to ClipBlendNode indexed by animator idSean Harmer2017-03-173-0/+162
* Typedef QVector<float> as ClipResultsSean Harmer2017-03-175-17/+19
* Require system assimp library version greater than 3.3.1Antti Määttä2017-03-171-1/+1
* Use BVH to accelerate pickingMike Krus2017-03-153-25/+82
* Cleanup scene2d - remove event forwardAntti Määttä2017-03-1527-2035/+6
* Fix incorrect LuminanceAlpha formatSean Harmer2017-03-151-1/+1