aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3d/qquick3dshaderutils_p.h
Commit message (Expand)AuthorAgeFilesLines
* fix unity buildsTim Blechmann2024-02-021-0/+2
* Move most of the types in qssgrenderbasetypes into a private headerChristian Strømme2023-12-041-1/+1
* Expose the render context interfaceChristian Strømme2023-10-241-1/+1
* Some minor clean-up of the basetypes headerChristian Strømme2023-09-041-2/+2
* Update effects when a Pass property or the Pass list changesLaszlo Agocs2022-08-121-2/+9
* Fix how texture input is tracked in the custom material and the effectChristian Strømme2022-06-301-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Add custom material editorChristian Strømme2021-12-131-4/+11
* Remove the qml revisioning for 1.xChristian Strømme2021-06-231-7/+0
* Make the effect and custom material property handling more uniformChristian Strømme2020-12-181-0/+8
* Adjust to int -> qsizetype change in QQmlListPropertyFabian Kosmale2020-11-111-4/+4
* Rename BufferInput param to samplerLaszlo Agocs2020-09-031-2/+2
* Use DEPTH_TEXTURE for effectsLaszlo Agocs2020-09-031-18/+0
* Unify effect shader style with custom materialsLaszlo Agocs2020-09-031-36/+11
* Use the filter modes for custom property texturesLaszlo Agocs2020-08-291-3/+3
* Update QML versioning and type registrationPaul Olav Tvete2020-08-281-0/+29
* Add clear function to Pass.commands propertyMiikka Heikkinen2020-08-171-0/+1
* Fix up custom material propertiesLaszlo Agocs2020-07-061-3/+4
* Start custom materials renewalLaszlo Agocs2020-07-031-2/+2
* Decouple custom materials from QSSGCommandLaszlo Agocs2020-07-011-194/+0
* Remove ShaderInfo and make the key part of CustomMaterialLaszlo Agocs2020-07-011-24/+0
* Remove passes from CustomMaterial frontend APILaszlo Agocs2020-07-011-1/+3
* Kill ShaderInfo.type and versionLaszlo Agocs2020-06-301-6/+1
* Remove unused geometry and compute flags and vars from materialsLaszlo Agocs2020-06-301-4/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-06-291-1/+1
* Remove the tesselation code pathsChristian Strømme2020-05-271-2/+1
* Clean-up the render commands classChristian Strømme2020-05-121-18/+18
* Remove the Render moduleAndy Nichols2020-05-101-1/+1
* Expose the apply value commandChristian Strømme2020-02-271-0/+15
* Expose the apply depth commandChristian Strømme2020-02-261-0/+15
* Add missing private header noticeLaszlo Agocs2020-02-131-0/+11
* Make property update connections uniqueAntti Määttä2020-02-111-0/+1
* Fix potential null pointer null pointer dereference in effects and CMChristian Strømme2020-02-071-1/+1
* Set default value for the shader stageChristian Strømme2020-02-071-1/+1
* Add support setting the Output format of an EffectAndy Nichols2020-02-041-0/+3
* Add support for post-processing effectsChristian Strømme2020-01-291-0/+484