summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix GCC warning about use of an uninitialized variableThiago Macieira2017-04-021-1/+1
* | | Suppress warning about emitting a deprecated signalThiago Macieira2017-04-021-0/+4
* | | Disable two functions not currently in useThiago Macieira2017-04-021-0/+2
|/ /
* | Change some Scene3D/Window qWarnings to qCDebugv5.9.0-beta1Laszlo Agocs2017-03-315-7/+125
* | Don't explicitly disable the Qt3D category loggingLaszlo Agocs2017-03-3113-19/+15
* | Remove pointless template member function from QAbstractFunctorSean Harmer2017-03-302-8/+1
* | Use quint16 as underlying type for QNode::PropertyTrackingMode enumSean Harmer2017-03-301-1/+1
* | Use [setL|l]oopCount in C++ for QAbstractClipAnimatorSean Harmer2017-03-302-7/+7
* | Fix LevelOfDetails documentationMike Krus2017-03-291-11/+13
* | Rename QBuffer::access property to accessTypeSean Harmer2017-03-293-8/+8
* | Add Threshold suffix to QLevelOfDetail enum valuesSean Harmer2017-03-294-6/+6
* | Pass QVector<qreal> by const-ref for consistencySean Harmer2017-03-282-3/+3
* | Pass QVector3D by valueSean Harmer2017-03-282-3/+3
* | Add out of line dtor to QBufferCaptureSean Harmer2017-03-282-0/+5
* | Pass QVector2D by value in QTextureMaterialSean Harmer2017-03-282-3/+3
* | Mark protected ctor of QTexturedMetalRoughMaterial explicitSean Harmer2017-03-281-1/+1
* | Mark property setters in QSkyboxEntity as slotsSean Harmer2017-03-281-4/+4
* | Mark protected ctor of QMetalRoughMaterial explicitSean Harmer2017-03-281-1/+1
* | Add arguments to notify signals in QFirstpersonCameraControllerSean Harmer2017-03-282-4/+4
* | Mark getters as const in QExtrudedTextMeshSean Harmer2017-03-282-6/+6
* | Pass by QString and QFont const ref in QExtrudedText* classesSean Harmer2017-03-284-12/+12
* | Mark ctor of QExtrudedTextMesh explicitSean Harmer2017-03-281-1/+1
* | Mark protected ctors in QChannelMap* explicitSean Harmer2017-03-282-2/+2
* | Mark protected ctor in QAnimationClipLoader explicitSean Harmer2017-03-281-1/+1
* | QThreadPooler: improve job traces namePaul Lemire2017-03-281-2/+10
* | Fix ShaderData following texture support changesPaul Lemire2017-03-271-4/+3
* | Mark protected ctor in QBlendedClipAnimator explicitSean Harmer2017-03-271-1/+1
* | Mark protected ctor of QExtrudedTextGeometry explicitSean Harmer2017-03-271-1/+1
* | Remove getter as a slot in QMemoryBarrierSean Harmer2017-03-271-1/+2
* | Remove last vestiges of parent-child data from ClipBlendNodeSean Harmer2017-03-262-8/+0
* | Make ClipBlendNodeVisitor use allDependencyIds()Sean Harmer2017-03-261-2/+2
* | Add allDependencyIds() pure virtual and overrides to backend nodesSean Harmer2017-03-265-0/+27
* | Rename dependencyIds() to currentDependencyIds()Sean Harmer2017-03-267-9/+9
* | Rename QClipBlendNode::performBlend() to blend()Sean Harmer2017-03-263-3/+3
* | Remove blend() virtual function from backend blend tree nodesSean Harmer2017-03-267-25/+1
* | Remove ClipBlendNode::parentId() functionSean Harmer2017-03-262-6/+0
* | Remove clips property from QAbstractClipBlendNode and friendsSean Harmer2017-03-2611-358/+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
* | 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-252-0/+42
* | Add function to generate component indices for blend tree formatSean Harmer2017-03-254-4/+66
* | Add function assignChannelComponentIndicesSean Harmer2017-03-252-23/+59
* | Add a function to build list of unique channel names and typesSean Harmer2017-03-252-0/+46
* | Add function to format clip results using a gather operationSean Harmer2017-03-252-0/+22
* | Add methods to set and retrieve format indices for a blend value nodeSean Harmer2017-03-252-0/+27
* | Add function to evaluate a blend treeSean Harmer2017-03-254-4/+44
* | Add virtual doBlend to ClipBlendNode and subclassesSean Harmer2017-03-258-0/+77
* | Add function to recursively calculate duration of a blend treeSean Harmer2017-03-257-5/+34