summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem
Commit message (Expand)AuthorAgeFilesLines
* Update phong and metalrough shader graphsPaul Lemire2021-06-151-39/+336
* Minor fixes to compile against 5.15Paul Lemire2021-02-011-1/+4
* Fix parameter priorization documentationAntti Määttä2021-01-183-14/+18
* Handle changes in QMetaType APIMike Krus2021-01-082-0/+8
* Enable compiling non-QML API against Qt 5.15Mike Krus2021-01-051-0/+2
* Doc: Fix qdoc syntax errorNico Vertriest2020-12-161-2/+2
* 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-071-0/+188
* QShaderProgramBuilder: add documentation related to cachingPaul Lemire2020-12-071-0/+32
* QShaderProgram: handle binding = auto replacement for raw shader codePaul Lemire2020-11-262-1/+73
* Doc: Fix documentation warningsTopi Reinio2020-11-251-1/+1
* Fix deprecated API usage and compile warningsMike Krus2020-11-204-5/+5
* Add dedicated Qt3D.Renderer.ShaderCache logging categoryPaul Lemire2020-11-021-6/+15
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-021-1/+1
* Add caching mechanism to ShaderBuilderPaul Lemire2020-10-282-5/+103
* Add missing QSequentialIterable headerPaul Lemire2020-09-281-0/+1
* Update dependencies on dev in qt/qt3dLars Knoll2020-09-151-1/+1
* Add yUpInNDC and yUpInFBO uniformsPaul Lemire2020-08-132-0/+4
* Complete UBO/SSBO supportPaul Lemire2020-08-051-1/+1
* Use QList instead of QVector in renderJarek Kobus2020-07-0916-42/+41
* Use QList instead of QVectorJarek Kobus2020-07-079-21/+21
* OpenGL Renderer: replace std::find by Qt3DCore::containsPaul Lemire2020-07-071-3/+2
* GraphicsHelpers/GLShader: switch to std::vectorPaul Lemire2020-07-034-8/+10
* Renderer: move QVector to std::vector changesPaul Lemire2020-07-011-2/+2
* Rework ShaderData/UniformBlockValueBuilder to minimize String lookupsPaul Lemire2020-06-082-30/+94
* Add missing overrideAlexander Volkov2020-05-251-1/+1
* Fix build for Qt6Mike Krus2020-05-063-4/+4
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-2714-27/+231
|\
| * rhi: Rework uniform processingJean-Michaël Celerier2020-04-222-2/+2
| * rhi: Port most of Qt3DExtras materials to RHIJean-Michaël Celerier2020-04-222-17/+107
| * rhi: Handle RHI-required information in QShaderGraphJean-Michaël Celerier2020-04-212-1/+74
| * Merge remote-tracking branch 'origin/5.14' into 5.15Antti Määttä2020-04-215-12/+21
| |\
| | * Fix potential crash in ShaderBuilder node syncingMichael Brasser2020-04-021-1/+1
| | * Check we remove a valid node when removing from node propertiesPaul Lemire2020-02-104-11/+20
| * | Cleanup setShaderAndUniformsPaul Lemire2020-04-202-2/+2
| * | Clean up filter debug outputMike Krus2020-04-162-0/+24
| * | Shader: check frontend node still exists before synchingPaul Lemire2020-04-151-0/+1
| * | Be less aggressive in how materials are marked dirtyMichael Brasser2020-04-061-6/+10
| * | Move shadergraph to Qt3DJean-Michaël Celerier2020-03-191-7/+7
| * | Initial creation of RHI plug-in and refactoringJean-Michaël Celerier2020-03-163-1/+4
* | | Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-03-101-11/+11
|\| |
| * | Doc: Fix incorrect use of \default QDoc commandTopi Reinio2020-03-051-11/+11
* | | Geometry refactoringMike Krus2020-02-274-6/+4
* | | Fix deprecations and warningsMike Krus2020-02-261-1/+1
* | | Merge remote-tracking branch 5.15 into devMike Krus2020-02-172-2/+8
|\| |
| * | Shader fixesPaul Lemire2020-02-132-1/+7
* | | Remove unused data structuresMike Krus2020-02-1110-80/+0
* | | Remove deprecated classes and functionsPaul Lemire2020-02-1127-214/+28
|/ /
* | Move classes in OpenGL renderer plugin into an OpenGL namespacePaul Lemire2020-02-052-6/+14