summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/evaluateblendclipanimatorjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add clock property to QAbstractClipAnimatorChip Collier2017-07-241-1/+3
* Add support for animation callbacksLaszlo Agocs2017-06-231-0/+4
* Remove defunct TODO commentSean Harmer2017-04-121-1/+0
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-121-1/+1
* Implement the new blend tree prep and evaluation jobsSean Harmer2017-03-251-149/+51
* Typedef QVector<float> as ClipResultsSean Harmer2017-03-171-10/+10
* Rename ClipPreEvaluationData to ClipEvaluationDataSean Harmer2017-03-061-2/+2
* Rename animationEvaluationDataForAnimatorSean Harmer2017-03-061-1/+1
* Remove AnimationUtils classSean Harmer2017-03-061-17/+18
* Rename QLerpBlend to QLerpClipBlendSean Harmer2017-02-241-1/+1
* Introduce QAbstractAnimationClip and rename QAnimationClipSean Harmer2017-02-241-2/+2
* Animations: add type to the jobs for the profilerPaul Lemire2017-02-061-1/+2
* BlendedAnimations: allow nested blending nodes evaluationPaul Lemire2017-01-311-50/+125
* Improve the clip evalution codePaul Lemire2017-01-301-32/+18
* Build blend trees and execute themPaul Lemire2017-01-291-0/+159