summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QShaderGenerator: add a #define LAYER_name for each layerPaul Lemire2020-09-181-0/+12
* qtextureimagedata.h: Fix include directiveFriedemann Kleint2020-09-171-5/+1
* Remove the unneeded QScene2D qualifier for the renderPolicy propertyAndy Shaw2020-09-171-1/+1
* Update dependencies on dev in qt/qt3dLars Knoll2020-09-152-7/+7
* Enable RHI Renderer by defaultMike Krus2020-09-143-6/+4
* rhi: RenderCommand resolve m_rhiShader at submission timePaul Lemire2020-09-132-5/+5
* Doc: Fix simple qdoc warningsPaul Wicking2020-09-092-3/+3
* Q_DECL_UNUSED has to be before type specifiersAllan Sandfeld Jensen2020-09-082-2/+2
* Fix build with latest QtBase and QtDeclarativeMike Krus2020-09-073-3/+6
* Fix compilation error with -no-avx2Laurent Rineau2020-08-312-4/+4
* Improve third-party license information about assimpKai Koehne2020-08-276-14/+255
* Fix third-party license information about imguiKai Koehne2020-08-273-1/+74
* Add QCoreSettings classMike Krus2020-08-2713-8/+560