summaryrefslogtreecommitdiff
path: root/thirdparty/xatlas
AgeCommit message (Collapse)Author
2022-05-17xatlas: Sync with upstream 16ace528aRémi Verschelde
Just cleaning up unused but set variables. https://github.com/jpcy/xatlas/commit/16ace528acd2cf1f16a7c0dde99c42c486488dbe
2021-11-19xatlas: Sync with upstream ec707faeaRémi Verschelde
https://github.com/jpcy/xatlas/commit/ec707faeac3b95e6b416076a9509718cce105b6a
2020-12-02xatlas: Sync with upstream 5571fc7Adam Brown
Fixes #44017 by changing the `normalize()` function to check for non-negative rather than non-zero via an epsilon check.
2020-05-20xatlas: Sync with upstream 470576dRémi Verschelde
2020-05-20xatlas: Revert style changes made by mistake in #38386Rémi Verschelde
2020-05-10New lightmapperJuan Linietsky
-Added LocalVector (needed it) -Added stb_rect_pack (It's pretty cool, we could probably use it for other stuff too) -Fixes and changes all around the place -Added library for 128 bits fixed point (required for Delaunay3D)
2019-12-22xatlas: Sync with upstream e12ea82Rémi Verschelde
2019-08-28Tweak xatlas and import new version b4b5426K. S. Ernest Lee
* Avoid xatlas crash * Enable alignment and disable bruteforce for speedups * Update xatlas to b4b5426 * Delete old patches
2019-07-16Update xatlas to f65a664.K. S. Ernest (iFIre) Lee
xatlas is now multicore.
2019-07-09Update xatlas to b7d7bb.K. S. Ernest (iFire) Lee
2019-05-22Fix non UTF8-encoded thirdparty filesRémi Verschelde
2019-04-19xatlas: Redo our custom changes, but properly documentedRémi Verschelde
2019-04-19xatlas: Revert to unmodified upstream code, add to COPYRIGHTRémi Verschelde
Imported by @reduz from https://github.com/jpcy/xatlas/commit/b8ec29b6b62fb808823e042df5f0f800c07f2e8b Custom changes will be remade properly in the next commit.
2018-09-29Added xatlas as alternative to thekla, forced it on.Juan Linietsky
Did some hacks to it to avoid it from failing on bad geometry.