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.5.5
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
/
runtimerender
/
rendererimpl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lightmapping: Make randomness deterministic
Jonas Karlsson
4 days
1
-8
/
+8
*
Lightmapper: Render direct light as tiles
Jonas Karlsson
7 days
1
-139
/
+147
*
Lightmapper: Move rasterization to own function
Jonas Karlsson
7 days
1
-293
/
+335
*
Lightmapper: Fix gaussian blur
Jonas Karlsson
7 days
1
-18
/
+22
*
Expose projection matrix to effects
Laszlo Agocs
11 days
1
-1
/
+1
*
Handle invalid bounds in shadow map culling
Jonas Karlsson
12 days
1
-4
/
+8
*
Fix invalid extra lightmap bake after quit
Jonas Karlsson
12 days
1
-4
/
+4
*
Shadowmapping: cull models outside bounds
Jonas Karlsson
2025-06-17
3
-31
/
+48
*
Fix some more msvc warnings
Laszlo Agocs
2025-06-12
1
-2
/
+2
*
Fix string concatination warnings appending const char * to QString
Christian Strømme
2025-06-11
1
-13
/
+36
*
Include what you need (QRegularExpression)
Christian Strømme
2025-06-11
1
-0
/
+2
*
Fix getModelBounds() for lightmapped models
Jonas Karlsson
2025-06-11
4
-33
/
+5
*
Don't insert null bone texture for each model context
Christian Strømme
2025-06-11
1
-2
/
+0
*
Fix global picking state logic
Christian Strømme
2025-06-06
1
-1
/
+1
*
Don't export internal render-data classes
Christian Strømme
2025-06-06
1
-3
/
+3
*
Fix crash when loading and building the bvh for custom geometries
Christian Strømme
2025-06-06
1
-3
/
+3
*
Fix codechecker warnings
Jonas Karlsson
2025-06-02
1
-7
/
+4
*
Improve node collection and frame prep
Christian Strømme
2025-05-30
11
-453
/
+1516
*
Minor clean-up of the renderable classes
Christian Strømme
2025-05-30
5
-15
/
+23
*
Fix override flag in the QSSGRenderableNodeEntry
Christian Strømme
2025-05-30
1
-1
/
+1
*
Lightmapping: Use texels-per-unit based sizes
Jonas Karlsson
2025-05-28
2
-7
/
+27
*
Lightmapping: Add NLM GPU denoising support
Jonas Karlsson
2025-05-28
7
-253
/
+1000
*
Lightmapping: Use new custom file format
Kristoffer Skau
2025-05-28
7
-147
/
+145
*
Lightmapping: Structure change
Kristoffer Skau
2025-05-28
5
-49
/
+147
*
Lightmapping: Improve progress tracking for baking
Kristoffer Skau
2025-05-28
2
-90
/
+275
*
Lightmapping: Improve BakingStatus enum
Kristoffer Skau
2025-05-28
2
-34
/
+38
*
blendLine(): fix out of bounds read/write
Jonas Karlsson
2025-05-14
1
-4
/
+10
*
Add warnings for OIT when it is not supported
Antti Määttä
2025-05-07
2
-0
/
+11
*
Some improvements to qssgrendercamera
Christian Strømme
2025-04-08
4
-72
/
+55
*
lightmapping: use human-readable duration output
Kristoffer Skau
2025-04-03
1
-19
/
+42
*
Disable oit if samplerVariables are not supported
Antti Määttä
2025-04-03
1
-1
/
+1
*
Fix OIT alpha applied twice
Antti Määttä
2025-03-25
1
-1
/
+1
*
Fix oit with custom materials
Antti Määttä
2025-03-25
1
-1
/
+1
*
Remove references to removed shadow blur shaders
Jonas Karlsson
2025-03-05
2
-28
/
+0
*
fix crash caused by static lambda closure capture
Ilya Flikov
2025-02-24
1
-1
/
+1
*
InfiniteGridPass: Should not be rendered as wireframe
Andy Nichols
2025-02-07
1
-0
/
+1
*
DebugDrawPass: Fix validation errors and support MultiView
Andy Nichols
2025-02-05
3
-4
/
+6
*
Remove old item2d code
Christian Strømme
2025-02-04
1
-12
/
+0
*
Fix reentrancy issue in the renderer
Christian Strømme
2025-01-23
5
-4
/
+63
*
XR: Fix issue with effects and multiview
Christian Strømme
2025-01-23
1
-4
/
+5
*
Fix the unsupported Q_UNREACHABLE_RETURN statement in constexpr functions
Alexey Edelev
2025-01-20
1
-1
/
+6
*
Fix the unsupported Q_UNREACHABLE_RETURN statement in constexpr functions
Alexey Edelev
2025-01-17
1
-1
/
+6
*
Fix broken shadow mapping with orthographic camera
Jonas Karlsson
2025-01-13
1
-100
/
+55
*
Fix usage of aggregate type for the extension contexts
Christian Strømme
2024-12-20
2
-14
/
+20
*
Xr: Fix embedded View3Ds in XR when rendering with multiview
Christian Strømme
2024-12-09
5
-46
/
+71
*
Implement multiview support for WeightedBlended OIT method
Antti Määttä
2024-12-04
1
-2
/
+7
*
Add MSAA support to WeightedBlended oit method
Antti Määttä
2024-12-04
8
-27
/
+67
*
Add Order Independent Transparency API
Antti Määttä
2024-12-04
1
-0
/
+8
*
Implement WeightedBlended OIT method
Antti Määttä
2024-12-02
10
-49
/
+413
*
Fix arguments mismatch in the custom material
Sadegh Taghavi
2024-11-29
1
-3
/
+18
[next]