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.5
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start work on handling shaders
wip/rhi-renderer
Jean-Michaël Celerier
2020-01-15
65
-9080
/
+425
*
First triangle
Jean-Michaël Celerier
2020-01-15
27
-1334
/
+2304
*
Some renaming
Jean-Michaël Celerier
2020-01-15
20
-29
/
+29
*
Add support for multiple surface types in Qt3DWindow
Jean-Michaël Celerier
2020-01-15
2
-3
/
+30
*
Initial creation of RHI plug-in and refactoring
Jean-Michaël Celerier
2019-12-26
83
-1
/
+25033
*
Use QT3D_RENDERER env var to load different renderer plugins
Paul Lemire
2019-12-19
1
-1
/
+7
*
Move classes in OpenGL renderer plugin into an OpenGL namespace
Paul Lemire
2019-12-19
93
-413
/
+647
*
QShaderProgram: add a format property
Paul Lemire
2019-12-19
7
-3
/
+182
*
Make the OpenGL renderer a plugin
Paul Lemire
2019-12-19
258
-524
/
+1685
*
ResourceAccessor: make it work with the modular renderer architecture
Paul Lemire
2019-12-18
10
-85
/
+125
*
Renderer: stop passing buffer type around
Paul Lemire
2019-12-18
3
-15
/
+11
*
Introduce a GLShader class
Paul Lemire
2019-12-18
34
-1071
/
+1256
*
Add dedicated managers holder for GL Resources
Paul Lemire
2019-12-18
25
-211
/
+356
*
Merge branch '5.15' into dev
Paul Lemire
2019-12-18
363
-3077
/
+6114
|
\
|
*
Merge branch '5.14' into 5.15
Paul Lemire
2019-12-18
4
-26
/
+14
|
|
\
|
|
*
Bump version
Daniel Smith
2019-12-16
1
-1
/
+1
|
|
*
RenderViewBuilder: fix leak with EntityRenderCommandData
Paul Lemire
2019-12-16
4
-26
/
+14
|
*
|
Expose number of jobs is last update
Mike Krus
2019-12-17
4
-5
/
+10
|
*
|
Move AspectCommandDebugger to system service, activate command executer
Mike Krus
2019-12-17
13
-98
/
+69
|
*
|
Update textures and disables in postJobs
Mike Krus
2019-12-16
4
-52
/
+14
|
*
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-12-14
24
-79
/
+278
|
|
\
\
|
|
|
/
|
|
*
RenderView: fix leak with m_stateset
Paul Lemire
2019-12-13
1
-0
/
+1
|
|
*
QText2DEntity: Support display of empty strings
Volker Enderlein
2019-12-13
1
-8
/
+5
|
|
*
Merge remote-tracking branch 'origin/5.14.0' into 5.14
Qt Forward Merge Bot
2019-12-13
8
-12
/
+91
|
|
|
\
|
|
|
*
Fix OnDemand rendering with Scene3D
v5.14.0-rc2
v5.14.0
Paul Lemire
2019-12-04
7
-12
/
+42
|
|
|
*
Add changes file for Qt 5.14.0
v5.14.0-rc1
Antti Kokko
2019-11-25
1
-0
/
+49
|
|
*
|
Fix picking with primitive restart for line loops
Mike Krus
2019-12-13
2
-32
/
+52
|
|
*
|
Always get the estimate primitive count from the attribute
Mike Krus
2019-12-13
1
-4
/
+2
|
|
*
|
qquaternionanimation.cpp: Fix warning suppression
Friedemann Kleint
2019-12-11
1
-1
/
+1
|
|
*
|
Skip shouldNotCrashInNormalStartupShutdownSequence
Ulf Hermann
2019-12-11
1
-0
/
+4
|
|
*
|
Doc: Add note about implementation specific property meaning
Paul Wicking
2019-12-10
4
-18
/
+84
|
|
*
|
QDistanceFieldMaterial: Don't scale rgb colors with distance field alpha
Martin Andersson
2019-12-09
2
-2
/
+2
|
|
*
|
Fix picking with primitive restart
Mike Krus
2019-12-09
5
-8
/
+42
|
*
|
|
Use jobsDone to sync render capture back to frontend
Mike Krus
2019-12-13
20
-337
/
+62
|
*
|
|
Implement getting list of aspects from system information class
Mike Krus
2019-12-13
10
-31
/
+57
|
*
|
|
Fix deprecation syntax
Mike Krus
2019-12-13
3
-3
/
+3
|
*
|
|
Remove device pixel ratio adjustments
Mike Krus
2019-12-13
2
-2
/
+3
|
*
|
|
Make tracing a runtime option
Mike Krus
2019-12-13
41
-361
/
+442
|
*
|
|
Deprecate message API
Mike Krus
2019-12-09
31
-88
/
+95
|
*
|
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-12-07
15
-184
/
+325
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Shader: record standard uniform at loading time
Paul Lemire
2019-12-04
5
-45
/
+140
|
|
*
|
GraphicsContext: remove left overs from GL command thread
Paul Lemire
2019-12-03
1
-6
/
+4
|
|
*
|
Fill as much as what we can when building the RC
Paul Lemire
2019-12-03
2
-69
/
+75
|
|
*
|
Adequately split work among RenderViewCommandBuilder
Paul Lemire
2019-12-03
6
-37
/
+69
|
|
*
|
RenderViewCommandUpdaterJob: stop copying renderables data
Paul Lemire
2019-12-02
5
-30
/
+37
|
|
*
|
Make QThreadPooler use the global thread pool
Paul Lemire
2019-12-02
2
-6
/
+9
|
*
|
|
Make NodeRelationshipChange struct private
Mike Krus
2019-12-06
7
-27
/
+13
|
*
|
|
Fix usages of text stream operators
Alexandru Croitor
2019-12-06
11
-36
/
+36
|
*
|
|
Add Q3D_DECL_DEPRECATED macro
Mike Krus
2019-12-05
2
-0
/
+7
|
*
|
|
Refactor ViewAll to not use commands
Mike Krus
2019-12-04
6
-90
/
+73
[next]