summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make the OpenGL renderer a pluginPaul Lemire2020-02-0514-27/+17
* | QShaderProgram: add a format propertyPaul Lemire2020-02-035-1/+73
* | Introduce a GLShader classPaul Lemire2020-02-035-582/+56
* | Merge remote-tracking branch 5.14 into 5.15Mike Krus2020-01-251-2/+2
|\|
| * Fix usage of C++14 featuresMike Krus2020-01-141-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-072-3/+87
|\|
| * Shader: record standard uniform at loading timePaul Lemire2019-12-042-3/+87
* | Fix usages of text stream operatorsAlexandru Croitor2019-12-061-1/+1
|/
* PackUniformHash to QVectorPaul Lemire2019-11-141-3/+3
* Doc: Fix documentation warningsTopi Reinio2019-11-131-9/+16
* Restore sceneChangeEvent overload that were removedPaul Lemire2019-10-222-0/+7
* Fix Coverity warningsMike Krus2019-10-211-0/+1
* Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Paul Lemire2019-10-154-0/+16
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Paul Lemire2019-10-154-0/+16
| |\
| | * Add note to material system nodes that can't be disabledAntti Määttä2019-10-104-0/+16
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-301-1/+1
| | |\
| | | * ShaderData: don't call markDirty(AllDirty)Paul Lemire2019-07-241-1/+1
* | | | Restore use of Added/Removed messages for aspects not supporting syncMike Krus2019-10-144-18/+18
|/ / /