summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add baseClip and additiveClip properties to QAdditiveClipBlendSean Harmer2017-02-242-11/+218
* Rename blendFactor on QAdditiveClipBlend to additiveFactorSean Harmer2017-02-242-19/+19
* Add startClip and endClip properties to QLerpClipBlendSean Harmer2017-02-241-10/+187
* Rename QAdditiveBlend -> QAdditiveClipBlendSean Harmer2017-02-245-31/+31
* Rename QLerpBlend to QLerpClipBlendSean Harmer2017-02-249-64/+65
* Add Status property to QAnimationClipLoaderSean Harmer2017-02-242-1/+69
* Introduce QAbstractAnimationClip and rename QAnimationClipSean Harmer2017-02-2415-60/+58
* Integrate EnvironmentLight with EntityKevin Ottens2017-02-241-1/+11
* Add QEnvironmentLight into Qt3DRenderKevin Ottens2017-02-243-0/+313
* QShaderData: fix texture support in propertiesKevin Ottens2017-02-241-2/+154
* QBoundingSphere cleanupPaul Lemire2017-02-242-9/+9
* QNode PropertyTrackMode cleanupPaul Lemire2017-02-2412-82/+191
* QDistanceFieldText cleanupPaul Lemire2017-02-231-5/+5
* QDistanceFieldGlyphCache cleanupPaul Lemire2017-02-231-5/+0
* Clean up QRenderCapture(Reply) APIKevin Ottens2017-02-234-25/+18
* Start using REVISION on our propertiesKevin Ottens2017-02-232-2/+2
* Fix QML version registration for 5.9 typesKevin Ottens2017-02-236-8/+8
* Revert "Use QVector<float> in level of detail APIs"Sean Harmer2017-02-192-4/+4
* Improve buffercapture-qml manual testPaul Lemire2017-02-164-7/+8
* QShaderProgram: rename enum ShaderStatus to StatusPaul Lemire2017-02-161-3/+3
* QMemoryBarrier cleanupPaul Lemire2017-02-163-26/+26
* Use QVector<float> in level of detail APIsSean Harmer2017-02-162-4/+4
* Remove QConductedClipAnimator and defer to laterSean Harmer2017-02-165-188/+0
* 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