summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Unit test for bounding spheresMike Krus2017-02-126-0/+363
* Fix Clang warnings: wrong types in enum comparisonsMike Krus2017-02-111-1/+1
* Fix Clang warnings: missing override declarationsMike Krus2017-02-111-4/+4
* Fix Clang warnings: missing enum values in switchMike Krus2017-02-111-0/+9
* Fix Clang warnings: silence unused variablesMike Krus2017-02-113-2/+6
* Fix Clang warnings: remove unused code and dataMike Krus2017-02-111-1/+0
* Fix Clang warnings: out of order initializationMike Krus2017-02-111-1/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-02-101-2/+2
|\
| * Fix -Wreorder warningsSean Harmer2017-02-081-2/+2
* | Deliver all events by default unless marked as intermediateSean Harmer2017-02-099-66/+63
* | Move animations from extras to animationsAntti Määttä2017-02-073-9/+10
* | Merge branch '5.8' into 5.9Sean Harmer2017-02-061-0/+64
|\|
| * Fix node de-registration from scene on deletion/reparentingWieland Hagen2017-02-021-0/+64
* | Fix double -> float conversion warningsSean Harmer2017-02-062-2/+2
* | QForwardRenderer exposes the gamma of its viewportKevin Ottens2017-01-311-0/+21
* | Add gamma to QViewport's APIKevin Ottens2017-01-311-33/+75
* | Add exposure to QCameraLens APIKevin Ottens2017-01-311-0/+56
* | Merge "Merge branch 'wip/animation' into dev" into refs/staging/devSean Harmer2017-01-3110-1/+2659
|\ \
| * \ Merge branch 'wip/animation' into devSean Harmer2017-01-3110-1/+2659
| |\ \
| | * | Animation support for Qt3DAntti Määttä2017-01-3110-1/+2659
* | | | Renamed QAddBlend to QAdditiveBlendPaul Lemire2017-01-316-53/+55
* | | | animation-keyframe-simple updated to use a nested blending treePaul Lemire2017-01-311-0/+71
* | | | BlendedAnimations: allow nested blending nodes evaluationPaul Lemire2017-01-312-10/+6
* | | | Remove renderOnce from video-texture testAntti Määttä2017-01-311-1/+0
|/ / /
* | | Transfers gpu buffer data to cpuJuan José Casafranca2017-01-319-0/+520
* | | Add DistanceFieldText testWieland Hagen2017-01-306-1/+409
* | | Updated animation-keyframe-simple to use additive blendingPaul Lemire2017-01-303-0/+141
* | | Add AddBlend backend nodePaul Lemire2017-01-303-1/+161
* | | Add QAddBlend frontend nodePaul Lemire2017-01-303-1/+198
* | | ClipBlendNode: add a virtual pure blend methodPaul Lemire2017-01-303-0/+35
* | | Fix scene2d autotest shutdown crashAntti Määttä2017-01-302-1/+2
* | | Merge branch 'wip/animation' into devSean Harmer2017-01-3072-44/+5476
|\| |
| * | Build blend trees and execute themPaul Lemire2017-01-293-1/+82
| * | Update animation-keyframe-simple manual test with blend treesPaul Lemire2017-01-293-0/+172
| * | Add loops property to ClipAnimator and implement logic for itSean Harmer2017-01-293-1/+61
| * | Completed BlenderAnimator frontend and backendPaul Lemire2017-01-292-32/+386
| * | Add ClipBlendNodeVisitorPaul Lemire2017-01-293-1/+202
| * | Add backend nodes for the blend nodesPaul Lemire2017-01-297-1/+556
| * | Add QClipBlendNodeCreatedChangePaul Lemire2017-01-281-8/+11
| * | QAbstractClipBlendNode: add method to retrieve parentClipBlendNodePaul Lemire2017-01-281-0/+25
| * | Add QLerpBlend nodePaul Lemire2017-01-283-1/+195
| * | Add job to process running clip animatorsSean Harmer2017-01-272-28/+86
| * | Calculate animation clip duration and send to frontendSean Harmer2017-01-273-0/+37
| * | Add channelMapper property to QClipAnimatorSean Harmer2017-01-272-4/+57
| * | Add API to map animation channels to propertiesSean Harmer2017-01-2711-3/+777
| * | Add running property to QClipAnimatorSean Harmer2017-01-271-0/+19
| * | Add a job to load animation clipsSean Harmer2017-01-278-1/+168
| * | Add animation componentsSean Harmer2017-01-2713-2/+694
| * | Implement FCurve evaluationSean Harmer2017-01-267-1/+588
| * | Add QAbstractClipBlendNodePaul Lemire2017-01-263-1/+172