index
:
qt/qt3d.git
5.10
5.11
5.12
5.13
5.14
5.15
5.5
5.6
5.7
5.8
5.9
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.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
qt4
wip/animation
wip/cmake
wip/particles
wip/physics
wip/qtquickintegration
wip/refactor
wip/rhi-renderer
wip/vr
Qt3D
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
renderers
/
rhi
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
RHI: ensure there is always a valid m_currentUpdates
Aurélien Brooke
2024-02-28
1
-14
/
+6
*
RHI: add support for Int and HalfFloat attributes
Aurélien Brooke
2024-02-28
1
-0
/
+22
*
RHI Shader: move the vectors around instead of copying them
Aurélien Brooke
2024-01-22
2
-48
/
+46
*
Enable uniform buffer for RHI compute shaders
Philip Schuchardt
2024-01-16
1
-2
/
+3
*
Fix issue with camera shaking with large offset values
Mike Krus
2024-01-15
1
-2
/
+10
*
Readability: use empty() instead of size() to check for emptiness
Aurélien Brooke
2024-01-13
2
-3
/
+3
*
RHI renderer: fix crash when executing a draw RV after a compute RV
Aurélien Brooke
2024-01-13
1
-1
/
+9
*
RHIRenderer: handle RenderTargets that target Left/Right backbuffers
Paul Lemire
2023-11-09
2
-13
/
+56
*
Upload skinningPalette uniform to shaders with the RHI backend
Gerber Lóránt Viktor
2023-07-22
2
-1
/
+9
*
Adapt to the RHI API concept
Laszlo Agocs
2023-05-22
7
-7
/
+7
*
Resolve QTransform symbol ambiguity in unity build
Amir Masoud Abdol
2023-04-13
1
-44
/
+42
*
Silence a type conversion warning
Amir Masoud Abdol
2023-04-03
1
-1
/
+1
*
Remove qmake build files
Mike Krus
2023-03-17
1
-28
/
+0
*
Remove qsizetype to int narrowing conversions
Aurélien Brooke
2022-12-21
1
-1
/
+1
*
RHI: fix the leak of QRhiResourceUpdateBatch
Aurélien Brooke
2022-12-19
1
-2
/
+2
*
RHI renderer: fix crash in Renderer::sendShaderChangesToFrontend()
Aurélien Brooke
2022-12-15
1
-0
/
+6
*
RHI: Fix memory leak in RenderCommand
Tasuku Suzuki
2022-11-29
2
-0
/
+7
*
Fix unused parameter warnings on Windows
Johannes Kauffmann
2022-10-28
1
-0
/
+4
*
RHI: Set default render target for RenderCapture
YAMAMOTO Atsushi
2022-10-26
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-20
3
-6
/
+6
*
Port to new Q_UNREACHABLE_RETURN()
Marc Mutz
2022-10-20
1
-4
/
+2
*
RHI backend: set texture handle on the frontend node
Paul Lemire
2022-08-11
1
-19
/
+42
*
Follow QRhi instance step rate type change
Laszlo Agocs
2022-07-13
1
-1
/
+1
*
RenderViewBuilder: use QAspectManager::idealThreadCount
Paul Lemire
2022-07-12
1
-3
/
+2
*
Fix 3D Render Capture crashed issue
YAMAMOTO Atsushi
2022-06-29
2
-0
/
+4
*
fix RHI Renderer build for qmake
YAMAMOTO Atsushi
2022-06-28
1
-0
/
+2
*
RHI: fix Rhi::Renderer that creating bad QImage instance
YAMAMOTO Atsushi
2022-06-24
1
-2
/
+3
*
Remove unused local variable
YAMAMOTO Atsushi
2022-06-24
1
-1
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
23
-881
/
+53
*
Fix Light Uniform handling
Paul Lemire
2022-06-16
2
-15
/
+36
*
Fix some compile warnings
Mike Krus
2022-06-03
5
-18
/
+20
*
Move RHI command executer to separate namespace
Mike Krus
2022-05-17
4
-7
/
+11
*
RHIShader: fix iterator mismatch
Giuseppe D'Angelo
2022-03-28
1
-1
/
+1
*
RHI: Fix content not updated when using OnDemand and switching textures
Paul Lemire
2021-11-24
1
-0
/
+5
*
Replace QT_BEGIN_LICENSE:LGPL3 header
Kai Köhne
2021-08-10
2
-20
/
+26
*
Replace all implicit container move and clear by an explicit function
Paul Lemire
2021-02-24
1
-7
/
+7
*
Fix a number of MSVC int conversion warnings
Friedemann Kleint
2021-01-29
5
-20
/
+20
*
Remove QFrameAllocator (again)
Mike Krus
2021-01-11
4
-7
/
+0
*
Clean up error logging
Mike Krus
2021-01-11
1
-43
/
+49
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-12-22
2
-5
/
+5
*
RHI: compute viewport based on rendertarget size
Paul Lemire
2020-12-16
1
-6
/
+7
*
Fix deadlock when running with QT3D_MAX_THREAD_COUNT=1
Paul Lemire
2020-12-01
3
-22
/
+1
*
OpenGL renderer: fix use of outdated VAO when shader is reloaded
Paul Lemire
2020-12-01
1
-2
/
+0
*
RHI: restore QBufferCapture feature
Paul Lemire
2020-12-01
2
-8
/
+5
*
RHI: handle uniforms of type arrays properly
Paul Lemire
2020-11-28
1
-0
/
+30
*
Use RHI's clipSpaceCorrMatrix for backend where Y is not up
Paul Lemire
2020-11-26
2
-13
/
+11
*
RHI: handle compute commands
Paul Lemire
2020-11-24
2
-149
/
+55
*
RHI: add attr name/type when issuing warning about unsupported type
Paul Lemire
2020-11-23
1
-1
/
+1
*
Introduce QGeometryRenderer::sortIndex
Mike Krus
2020-11-20
1
-0
/
+4
*
Fix deprecated API usage and compile warnings
Mike Krus
2020-11-20
3
-23
/
+6
[next]