summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove 'Technology Preview' from the landing pageTopi Reinio2016-08-111-1/+1
* Fix regression: remove disabled entities from the renderingPaul Lemire2016-08-101-2/+9
* QLayer: update the documentationPaul Lemire2016-08-101-2/+74
* QMaterial: fix warning about unregistered metatypePaul Lemire2016-08-101-0/+1
* QAttribute: fix warning about unregistered metatypePaul Lemire2016-08-101-0/+2
* QAttribute: use target constructorPaul Lemire2016-08-101-2/+2
* Doc: add doc for Qt3DExtras modulePaul Lemire2016-08-104-4/+170
* Doc: add section about GeometryPaul Lemire2016-08-102-1/+155
* Doc: complete QBuffer docPaul Lemire2016-08-101-0/+13
* QImageTextureDataFunctor: initialize m_statusEdward Welbourne2016-08-101-0/+1
* QPropertyNodeRemovedChangePrivate: initialize m_propertyNameEdward Welbourne2016-08-101-0/+1
* QTextureFromSourceGenerator: initialize m_statusEdward Welbourne2016-08-101-0/+1
* QStaticPropertyValueRemovedChangeBasePrivate: initialize m_propertyNameEdward Welbourne2016-08-101-1/+2
* QStaticPropertyValueAddedChangeBasePrivate: initialize m_propertyNameEdward Welbourne2016-08-101-1/+2
* QStaticPropertyUpdatedChangeBasePrivate: initialize m_propertyNameEdward Welbourne2016-08-101-1/+2
* Complete QAttribute documentationPaul Lemire2016-08-091-1/+14
* Doc: update supported platform listPaul Lemire2016-08-091-1/+1
* Update FrameGraph documentationPaul Lemire2016-08-091-8/+8
* Add qdoc files to doc.proPaul Lemire2016-08-091-0/+2
* QAspectEngine: document the Qt3D run loopPaul Lemire2016-08-091-1/+38
* Silence a bunch of warnings when building assimp with msvcSean Harmer2016-08-091-0/+8
* Mark QTransform component as non-shareableSean Harmer2016-08-091-0/+5
* RenderStateSet remove cache delta variablesPaul Lemire2016-08-092-19/+7
* Simplify RV state handlingPaul Lemire2016-08-091-3/+5
* GraphicsContext: do not reset m_stateSetPaul Lemire2016-08-091-1/+0
* StateVariant::apply: fix for StencilTestPaul Lemire2016-08-091-1/+1
* Fix crash in handlemanager when creating many meshesAntti Määttä2016-08-092-2/+2
* Fix cube geometry to have correct texture coords and tangent vectorsSean Harmer2016-08-091-69/+136
* Renderer: properly destroy pending renderqueuePaul Lemire2016-08-091-0/+6
* RenderView: unset thread local storage after we are done with itPaul Lemire2016-08-092-16/+34
* RenverViewInitializerJob: remove unused includePaul Lemire2016-08-091-1/+0
* renderer_p.h: remove unused includePaul Lemire2016-08-091-1/+0
* Silence warning C4189 with MSVCSean Harmer2016-08-081-0/+12
* Set the viewProjection and its inverse as uniforms if usedSean Harmer2016-08-082-0/+17
* Fix SortPolicy backend node parentingKevin Ottens2016-08-082-1/+2
* Send release events to all pressed object pickers that are hitAndy Shaw2016-08-071-4/+5
* Avoid code dup. in Scene3DItem and Qt3DQuickWindowKevin Ottens2016-08-073-70/+11
* Convenience to locate QRenderSurfaceSelectorKevin Ottens2016-08-072-1/+33
* Fix graphics api filter compatibility test and add unit testSean Harmer2016-08-052-17/+33
* Load only the shaders which match the rendering APIPaul Lemire2016-08-051-6/+13
* Work around ICC 17 parsing error with std::bind by using a lambdaThiago Macieira2016-08-051-2/+4
* Prevent duplicate pick events being generatedAntti Määttä2016-08-051-1/+10
* Add missing build depSean Harmer2016-08-041-1/+1
* Remove qboundingvolumedebugSean Harmer2016-08-046-290/+0
* Silience -Wunused-private-field warnings on clang for assimpSean Harmer2016-08-041-0/+5
* Consistently declare Plane as a structSean Harmer2016-08-041-1/+1
* Fix clang warning about pessimizing moveSean Harmer2016-08-041-1/+1
* Fix frame buffer binding with multiple texture targetsAntti Määttä2016-08-031-1/+1
* Check if parentEntity exists in propagateEventSvenn-Arne Dragly2016-08-021-1/+1
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-011-0/+3
|\