summaryrefslogtreecommitdiffstats
path: root/thirdparty/xatlas
Commit message (Collapse)AuthorAgeFilesLines
* xatlas: Sync with upstream 16ace528aRémi Verschelde2022-05-171-5/+0
| | | | | | Just cleaning up unused but set variables. https://github.com/jpcy/xatlas/commit/16ace528acd2cf1f16a7c0dde99c42c486488dbe
* xatlas: Sync with upstream ec707faeaRémi Verschelde2021-11-192-846/+1298
| | | | https://github.com/jpcy/xatlas/commit/ec707faeac3b95e6b416076a9509718cce105b6a
* xatlas: Sync with upstream 5571fc7Adam Brown2020-12-022-3262/+2683
| | | | 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-203-2205/+2837
|
* xatlas: Revert style changes made by mistake in #38386Rémi Verschelde2020-05-201-755/+1159
|
* New lightmapperJuan Linietsky2020-05-101-1159/+755
| | | | | | | -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)
* xatlas: Sync with upstream e12ea82Rémi Verschelde2019-12-223-1485/+2359
|
* Tweak xatlas and import new version b4b5426K. S. Ernest Lee2019-08-284-1524/+1574
| | | | | | * Avoid xatlas crash * Enable alignment and disable bruteforce for speedups * Update xatlas to b4b5426 * Delete old patches
* Update xatlas to f65a664.K. S. Ernest (iFIre) Lee2019-07-161-270/+428
| | | xatlas is now multicore.
* Update xatlas to b7d7bb.K. S. Ernest (iFire) Lee2019-07-092-5414/+5997
|
* Fix non UTF8-encoded thirdparty filesRémi Verschelde2019-05-221-22/+22
|
* xatlas: Redo our custom changes, but properly documentedRémi Verschelde2019-04-194-3/+268
|
* xatlas: Revert to unmodified upstream code, add to COPYRIGHTRémi Verschelde2019-04-193-1026/+1386
| | | | | 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-292-0/+7544
Did some hacks to it to avoid it from failing on bad geometry.