aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3d/qquick3deffect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose projection matrix to effectsLaszlo Agocs9 days1-36/+62
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* Add multiview controlling propertyLaszlo Agocs2024-05-281-20/+21
* Make ExtendedSceneEnvironment functional with multiviewLaszlo Agocs2024-05-221-10/+46
* Enable postprocessing effects function in multiview modeLaszlo Agocs2024-05-151-22/+98
* Improve the custom material multiview strategyLaszlo Agocs2024-05-071-4/+1
* Improve multiview support for depth pre-pass and depth textureLaszlo Agocs2024-04-301-1/+4
* Make sure we handle dirty texture in the effectChristian Strømme2024-04-291-1/+1
* Reset property and texture lists on full rebuild of an effectChristian Strømme2024-04-291-0/+4
* Expose the render context interfaceChristian Strømme2023-10-241-1/+1
* QQuick3DTexture: add tilingModeDepth propertyJonas Karlsson2023-10-061-0/+3
* Some minor clean-up of the basetypes headerChristian Strømme2023-09-041-3/+3
* Add 3D texture support for TextureDataJere Tuliniemi2023-05-251-0/+2
* RenderContextInterface improvementsChristian Strømme2023-04-181-1/+1
* Doc: Fix linking issues in the documentationTopi Reinio2023-02-221-1/+1
* Mark types in QtQuick3D.Effects as deprecatedLaszlo Agocs2023-02-091-6/+10
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-6/+6
* Port from container::count() and length() to size()Marc Mutz2022-10-071-2/+2
* Hook up DebugView to the QSSGRhiContextStatsLaszlo Agocs2022-10-061-0/+3
* Make sure that effects are updated when the passes array changesAndy Nichols2022-09-091-0/+2
* Update effects when a Pass property or the Pass list changesLaszlo Agocs2022-08-121-0/+11
* Make effects update themselves when the chain changesLaszlo Agocs2022-08-031-17/+37
* Enable proper tonemapping for effectsLaszlo Agocs2022-08-011-2/+12
* Split effect shader prep into twoLaszlo Agocs2022-08-011-55/+16
* Remove unused Active flag from effect backend objectLaszlo Agocs2022-07-071-1/+0
* Fix how texture input is tracked in the custom material and the effectChristian Strømme2022-06-301-22/+22
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Add scene description plumbing for cubemap texturesLaszlo Agocs2022-03-151-1/+1
* Make post processing work for Underlay/Overlay render modesHatem ElKharashy2022-03-141-3/+3
* Effect: clarify in docs and comments what the default texture format isLaszlo Agocs2022-03-141-0/+13
* Fix and test Effects with TextureInput with no textureLaszlo Agocs2022-03-111-17/+19
* Add cubemap support for custom material/effect texturesLaszlo Agocs2022-03-111-12/+16
* Rename QSSGRenderShaderDataType value for texturesLaszlo Agocs2022-03-101-1/+1
* Fix compilation with QByteArrayViewLaszlo Agocs2021-07-091-1/+2
* CustomMaterial: Support the verticalTilingMode of texturesInho Lee2021-03-031-1/+4
* Clazy: Remove unused variables in QQuick3DEffectAndy Nichols2021-02-101-2/+0
* Make the effect and custom material property handling more uniformChristian Strømme2020-12-181-186/+2
* Add support for generating shaders for effectsChristian Strømme2020-12-151-21/+62
* Remove unneeded types in the bind commandChristian Strømme2020-12-111-4/+1
* Prefix the shader key for effects and custom materialsChristian Strømme2020-12-111-1/+7
* Adjust to int -> qsizetype change in QQmlListPropertyFabian Kosmale2020-11-111-2/+2
* Update metatype handlingDavid Skoland2020-11-101-89/+91
* Fix issue of generating uniforms for custom materials and effectsMiikka Heikkinen2020-11-101-5/+13
* Remove the shared pointer around the scene managerChristian Strømme2020-10-271-2/+2
* Move updatePropertyListener() and ConnectionMap out of QQuick3DObjectChristian Strømme2020-10-271-1/+1
* doc: Simplify references to BufferInput/TextureInput in Effect docsEskil Abrahamsen Blomfeldt2020-10-261-26/+11
* Untangle color and specular factor bugs in Principled vs. CustomMaterialLaszlo Agocs2020-10-081-1/+6
* Remove the getRenderContextInterface functionChristian Strømme2020-09-161-12/+4
* Docs: Mention that effects are visible only with Offscreen View3DLaszlo Agocs2020-09-061-0/+4
* Add Effect docsLaszlo Agocs2020-09-041-39/+443