summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated API usage and compile warningsMike Krus2020-11-2038-149/+131
* Follow up on change of QQmlListProperty to qsizetypeMike Krus2020-11-2062-170/+169
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-092-2/+2
* Normalise configuration nameMike Krus2020-11-093-19/+19
* Add mipmaps count to QAbstracTexturePrivateJuan José Casafranca2020-11-053-0/+3
* Fix taking pending texture data updatesJuan José Casafranca2020-11-051-1/+2
* Make ObjectPicker optional for Scene2DMichael Brasser2020-11-041-23/+25
* Fix GLTexture cleanupPaul Lemire2020-11-041-0/+1
* Check if texture upload is full sizedJuan Casafranca2020-11-031-6/+23
* Handle invalid entity names in QSceneLoader::componentMichael Brasser2020-11-021-0/+2
* Add dedicated Qt3D.Renderer.ShaderCache logging categoryPaul Lemire2020-11-023-6/+17
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-0249-315/+315
* Finish removing traces of Scene3DViewMike Krus2020-10-283-12/+1
* Add caching mechanism to ShaderBuilderPaul Lemire2020-10-283-5/+112
* Make QAbstractFrontEndNodeManager privateMike Krus2020-10-279-12/+36
* Pass the raw data to the texture data extractorJuan José Casafranca2020-10-273-6/+7
* Fix compilation with latest QMutexLocker changedPaul Lemire2020-10-261-1/+1
* 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-221-2/+15
* 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
* 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
* Avoid multiple animation updatesMike Krus2020-10-161-3/+6
* Adapt to platform API renameMike Krus2020-10-101-1/+1
* Use internal CMake APIMike Krus2020-10-0724-55/+55
* 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
* Make DebugOverlay accessible from QMLMichael Brasser2020-10-022-0/+31
* 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-011-0/+5
* 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 qml dependencie and adjust value providersPaul Lemire2020-09-281-210/+98
* Add missing QSequentialIterable headerPaul Lemire2020-09-281-0/+1
* Allow to specify a functor to extract data from QTextureImageDataJuan Casafranca2020-09-283-0/+26
* Allow to set alignment requirement for an imageJuan Casafranca2020-09-284-6/+32
* Fix animation not runningMike Krus2020-09-253-21/+21
* 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-231-0/+10
* Update QML type providers following recent changesPaul Lemire2020-09-211-172/+0
* 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