Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xatlas: Sync with upstream 16ace528a | Rémi Verschelde | 2022-05-17 | 1 | -5/+0 |
| | | | | | | Just cleaning up unused but set variables. https://github.com/jpcy/xatlas/commit/16ace528acd2cf1f16a7c0dde99c42c486488dbe | ||||
* | xatlas: Sync with upstream ec707faea | Rémi Verschelde | 2021-11-19 | 2 | -846/+1298 |
| | | | | https://github.com/jpcy/xatlas/commit/ec707faeac3b95e6b416076a9509718cce105b6a | ||||
* | xatlas: Sync with upstream 5571fc7 | Adam Brown | 2020-12-02 | 2 | -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 470576d | Rémi Verschelde | 2020-05-20 | 3 | -2205/+2837 |
| | |||||
* | xatlas: Revert style changes made by mistake in #38386 | Rémi Verschelde | 2020-05-20 | 1 | -755/+1159 |
| | |||||
* | New lightmapper | Juan Linietsky | 2020-05-10 | 1 | -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 e12ea82 | Rémi Verschelde | 2019-12-22 | 3 | -1485/+2359 |
| | |||||
* | Tweak xatlas and import new version b4b5426 | K. S. Ernest Lee | 2019-08-28 | 4 | -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) Lee | 2019-07-16 | 1 | -270/+428 |
| | | | xatlas is now multicore. | ||||
* | Update xatlas to b7d7bb. | K. S. Ernest (iFire) Lee | 2019-07-09 | 2 | -5414/+5997 |
| | |||||
* | Fix non UTF8-encoded thirdparty files | Rémi Verschelde | 2019-05-22 | 1 | -22/+22 |
| | |||||
* | xatlas: Redo our custom changes, but properly documented | Rémi Verschelde | 2019-04-19 | 4 | -3/+268 |
| | |||||
* | xatlas: Revert to unmodified upstream code, add to COPYRIGHT | Rémi Verschelde | 2019-04-19 | 3 | -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 Linietsky | 2018-09-29 | 2 | -0/+7544 |
Did some hacks to it to avoid it from failing on bad geometry. |