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
/
runtimerender
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lightmapping: Make randomness deterministic
Jonas Karlsson
25 hours
1
-8
/
+8
*
Don't try to load an empty vertex buffer
Jonas Karlsson
3 days
1
-17
/
+20
*
Lightmapper: Render direct light as tiles
Jonas Karlsson
4 days
2
-142
/
+162
*
Lightmapper: Move rasterization to own function
Jonas Karlsson
4 days
1
-293
/
+335
*
Lightmapper: Fix gaussian blur
Jonas Karlsson
4 days
1
-18
/
+22
*
Expose projection matrix to effects
Laszlo Agocs
8 days
7
-61
/
+141
*
Make sure to generate tangents when only using a clearcoatNormalMap
Andy Nichols
9 days
1
-16
/
+27
*
sampleNormalMap shader function should return a normalized value
Andy Nichols
9 days
2
-24
/
+4
*
Handle invalid bounds in shadow map culling
Jonas Karlsson
9 days
1
-4
/
+8
*
Fix invalid extra lightmap bake after quit
Jonas Karlsson
9 days
1
-4
/
+4
*
Fix lightmap file warnings
Kristoffer Skau
11 days
2
-15
/
+28
*
Shadowmapping: cull models outside bounds
Jonas Karlsson
11 days
4
-31
/
+49
*
Suppress redundant warnings for invalid lightmap files
Kristoffer Skau
12 days
3
-4
/
+12
*
Handle sRGB ASTC textures
Andy Nichols
12 days
2
-0
/
+19
*
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
7
-47
/
+39
*
Don't insert null bone texture for each model context
Christian Strømme
2025-06-11
1
-2
/
+0
*
Fix issue with the scene root node being removed twice
Christian Strømme
2025-06-11
2
-14
/
+4
*
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
3
-13
/
+6
*
Fix codechecker warnings
Jonas Karlsson
2025-06-02
1
-7
/
+4
*
Improve node collection and frame prep
Christian Strømme
2025-05-30
29
-637
/
+1852
*
Minor clean-up of the renderable classes
Christian Strømme
2025-05-30
6
-16
/
+24
*
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
3
-8
/
+28
*
Lightmapping: Add NLM GPU denoising support
Jonas Karlsson
2025-05-28
9
-253
/
+1205
*
Lightmapping: Use new custom file format
Kristoffer Skau
2025-05-28
14
-237
/
+294
*
Lightmapping: add custom lightmap file format
Jonas Karlsson
2025-05-28
3
-0
/
+660
*
Lightmapping: Structure change
Kristoffer Skau
2025-05-28
6
-49
/
+148
*
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
*
CMake: Add PURL and CPE info to 3rd party attribution files
Alexandru Croitor
2025-05-27
1
-0
/
+1
*
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
11
-201
/
+288
*
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
*
Follow the addition of signed integer texture formats
Laszlo Agocs
2025-03-19
1
-2
/
+6
*
Mark qssgrenderloadedtexture as security sensitive
Christian Strømme
2025-03-11
1
-0
/
+1
*
Remove references to removed shadow blur shaders
Jonas Karlsson
2025-03-05
2
-28
/
+0
*
Make module ready for source SBOM checking
Lucie Gérard
2025-02-25
2
-1
/
+1
*
fix crash caused by static lambda closure capture
Ilya Flikov
2025-02-24
1
-1
/
+1
*
Use shadowmap index in texture name lookup
Jonas Karlsson
2025-02-14
1
-2
/
+3
*
Fix crash due to multiview rendering
Christian Strømme
2025-02-13
1
-1
/
+1
*
InfiniteGridPass: Should not be rendered as wireframe
Andy Nichols
2025-02-07
1
-0
/
+1
[next]