summaryrefslogtreecommitdiffstats
path: root/src/render/backend/trianglesvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Geometry refactoringMike Krus2020-02-271-0/+2
* Fix picking with primitive restartMike Krus2019-12-091-1/+10
* Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-051-9/+9
|\
| * Handle 0 stride vertex dataMike Krus2018-01-291-9/+9
* | Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-021-13/+13
* | Refactor triangle visitor to make way for edge visitorMike Krus2017-05-261-110/+45
|/
* Use coordinates visitor to avoid copying vertex dataMike Krus2017-02-121-33/+17
* Add CoordinateReader to triangle visitorAntti Määttä2017-01-241-18/+83
* Also fix other problems with the trianglevisitorAntti Määttä2016-12-101-11/+12
* Fix indices passed to TriangleVisitorAntti Määttä2016-12-101-17/+17
* Merge branch '5.7.0' into 5.7Sean Harmer2016-06-011-1/+1
|\
| * Replace Q_DECL_NOEXCEPT by Q_DECL_NOTHROWPaul Lemire2016-05-231-1/+1
* | Fix index in the degenerate checkMäättä Antti2016-05-231-3/+3
|/
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-5/+5
* Fix trianglevisitor traversing triangle stripsAntti Määttä2016-05-011-4/+18
* render/backend: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-04-281-1/+2
* TrianglesVisitor: fix buffer overrunMarc Mutz2016-03-011-2/+2
* QAttribute API changesPaul Lemire2016-02-291-7/+7
* Unify license header usageAntti Kokko2016-01-261-11/+14
* Refactor picking to use one thread per entityMike Krus2016-01-251-0/+518