index
:
qt/qtquick3d.git
5.14
5.15
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7-experimental
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
wip/cmake
A new module and API for defining 3D content in Qt Quick.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick3d
/
qquick3deffect.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose projection matrix to effects
Laszlo Agocs
9 days
1
-36
/
+62
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-1
/
+1
*
Add multiview controlling property
Laszlo Agocs
2024-05-28
1
-20
/
+21
*
Make ExtendedSceneEnvironment functional with multiview
Laszlo Agocs
2024-05-22
1
-10
/
+46
*
Enable postprocessing effects function in multiview mode
Laszlo Agocs
2024-05-15
1
-22
/
+98
*
Improve the custom material multiview strategy
Laszlo Agocs
2024-05-07
1
-4
/
+1
*
Improve multiview support for depth pre-pass and depth texture
Laszlo Agocs
2024-04-30
1
-1
/
+4
*
Make sure we handle dirty texture in the effect
Christian Strømme
2024-04-29
1
-1
/
+1
*
Reset property and texture lists on full rebuild of an effect
Christian Strømme
2024-04-29
1
-0
/
+4
*
Expose the render context interface
Christian Strømme
2023-10-24
1
-1
/
+1
*
QQuick3DTexture: add tilingModeDepth property
Jonas Karlsson
2023-10-06
1
-0
/
+3
*
Some minor clean-up of the basetypes header
Christian Strømme
2023-09-04
1
-3
/
+3
*
Add 3D texture support for TextureData
Jere Tuliniemi
2023-05-25
1
-0
/
+2
*
RenderContextInterface improvements
Christian Strømme
2023-04-18
1
-1
/
+1
*
Doc: Fix linking issues in the documentation
Topi Reinio
2023-02-22
1
-1
/
+1
*
Mark types in QtQuick3D.Effects as deprecated
Laszlo Agocs
2023-02-09
1
-6
/
+10
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-6
/
+6
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-2
/
+2
*
Hook up DebugView to the QSSGRhiContextStats
Laszlo Agocs
2022-10-06
1
-0
/
+3
*
Make sure that effects are updated when the passes array changes
Andy Nichols
2022-09-09
1
-0
/
+2
*
Update effects when a Pass property or the Pass list changes
Laszlo Agocs
2022-08-12
1
-0
/
+11
*
Make effects update themselves when the chain changes
Laszlo Agocs
2022-08-03
1
-17
/
+37
*
Enable proper tonemapping for effects
Laszlo Agocs
2022-08-01
1
-2
/
+12
*
Split effect shader prep into two
Laszlo Agocs
2022-08-01
1
-55
/
+16
*
Remove unused Active flag from effect backend object
Laszlo Agocs
2022-07-07
1
-1
/
+0
*
Fix how texture input is tracked in the custom material and the effect
Christian Strømme
2022-06-30
1
-22
/
+22
*
Use SPDX license identifiers
Lucie Gérard
2022-06-16
1
-28
/
+2
*
Add scene description plumbing for cubemap textures
Laszlo Agocs
2022-03-15
1
-1
/
+1
*
Make post processing work for Underlay/Overlay render modes
Hatem ElKharashy
2022-03-14
1
-3
/
+3
*
Effect: clarify in docs and comments what the default texture format is
Laszlo Agocs
2022-03-14
1
-0
/
+13
*
Fix and test Effects with TextureInput with no texture
Laszlo Agocs
2022-03-11
1
-17
/
+19
*
Add cubemap support for custom material/effect textures
Laszlo Agocs
2022-03-11
1
-12
/
+16
*
Rename QSSGRenderShaderDataType value for textures
Laszlo Agocs
2022-03-10
1
-1
/
+1
*
Fix compilation with QByteArrayView
Laszlo Agocs
2021-07-09
1
-1
/
+2
*
CustomMaterial: Support the verticalTilingMode of textures
Inho Lee
2021-03-03
1
-1
/
+4
*
Clazy: Remove unused variables in QQuick3DEffect
Andy Nichols
2021-02-10
1
-2
/
+0
*
Make the effect and custom material property handling more uniform
Christian Strømme
2020-12-18
1
-186
/
+2
*
Add support for generating shaders for effects
Christian Strømme
2020-12-15
1
-21
/
+62
*
Remove unneeded types in the bind command
Christian Strømme
2020-12-11
1
-4
/
+1
*
Prefix the shader key for effects and custom materials
Christian Strømme
2020-12-11
1
-1
/
+7
*
Adjust to int -> qsizetype change in QQmlListProperty
Fabian Kosmale
2020-11-11
1
-2
/
+2
*
Update metatype handling
David Skoland
2020-11-10
1
-89
/
+91
*
Fix issue of generating uniforms for custom materials and effects
Miikka Heikkinen
2020-11-10
1
-5
/
+13
*
Remove the shared pointer around the scene manager
Christian Strømme
2020-10-27
1
-2
/
+2
*
Move updatePropertyListener() and ConnectionMap out of QQuick3DObject
Christian Strømme
2020-10-27
1
-1
/
+1
*
doc: Simplify references to BufferInput/TextureInput in Effect docs
Eskil Abrahamsen Blomfeldt
2020-10-26
1
-26
/
+11
*
Untangle color and specular factor bugs in Principled vs. CustomMaterial
Laszlo Agocs
2020-10-08
1
-1
/
+6
*
Remove the getRenderContextInterface function
Christian Strømme
2020-09-16
1
-12
/
+4
*
Docs: Mention that effects are visible only with Offscreen View3D
Laszlo Agocs
2020-09-06
1
-0
/
+4
*
Add Effect docs
Laszlo Agocs
2020-09-04
1
-39
/
+443
[next]