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
/
resourcemanager
/
qssgrenderbuffermanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lightmapping: Use new custom file format
Kristoffer Skau
5 days
1
-68
/
+115
*
Follow the addition of signed integer texture formats
Laszlo Agocs
2025-03-19
1
-2
/
+6
*
Fix unchecked and unused return value in QSSGRenderBufferManager
Christian Strømme
2025-01-07
1
-2
/
+2
*
Add unsigned integer texture formats support
Antti Määttä
2024-11-19
1
-2
/
+9
*
Print the format in Unsupported texture format messages
Laszlo Agocs
2024-10-21
1
-1
/
+1
*
Fix crash when using texture data
Christian Strømme
2024-09-20
1
-9
/
+10
*
Remove the generationId from the texture data
Christian Strømme
2024-09-02
1
-16
/
+16
*
Follow texture format addition from VRS patch
Laszlo Agocs
2024-08-09
1
-2
/
+3
*
Fix possible nullptr dereference when using custom texture data
Andy Nichols
2024-08-09
1
-2
/
+3
*
Resue QRhiTexture for customTextureMap
Inho Lee
2024-06-20
1
-99
/
+110
*
Update textureMemorySize() logic to account for D32FS8 format
Andy Nichols
2024-06-19
1
-3
/
+4
*
Make the debug stats from the buffer manager toggleable
Christian Strømme
2023-12-06
1
-57
/
+58
*
Move most of the types in qssgrenderbasetypes into a private header
Christian Strømme
2023-12-04
1
-1
/
+1
*
Move most of QSSGRhiContext to the private class
Laszlo Agocs
2023-11-24
1
-22
/
+34
*
Ensure we don't reap textures registered by the extensions
Christian Strømme
2023-11-03
1
-13
/
+17
*
Enable using render extensions as texture providers
Christian Strømme
2023-11-01
1
-0
/
+54
*
Expose the render context interface
Christian Strømme
2023-10-24
1
-6
/
+6
*
Move and improve the cache of built-in shaders
Christian Strømme
2023-10-23
1
-6
/
+2
*
Improve BVH build-up performance
Christian Strømme
2023-10-06
1
-3
/
+2
*
Add some extra checks to ensure we can hand have created a valid texture
Christian Strømme
2023-10-05
1
-0
/
+12
*
Make sure that View3D cleans up resources as it is destroyed
Andy Nichols
2023-10-04
1
-3
/
+12
*
Fix clazy suggestion for QFile::exists()
Christian Strømme
2023-09-20
1
-1
/
+1
*
Fix issue with meshes being released prematurely
Christian Strømme
2023-09-07
1
-1
/
+5
*
Support HDR (linear) images as base color maps
Laszlo Agocs
2023-08-07
1
-0
/
+2
*
Refactor skeletal animation
Inho Lee
2023-06-01
1
-0
/
+5
*
Trace: Add tracepoints to quick3d
Antti Määttä
2023-05-29
1
-4
/
+33
*
Add 3D texture support for TextureData
Jere Tuliniemi
2023-05-25
1
-2
/
+25
*
Remove last usage of QSSGRef
Christian Strømme
2023-05-19
1
-11
/
+11
*
Remove more QSSGRef usage in our APIs
Christian Strømme
2023-05-19
1
-3
/
+3
*
Remove some usage of QSSGRef for shader pipelines
Christian Strømme
2023-05-19
1
-2
/
+2
*
Replace QSSGRef usage in the render context interface
Christian Strømme
2023-04-18
1
-5
/
+5
*
Remove data() function from QSSGRef
Christian Strømme
2023-03-31
1
-2
/
+2
*
Fix the ever-increasing est. size with custom texture data
Laszlo Agocs
2023-02-08
1
-1
/
+0
*
Update QQ3D morph animation to use a vertex texture
Inho Lee
2023-02-03
1
-59
/
+55
*
Improve cubemap code usage and readability
Christian Strømme
2023-01-24
1
-20
/
+20
*
Merge duplicated enums in Mesh and qssgrenderbasetypes
Christian Strømme
2023-01-17
1
-10
/
+10
*
Move toString() functions in base-types out of the global scope
Christian Strømme
2023-01-18
1
-3
/
+3
*
Automatically generate Level of Detail meshes on import
Andy Nichols
2022-11-01
1
-0
/
+3
*
Handle when mesh is null at decreaseMemoryStat
Kwanghyo Park
2022-10-28
1
-1
/
+3
*
Allow triggering releasing cached resources
Laszlo Agocs
2022-10-20
1
-8
/
+17
*
Properly fix up the QSGTexture usability check
Laszlo Agocs
2022-10-14
1
-5
/
+6
*
Improve quick3d profiling events
Antti Määttä
2022-10-13
1
-18
/
+35
*
Add support for nested timings
Antti Määttä
2022-10-11
1
-1
/
+1
*
Take mipMode into account for Textures with custom data
Laszlo Agocs
2022-10-10
1
-6
/
+18
*
Simplify mipMode argument with loadRenderImage
Laszlo Agocs
2022-10-10
1
-10
/
+8
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-4
/
+4
*
Hook up DebugView to the QSSGRhiContextStats
Laszlo Agocs
2022-10-06
1
-49
/
+65
*
Encapsulate passes
Christian Strømme
2022-09-09
1
-0
/
+1
*
Gracefully handle invalid lightprobes
Andy Nichols
2022-08-09
1
-0
/
+12
*
Follow QRhi API cleanups
Laszlo Agocs
2022-07-15
1
-1
/
+1
[next]