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
/
renderviewbuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
RenderViewBuilder: use QAspectManager::idealThreadCount
Paul Lemire
2022-07-12
1
-3
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-38
/
+2
*
Fix deadlock when running with QT3D_MAX_THREAD_COUNT=1
Paul Lemire
2020-12-01
1
-20
/
+0
*
Move sync jobs to a common place so that they can be used by rhi and opengl
Paul Lemire
2020-08-26
1
-465
/
+1
*
Job Graph dump improvements
Paul Lemire
2020-08-24
1
-10
/
+16
*
Protect accesses to the Render cache
Paul Lemire
2020-07-27
1
-1
/
+4
*
Move RenderViewInitializer,Builder/Updater jobs to a common place
Paul Lemire
2020-07-08
1
-3
/
+1
*
Isolate picking event processing
Mike Krus
2020-07-08
1
-1
/
+2
*
Move and adapt RendererCache to share amongst renderer plugins
Paul Lemire
2020-07-07
1
-0
/
+2
*
QAspectJob: switch to using std::vector
Paul Lemire
2020-07-02
1
-2
/
+2
*
Renderer: move QVector to std::vector changes
Paul Lemire
2020-07-01
1
-7
/
+7
*
Switch to std::vector in QRenderAspect backend and OpenGL renderer
Paul Lemire
2020-06-30
1
-41
/
+48
*
Remove unused code
Mike Krus
2020-06-29
1
-2
/
+0
*
Keep only a single EntityRenderCommandDataView per RenderView
Paul Lemire
2020-06-25
1
-42
/
+5
*
Fix compile warnings
Mike Krus
2020-06-17
1
-3
/
+1
*
SyncRenderViewPreCommandUpdate: fix a few odd cases
Paul Lemire
2020-06-04
1
-10
/
+8
*
Leverage RV cache to reuse render commands when possible
Paul Lemire
2020-05-25
1
-56
/
+130
*
QResourcesManager: switch to std::vector
Paul Lemire
2020-05-20
1
-6
/
+9
*
RenderViewBuilder improvements
Paul Lemire
2020-05-19
1
-51
/
+95
*
Merge remote-tracking branch 'origin/5.15' into dev
Mike Krus
2020-04-27
1
-56
/
+81
|
\
|
*
Reduce CommandBuilding/Update job spawning threshold
Paul Lemire
2020-04-23
1
-4
/
+4
|
*
Add missing job count to properly compute number of RenderViewCommandUpdater
Paul Lemire
2020-04-20
1
-1
/
+1
|
*
Adjust number of jobs based on number of render paths
Mike Krus
2020-04-14
1
-54
/
+79
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Mike Krus
2020-03-10
1
-9
/
+16
|
\
|
|
*
Merge gatherer and caching jobs
Mike Krus
2020-03-06
1
-3
/
+3
|
*
Move common job handling out of Renderer
Mike Krus
2020-03-06
1
-6
/
+13
*
|
Fix deprecations and warnings
Mike Krus
2020-02-26
1
-2
/
+7
|
/
*
Add ability to dump job graph to dot file
Mike Krus
2020-02-14
1
-8
/
+8
*
Move classes in OpenGL renderer plugin into an OpenGL namespace
Paul Lemire
2020-02-05
1
-3
/
+6
*
Make the OpenGL renderer a plugin
Paul Lemire
2020-02-05
1
-0
/
+803