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.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
/
opengl
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
GLShader: fix wrong uniformNamesEnd iterator
Paul Lemire
2024-06-18
1
-1
/
+1
*
Fix issue with camera shaking with large offset values
Mike Krus
2024-01-15
1
-2
/
+10
*
Build with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-07-22
2
-2
/
+3
*
Resolve QTransform symbol ambiguity in unity build
Amir Masoud Abdol
2023-04-13
1
-35
/
+31
*
Remove qmake build files
Mike Krus
2023-03-17
1
-29
/
+0
*
OpenGLVertexArrayObject: fix bugprone erase() call
Aurélien Brooke
2022-12-21
1
-3
/
+4
*
Remove qsizetype to int narrowing conversions
Aurélien Brooke
2022-12-21
1
-2
/
+2
*
Handle nullptr returned from the shader manager
Martin Andersson
2022-12-16
1
-0
/
+3
*
ShaderParameterPack: check we only store a single UBO/SSBO per BlockBinding
Paul Lemire
2022-11-02
1
-2
/
+18
*
Fix unused parameter warnings on Windows
Johannes Kauffmann
2022-10-28
1
-0
/
+4
*
Port from container::count() and length() to size() - V4
Marc Mutz
2022-10-20
1
-1
/
+1
*
Port to new Q_UNREACHABLE_RETURN()
Marc Mutz
2022-10-20
1
-6
/
+3
*
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
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
23
-879
/
+51
*
Fix Light Uniform handling
Paul Lemire
2022-06-16
2
-7
/
+8
*
Fix some compile warnings
Mike Krus
2022-06-03
2
-8
/
+8
*
Fix crash in Renderer::cleanupShader
Harald Vistnes
2022-02-10
1
-0
/
+3
*
OpenGL renderer: restore surface on context when shutting down
Paul Lemire
2021-11-30
1
-27
/
+39
*
OpenGL: Fix content not updated when using OnDemand and switching textures
Paul Lemire
2021-11-24
1
-0
/
+5
*
Fix MSVC warning in opengl renderview.cpp
Kai Köhne
2021-11-22
1
-1
/
+1
*
Fix licensing headers
Mike Krus
2021-11-17
1
-4
/
+15
*
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
2
-12
/
+12
*
Fix a number of MSVC int conversion warnings
Friedemann Kleint
2021-01-29
5
-9
/
+9
*
Fix light uniforms not properly being updated
Paul Lemire
2021-01-27
2
-1
/
+8
*
Enable compiling non-QML API against Qt 5.15
Mike Krus
2021-01-05
1
-2
/
+2
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-12-22
2
-5
/
+5
*
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
2
-5
/
+27
*
Handle fallout from QEvent loosing it's copy constructor
Mike Krus
2020-11-23
2
-8
/
+0
*
Introduce QGeometryRenderer::sortIndex
Mike Krus
2020-11-20
1
-0
/
+4
*
Fix deprecated API usage and compile warnings
Mike Krus
2020-11-20
1
-5
/
+5
*
Replace old Q_DECL statements with modern C++
Allan Sandfeld Jensen
2020-11-02
1
-52
/
+52
*
RenderView: remove warning about no CameraSelector being set
Paul Lemire
2020-10-07
1
-2
/
+0
*
Only release context if we own it
Mike Krus
2020-09-23
1
-1
/
+2
*
RenderCommands: try to resolve API shader at command build time
Paul Lemire
2020-09-18
1
-0
/
+8
*
Q_DECL_UNUSED has to be before type specifiers
Allan Sandfeld Jensen
2020-09-08
1
-1
/
+1
*
rhi: apply Scene3D changes from 5.15
Paul Lemire
2020-08-26
1
-2
/
+6
*
Move sync jobs to a common place so that they can be used by rhi and opengl
Paul Lemire
2020-08-26
3
-477
/
+3
*
Job Graph dump improvements
Paul Lemire
2020-08-24
3
-15
/
+21
*
Add yUpInNDC and yUpInFBO uniforms
Paul Lemire
2020-08-13
2
-1
/
+9
*
Remove useless virtual method
Mike Krus
2020-08-13
2
-14
/
+4
*
QRenderTargetSelector: remove outputs/drawBuffers property
Paul Lemire
2020-08-13
1
-1
/
+1
*
EnvLight uniforms add name aliases
Paul Lemire
2020-07-29
1
-2
/
+12
*
Refactor Scene3D to work with both RHI and GL Qt3D renderers
Paul Lemire
2020-07-29
2
-1
/
+18
*
Protect accesses to the Render cache
Paul Lemire
2020-07-27
1
-1
/
+4
*
Fix vS2019 build issues
Mike Krus
2020-07-20
2
-3
/
+2
*
Use QList instead of QVector in implementation and docs
Jarek Kobus
2020-07-09
7
-25
/
+24
*
Move RenderViewInitializer,Builder/Updater jobs to a common place
Paul Lemire
2020-07-08
5
-6
/
+254
[next]