summaryrefslogtreecommitdiffstats
path: root/thirdparty/xatlas/xatlas.h
Commit message (Collapse)AuthorAgeFilesLines
* xatlas: Sync with upstream ec707faeaRémi Verschelde2021-11-191-12/+24
| | | | https://github.com/jpcy/xatlas/commit/ec707faeac3b95e6b416076a9509718cce105b6a
* xatlas: Sync with upstream 5571fc7Adam Brown2020-12-021-92/+78
| | | | Fixes #44017 by changing the `normalize()` function to check for non-negative rather than non-zero via an epsilon check.
* xatlas: Sync with upstream 470576dRémi Verschelde2020-05-201-27/+36
|
* xatlas: Sync with upstream e12ea82Rémi Verschelde2019-12-221-4/+7
|
* Tweak xatlas and import new version b4b5426K. S. Ernest Lee2019-08-281-16/+20
| | | | | | * Avoid xatlas crash * Enable alignment and disable bruteforce for speedups * Update xatlas to b4b5426 * Delete old patches
* Update xatlas to b7d7bb.K. S. Ernest (iFire) Lee2019-07-091-128/+206
|
* xatlas: Redo our custom changes, but properly documentedRémi Verschelde2019-04-191-0/+3
|
* xatlas: Revert to unmodified upstream code, add to COPYRIGHTRémi Verschelde2019-04-191-22/+36
| | | | | Imported by @reduz from https://github.com/jpcy/xatlas/commit/b8ec29b6b62fb808823e042df5f0f800c07f2e8b Custom changes will be remade properly in the next commit.
* Added xatlas as alternative to thekla, forced it on.Juan Linietsky2018-09-291-0/+160
Did some hacks to it to avoid it from failing on bad geometry.