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
/
render
/
backend
/
trianglesvisitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
build system: fix unity builds
Tim Blechmann
2024-02-07
1
-1
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-38
/
+2
*
Replace old Q_DECL statements with modern C++
Allan Sandfeld Jensen
2020-11-02
1
-1
/
+1
*
Introduce QPickingProxy
Mike Krus
2020-04-23
1
-2
/
+12
*
Geometry refactoring
Mike Krus
2020-02-27
1
-0
/
+2
*
Fix picking with primitive restart
Mike Krus
2019-12-09
1
-1
/
+10
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Sean Harmer
2018-02-05
1
-9
/
+9
|
\
|
*
Handle 0 stride vertex data
Mike Krus
2018-01-29
1
-9
/
+9
*
|
Render: Use SIMD Vectors and Matrices in the backend
Paul Lemire
2018-02-02
1
-13
/
+13
*
|
Refactor triangle visitor to make way for edge visitor
Mike Krus
2017-05-26
1
-110
/
+45
|
/
*
Use coordinates visitor to avoid copying vertex data
Mike Krus
2017-02-12
1
-33
/
+17
*
Add CoordinateReader to triangle visitor
Antti Määttä
2017-01-24
1
-18
/
+83
*
Also fix other problems with the trianglevisitor
Antti Määttä
2016-12-10
1
-11
/
+12
*
Fix indices passed to TriangleVisitor
Antti Määttä
2016-12-10
1
-17
/
+17
*
Merge branch '5.7.0' into 5.7
Sean Harmer
2016-06-01
1
-1
/
+1
|
\
|
*
Replace Q_DECL_NOEXCEPT by Q_DECL_NOTHROW
Paul Lemire
2016-05-23
1
-1
/
+1
*
|
Fix index in the degenerate check
Määttä Antti
2016-05-23
1
-3
/
+3
|
/
*
Q_NULLPTR -> nullptr
Sean Harmer
2016-05-01
1
-5
/
+5
*
Fix trianglevisitor traversing triangle strips
Antti Määttä
2016-05-01
1
-4
/
+18
*
render/backend: eradicate Q_FOREACH loops [low-risk]
Marc Mutz
2016-04-28
1
-1
/
+2
*
TrianglesVisitor: fix buffer overrun
Marc Mutz
2016-03-01
1
-2
/
+2
*
QAttribute API changes
Paul Lemire
2016-02-29
1
-7
/
+7
*
Unify license header usage
Antti Kokko
2016-01-26
1
-11
/
+14
*
Refactor picking to use one thread per entity
Mike Krus
2016-01-25
1
-0
/
+518