summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add caching mechanism to ShaderBuilderPaul Lemire2020-10-284-7/+311
* Make QAbstractFrontEndNodeManager privateMike Krus2020-10-2712-15/+39
* Pass the raw data to the texture data extractorJuan José Casafranca2020-10-274-29/+8
* Fix compilation with latest QMutexLocker changedPaul Lemire2020-10-262-4/+4
* Update QShaderFormat matching logic to account for RHI shader snippetsMichael Brasser2020-10-231-0/+3
* Document how the font is used for extruded textMichael Brasser2020-10-232-0/+16
* Expand QPaintedTextureImage documentationMichael Brasser2020-10-222-2/+17
* Document the origin of extruded textMichael Brasser2020-10-212-0/+8
* Trigger an update on the quick window when creating a render aspectSean Harmer2020-10-211-0/+3
* Render enough frames to flush the Qt3D pipeline when dirtySean Harmer2020-10-212-4/+19
* CMake: Make optional components that are not found more quietAlexandru Croitor2020-10-201-4/+4
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-2032-32/+32
* RHI: fix face index for texture uploadPaul Lemire2020-10-201-1/+1
* RHI: add warnings when pipeline resource bindings mismatchPaul Lemire2020-10-201-1/+31
* Port instanced-arrays-qml to RHIPaul Lemire2020-10-197-17/+138
* CMake: Regenerate qt3d examplesAlexandru Croitor2020-10-1630-8/+504
* Add changes file for Qt 5.12.10Antti Kokko2020-10-161-0/+41
* Avoid multiple animation updatesMike Krus2020-10-161-3/+6
* Update dependencies on 'dev' in qt/qt3dJani Heikkinen2020-10-151-3/+3
* CMake: Honor INSTALL_EXAMPLESDIRJoerg Bornemann2020-10-1325-25/+125
* Update dependencies on 'dev' in qt/qt3dQt Submodule Update Bot2020-10-101-3/+3
* Adapt to platform API renameMike Krus2020-10-101-1/+1
* Rename test targets conflicting with qtbase onesKai Koehne2020-10-082-1/+23
* CMake: Disable usage of CMake API compatibility wrappersAlexandru Croitor2020-10-071-0/+5
* Use internal CMake APIMike Krus2020-10-07363-574/+574
* Update dependencies on 'dev' in qt/qt3dQt Submodule Update Bot2020-10-071-3/+3
* Fix QtQml integration for basic typesMike Krus2020-10-074-292/+937
* RenderView: remove warning about no CameraSelector being setPaul Lemire2020-10-071-2/+0
* QFrameGraphNodePrivate: add private exportPaul Lemire2020-10-051-1/+2
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-031-2/+2
* Make DebugOverlay accessible from QMLMichael Brasser2020-10-023-0/+33
* Fix OpenGL ES 3 shaders for QDebugOverlayMichael Brasser2020-10-021-3/+5
* Fix the assimp scene parser clausev6.0.0-alpha1Sean Harmer2020-10-011-1/+1
* Fix a crash when node is added and destroyed immediatelySean Harmer2020-10-012-0/+52
* Only set the format to 1.0 if it was not changed due to OpenGLAndy Shaw2020-09-301-1/+1
* Only use surfaceSize if m_surfaceSize is not validAndy Shaw2020-09-301-1/+1
* Update dependencies on 'dev' in qt/qt3dQt Submodule Update Bot2020-09-291-3/+3
* Update qml dependencie and adjust value providersPaul Lemire2020-09-282-213/+101
* Add missing QSequentialIterable headerPaul Lemire2020-09-281-0/+1
* Allow to specify a functor to extract data from QTextureImageDataJuan Casafranca2020-09-284-0/+37
* Allow to set alignment requirement for an imageJuan Casafranca2020-09-285-6/+33
* Fix animation not runningMike Krus2020-09-256-29/+30
* Update frontend data after jobMike Krus2020-09-251-0/+7
* Doc: Add Qt 6 changes filePaul Wicking2020-09-242-0/+47
* Only release context if we own itMike Krus2020-09-231-1/+2
* Add QNodePrivate::registerDestructionHelper for std::vector containersPaul Lemire2020-09-232-9/+201
* Update QML type providers following recent changesPaul Lemire2020-09-212-173/+1
* RenderCommands: try to resolve API shader at command build timePaul Lemire2020-09-182-5/+31
* RHI renderer: begin frame and submit even if we have no commandsPaul Lemire2020-09-181-11/+1
* evaluateClipAtLocalTime: prevent negative indices for keyframes lookupPaul Lemire2020-09-181-1/+1