summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Try to investigate why tst_GraphicsHelperGL3_3::blitFramebuffer() failsv5.9.0-beta3Giuseppe D'Angelo2017-04-181-2/+2
* tst_GraphicsHelperGL3_2::blitFramebuffer(): check how many samples are supportedGiuseppe D'Angelo2017-04-182-3/+6
* tst_GraphicsHelperGL3_3: remove blacklist of blitFramebufferGiuseppe D'Angelo2017-04-181-2/+0
* tst_GraphicsHelperGL3_3::blitFramebuffer(): check how many samples are supportedGiuseppe D'Angelo2017-04-181-1/+6
* Fix rendercapture-cpp example crash when using continuous captureMäättä Antti2017-04-181-3/+5
* QRenderCapture: add saveImage() to replace saveToFile()Andy Maloney2017-04-122-2/+2
* Fix license headers in manual testsSean Harmer2017-04-126-48/+294
* Use using namespace declaration to animation clip unit testSean Harmer2017-04-121-8/+10
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-126-42/+42
* Add a flag to AnimationClipLoader to track where its data comes fromSean Harmer2017-04-122-0/+6
* Picking: don’t emit click if mouse released on different entityMike Krus2017-04-121-4/+4
* Use interpolation enum from QKeyFrameSean Harmer2017-04-112-8/+10
* Adapt manual test to exercise new animation data APISean Harmer2017-04-115-3/+180
* Add manual test to prove out API for defining clipsSean Harmer2017-04-116-1/+271
* Blacklist a tst_VSyncFrameAdvanceService test on openSUSE 42.1Tony Sarajärvi2017-04-041-0/+2
* Blacklist tst_GraphicsHelperGL3_2::blitFramebuffer on Ubuntu 16.04Tony Sarajärvi2017-04-041-0/+2
* Fix QML registration of QAnimationClipLoaderSean Harmer2017-04-032-3/+3
* Blacklist tst_GraphicsHelperGL3_3::blitFramebuffer on Ubuntu 16.04Tony Sarajärvi2017-03-311-0/+2
* Remove pointless template member function from QAbstractFunctorSean Harmer2017-03-306-9/+9
* Use [setL|l]oopCount in C++ for QAbstractClipAnimatorSean Harmer2017-03-304-24/+24
* Rename QBuffer::access property to accessTypeSean Harmer2017-03-291-1/+1
* Add Threshold suffix to QLevelOfDetail enum valuesSean Harmer2017-03-293-10/+10
* Add arguments to notify signals in QFirstpersonCameraControllerSean Harmer2017-03-281-2/+2
* Fix ShaderData following texture support changesPaul Lemire2017-03-271-2/+70
* Remove last vestiges of parent-child data from ClipBlendNodeSean Harmer2017-03-261-2/+0
* Make ClipBlendNodeVisitor use allDependencyIds()Sean Harmer2017-03-261-9/+15
* Add allDependencyIds() pure virtual and overrides to backend nodesSean Harmer2017-03-265-0/+25
* Rename dependencyIds() to currentDependencyIds()Sean Harmer2017-03-266-11/+11
* Rename QClipBlendNode::performBlend() to blend()Sean Harmer2017-03-263-3/+3
* Remove blend() virtual function from backend blend tree nodesSean Harmer2017-03-265-69/+0
* Remove ClipBlendNode::parentId() functionSean Harmer2017-03-262-11/+0
* Remove clips property from QAbstractClipBlendNode and friendsSean Harmer2017-03-269-318/+0
* Update animation-keyframe-blendtree exampleSean Harmer2017-03-257-482/+949
* Add overload of buildPropertyMappingsSean Harmer2017-03-251-0/+196
* Add function to generate component indices for blend tree formatSean Harmer2017-03-253-0/+577
* Add function assignChannelComponentIndicesSean Harmer2017-03-251-0/+66
* Add a function to build list of unique channel names and typesSean Harmer2017-03-251-0/+126
* Add function to format clip results using a gather operationSean Harmer2017-03-251-0/+68
* Add methods to set and retrieve format indices for a blend value nodeSean Harmer2017-03-251-0/+130
* Add function to evaluate a blend treeSean Harmer2017-03-251-0/+335
* Add virtual doBlend to ClipBlendNode and subclassesSean Harmer2017-03-254-1/+446
* Add missing parentheses in conditionalSean Harmer2017-03-251-2/+2
* Add function to recursively calculate duration of a blend treeSean Harmer2017-03-255-0/+154
* Fix scene2d mouse event coordinate calculationAntti Määttä2017-03-233-2/+293
* Add function to find set of leaf blend node ids that need evaluatingSean Harmer2017-03-191-0/+69
* Add function to evaluate clip at a given phaseSean Harmer2017-03-191-0/+107
* Add function to calculate phase of animation from global timeSean Harmer2017-03-191-0/+165
* Add using namespace Qt3DAnimation::Animation to some backend testsSean Harmer2017-03-173-20/+26
* Add virtual to ClipBlendNode to allow querying dependenciesSean Harmer2017-03-175-0/+88
* Use using namespace Qt3DAnimation::Animation in tst_clipblendnodeSean Harmer2017-03-171-22/+26