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
/
graphicshelpers
Commit message (
Expand
)
Author
Age
Files
Lines
*
RHI Shader: move the vectors around instead of copying them
Aurélien Brooke
2024-01-22
1
-6
/
+8
*
RHI SubmissionContext: remove unused m_id and static_instances
Aurélien Brooke
2024-01-16
2
-19
/
+0
*
RHI: implement the LineWidth render state
Aurélien Brooke
2024-01-13
1
-0
/
+7
*
Adapt to the RHI API concept
Laszlo Agocs
2023-05-22
2
-17
/
+3
*
Resolve QTransform symbol ambiguity in unity build
Amir Masoud Abdol
2023-04-13
1
-2
/
+0
*
RHI: generate GLSL shaders of correct version when running on OpenGL ES
Aurélien Brooke
2023-04-13
1
-15
/
+34
*
Remove qmake build files
Mike Krus
2023-03-17
1
-9
/
+0
*
RHI SubmissionContext: remove unused members
Aurélien Brooke
2022-12-21
2
-16
/
+4
*
Remove qsizetype to int narrowing conversions
Aurélien Brooke
2022-12-21
1
-9
/
+9
*
RHI: fix the leak of QRhiResourceUpdateBatch
Aurélien Brooke
2022-12-19
1
-0
/
+5
*
Adjust CMake condition and condition in code when including vulkan headers
Alexey Edelev
2022-09-23
1
-3
/
+5
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
2
-77
/
+5
*
Compile RHI shaders on iOS
Mike Krus
2021-07-19
1
-1
/
+1
*
Fix detection of Vulkan
Mike Krus
2021-03-22
1
-2
/
+2
*
Replace all implicit container move and clear by an explicit function
Paul Lemire
2021-02-24
1
-1
/
+1
*
Fix a number of MSVC int conversion warnings
Friedemann Kleint
2021-01-29
1
-2
/
+2
*
Clean up use to QVector vs QList
Mike Krus
2021-01-11
1
-7
/
+7
*
Categorise warnings
Mike Krus
2021-01-08
1
-4
/
+4
*
rhi: Add support for QRenderCapture
Paul Lemire
2020-08-27
1
-1
/
+2
*
Fix compile warnings
Paul Lemire
2020-08-18
2
-192
/
+0
*
rhi: createShaderProgram only generate shaders for the backend in use
Paul Lemire
2020-08-14
1
-8
/
+8
*
rhi: add gl and gles2 aliases for the RHI opengl backend
Paul Lemire
2020-08-10
1
-1
/
+3
*
rhi: submissioncontext add debug logs specifying the RHI backend in use
Paul Lemire
2020-08-07
1
-0
/
+5
*
Use QSG_RHI_BACKEND instead of QT3D_RHI_DEFAULT_API
Paul Lemire
2020-08-07
1
-1
/
+1
*
Fix build and warnings
Mike Krus
2020-08-07
1
-2
/
+2
*
rhi: Start adding compute support
Jean-Michaël Celerier
2020-08-05
1
-10
/
+22
*
Refactor Scene3D to work with both RHI and GL Qt3D renderers
Paul Lemire
2020-07-29
2
-36
/
+86
*
rhi: fix SubmissionContext::loadShader for Unicode files
Nicolas Guichard
2020-07-16
1
-7
/
+12
*
Use a single UBO per binding for all commands using the same pipeline
Paul Lemire
2020-07-16
2
-11
/
+11
*
RHI: Handle cases where buffer has no data
Paul Lemire
2020-07-09
1
-0
/
+4
*
rhi: cleanup code which was only relevant for opengl renderer
Jean-Michaël Celerier
2020-07-07
2
-92
/
+5
*
RHI: Fix a couple warnings
Paul Lemire
2020-07-07
1
-1
/
+3
*
rhi: replace QVector by std::vector wherever possible
Jean-Michaël Celerier
2020-07-07
1
-9
/
+11
*
rhi: implement a missing render state
Jean-Michaël Celerier
2020-06-26
1
-0
/
+9
*
rhi: setup the initial state that Qt3D expects on the pipelines
Jean-Michaël Celerier
2020-06-25
1
-1
/
+33
*
rhi: initial render target support
Jean-Michaël Celerier
2020-06-25
2
-152
/
+0
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-06-24
1
-22
/
+22
*
rhi: backport opengl renderer changes
Jean-Michaël Celerier
2020-06-22
2
-19
/
+19
*
rhi: fix swapchain resizing condition being incorrect
Jean-Michaël Celerier
2020-06-08
1
-1
/
+1
*
rhi: Update with Qt6 API changes for resource management
Jean-Michaël Celerier
2020-06-03
1
-3
/
+3
*
Silence a few warnings
Mike Krus
2020-05-19
1
-48
/
+66
*
Adapt to proper version of QtShaderTools
Mike Krus
2020-05-12
1
-1
/
+1
*
Fix build for Qt6
Mike Krus
2020-05-06
2
-3
/
+4
*
rhi: apply clang-format to the whole plug-in
Jean-Michaël Celerier
2020-04-22
2
-571
/
+598
*
rhi: fix another memory leak
Jean-Michaël Celerier
2020-04-22
1
-1
/
+0
*
rhi: Better handling for GLSL version detection
Jean-Michaël Celerier
2020-04-22
1
-13
/
+31
*
rhi: Make Qt3DQuickWindow work with RHI
Jean-Michaël Celerier
2020-04-22
2
-5
/
+0
*
rhi: Work needed for PBR material support in RHI
Jean-Michaël Celerier
2020-04-22
2
-93
/
+185
*
rhi: Port most of Qt3DExtras materials to RHI
Jean-Michaël Celerier
2020-04-22
1
-1
/
+7
*
Initial creation of RHI plug-in and refactoring
Jean-Michaël Celerier
2020-03-16
3
-0
/
+2009