summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix disabling shader cache via environment variableJim Albamont2020-12-101-1/+1
* QShaderProgram: fix documentationPaul Lemire2020-12-101-2/+2
* Add documentation for RHI portingPaul Lemire2020-12-073-0/+408
* QShaderProgramBuilder: add documentation related to cachingPaul Lemire2020-12-071-0/+32
* Force command filtering based on frustum culling resultPaul Lemire2020-12-011-2/+5
* Fix deadlock when running with QT3D_MAX_THREAD_COUNT=1Paul Lemire2020-12-0111-66/+30
* OpenGL renderer: fix use of outdated VAO when shader is reloadedPaul Lemire2020-12-013-7/+27
* RHI: restore QBufferCapture featurePaul Lemire2020-12-012-8/+5
* Add RHI technique for distance field rendererMike Krus2020-11-302-0/+21
* RHI: handle uniforms of type arrays properlyPaul Lemire2020-11-283-1/+37
* Allow assimp to compile on non-gcc compilersJoni Poikelin2020-11-271-1/+1
* Only set the state flag after having merged with the other statesPaul Lemire2020-11-271-1/+1
* Scene3D: handle flipping based on the RHI backend in usePaul Lemire2020-11-265-3/+28
* Use RHI's clipSpaceCorrMatrix for backend where Y is not upPaul Lemire2020-11-2611-13/+29
* Clean up qml type handlingMike Krus2020-11-264-1251/+498
* QShaderProgram: handle binding = auto replacement for raw shader codePaul Lemire2020-11-264-48/+80
* CMake: Build docs for Qt 3DTopi Reinio2020-11-2644-102/+82
* Doc: Fix documentation warningsTopi Reinio2020-11-2520-191/+82
* QAbstractTexture: expose mipLevelPaul Lemire2020-11-243-1/+30
* RHI: handle compute commandsPaul Lemire2020-11-243-153/+61
* Handle fallout from QEvent loosing it's copy constructorMike Krus2020-11-2411-79/+59
* RHI: add attr name/type when issuing warning about unsupported typePaul Lemire2020-11-231-1/+1
* Follow up on change of QQmlListProperty to qsizetypeMike Krus2020-11-2362-170/+169
* Update qmake to match configuration flag changesMike Krus2020-11-233-9/+9
* Update documentationMike Krus2020-11-232-8/+54
* Update attributionsMike Krus2020-11-231-1/+1
* Fix deprecated API usage and compile warningsMike Krus2020-11-2338-149/+131
* 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