index
:
delta/qt5/qt3d.git
1_0_RC1
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
baserock/morph
baserock/v5.0.0-beta1-81-gbdb98ba
dev
master
qt4
refactor
release
stable
wip/animation
wip/cmake
wip/newapi
wip/particles
wip/physics
wip/qt6
wip/qt6_snapshot
wip/qtquickintegration
wip/qtquickintergration
wip/refactor
wip/rhi-renderer
wip/vr
wip/yaml-dependencies
code.qt.io: qt/qt3d.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
render
/
io
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove qmake build files
Mike Krus
2023-03-17
1
-29
/
+0
*
Qt3DRender: includemocs
Mike Krus
2022-06-22
6
-0
/
+12
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
24
-912
/
+48
*
Q*FActory: remove unused path arguments
Thiago Macieira
2021-11-23
4
-73
/
+9
*
Replace all implicit container move and clear by an explicit function
Paul Lemire
2021-02-24
2
-4
/
+4
*
Convert containers to use std::vector
Mike Krus
2020-12-01
2
-13
/
+12
*
Handle invalid entity names in QSceneLoader::component
Michael Brasser
2020-11-02
1
-0
/
+2
*
Use QList instead of QVector in render
Jarek Kobus
2020-07-09
2
-8
/
+6
*
QAspectJob: switch to using std::vector
Paul Lemire
2020-07-02
2
-7
/
+7
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-06-24
2
-4
/
+4
*
Geometry refactoring
Mike Krus
2020-02-27
4
-144
/
+5
*
Remove unused data structures
Mike Krus
2020-02-11
1
-5
/
+0
*
Remove deprecated classes and functions
Paul Lemire
2020-02-11
4
-28
/
+3
*
Make the OpenGL renderer a plugin
Paul Lemire
2020-02-05
2
-2
/
+2
*
Doc: Fix documentation warnings
Topi Reinio
2019-11-13
1
-1
/
+1
*
Fix missing status change in QSceneLoader
Mike Krus
2019-10-25
1
-0
/
+3
*
Restore sceneChangeEvent overload that were removed
Paul Lemire
2019-10-22
2
-0
/
+7
*
Clean up old property update code
Mike Krus
2019-10-20
2
-2
/
+0
*
Update LoadSceneJob to use direct sync
Paul Lemire
2019-10-07
5
-60
/
+22
*
Update QSceneLoader to use direct sync
Paul Lemire
2019-09-25
2
-32
/
+14
*
Switch export macros to standard form
Kai Koehne
2019-04-02
12
-12
/
+12
*
Load static plugins when QT_NO_LIBRARY is set
Anton Kreuzkamp
2019-02-22
1
-7
/
+5
*
Doc: Fix external link error for SceneLoader
Michael Brasser
2019-01-29
1
-1
/
+1
*
Doc: Fix external link error
Nico Vertriest
2018-10-22
1
-1
/
+1
*
Doc: Add missing dots (qt3d)
Paul Wicking
2018-06-19
1
-2
/
+2
*
Move Renderer specific classes into new folder
Paul Lemire
2018-03-19
3
-281
/
+0
*
Merge branch '5.10' into dev
Sean Harmer
2018-01-26
3
-3
/
+12
|
\
|
*
SceneLoader: fix broken scene tree unloading
Paul Lemire
2018-01-23
2
-1
/
+10
|
*
SceneManager: rename pendingSceneLoaderJobs()
Paul Lemire
2018-01-23
2
-2
/
+2
*
|
Merge branch '5.10' into dev
Sean Harmer
2018-01-17
3
-6
/
+5
|
\
\
|
|
/
|
*
Merge branch '5.9' into 5.10
Sean Harmer
2018-01-12
3
-6
/
+5
|
|
\
|
|
*
Get rid of the INDEXBITS template argument for QHandle
Lars Knoll
2017-12-13
2
-2
/
+0
|
|
*
Fix includes of Qt classes
Friedemann Kleint
2017-11-23
1
-1
/
+1
*
|
|
Improve plugin loading with -no-feature-library
Ulf Hermann
2017-10-20
1
-10
/
+12
*
|
|
Replace Q_DECL_FINAL with final
Kevin Funk
2017-09-25
1
-1
/
+1
*
|
|
Replace Q_DECL_OVERRIDE with override
Kevin Funk
2017-09-25
3
-7
/
+7
|
/
/
*
|
Merge branch '5.9' into 5.10
Sean Harmer
2017-09-12
2
-7
/
+4
|
\
\
|
|
/
|
*
Get rid of the AllocationPolicy template argument in the ResourceManager
Lars Knoll
2017-09-11
2
-2
/
+0
*
|
Add uniform buffer support for GLES 3.0+
Laszlo Agocs
2017-07-06
1
-1
/
+1
*
|
Add support for remote content in SceneLoader
Mike Krus
2017-05-21
3
-9
/
+95
*
|
Add support to load data from memory for scene loaders
Mike Krus
2017-05-21
1
-1
/
+2
|
/
*
Doc: corrected link error and completed parameter definitions
Nico Vertriest
2017-03-21
1
-1
/
+1
*
Fix container detachments when using range loop
Sergio Martins
2017-02-24
1
-2
/
+4
*
Start using REVISION on our properties
Kevin Ottens
2017-02-23
1
-4
/
+4
*
Merge branch '5.8' into 5.9
Sean Harmer
2017-02-10
2
-7
/
+15
|
\
|
*
Fix deprecation warning
Sean Harmer
2017-02-08
2
-7
/
+15
|
*
ObjLoader: actually check for the indices' values
Giuseppe D'Angelo
2017-01-13
1
-7
/
+7
*
|
Deliver all events by default unless marked as intermediate
Sean Harmer
2017-02-09
1
-3
/
+0
*
|
Add missing Q_INTERFACES(QFactoryInterface)
Sean Harmer
2017-02-06
1
-0
/
+1
*
|
Transfers gpu buffer data to cpu
Juan José Casafranca
2017-01-31
2
-0
/
+14
[next]