summaryrefslogtreecommitdiff
path: root/thirdparty/thekla_atlas
AgeCommit message (Collapse)Author
2019-04-19Drop unused thekla_atlas dependencyRémi Verschelde
Since f12cb82 @reduz dropped the use of the thirdparty thekla_atlas library, which is replaced by xatlas. Fixes #28180. Fixes #28182.
2018-08-13Merge pull request #20913 from pulkomandy/masterRémi Verschelde
Rebase patches for fixing haiku build.
2018-08-11Rebase patches for fixing haiku build.Adrien Destugues
2018-07-29Do not use deprecated stuff that only glibc now implementsJari Ronkainen
2018-03-20Updated thekla_atlas to support arm64Brigham Henry Keys
2017-12-31Add thekla_atlas/godot-changes.patchMartin Capitanio
2017-12-31Avoid thekla_unwrap crashMartin Capitanio
Godot crashed here sometimes by generating the uv map.
2017-12-20Thekla: redo reduz's changes from 8b01b2e85cb7ed60209c925f1e123374272bd8c8Rémi Verschelde
But this time without messing up the code style and with proper comments documenting changed code.
2017-12-20Thekla: Revert to state before clang-format changesRémi Verschelde
The file was wrongly formatted in 8b01b2e85cb7ed60209c925f1e123374272bd8c8, for thirdparty code we keep the upstream style *if* we need to make changes at all.
2017-12-19-Fix some crashes in unwrapperJuan Linietsky
-Add emission lighting to raytrace mode, fixes #14686
2017-12-15Fix 32bit MingW build for thekla_altasHein-Pieter van Braam
2017-12-15thekla: Fix build on x86 systems without SSE supportRémi Verschelde
Fixes #14709. Same as https://github.com/Thekla/thekla_atlas/pull/11, but adding comments until it's merged upstream.
2017-12-15Fixes thekla atlas mingw-w64 buildbruvzg
2017-12-12Fix mingw build for thekla_atlasHein-Pieter van Braam
2017-12-09oops, missingJuan Linietsky
2017-12-09thekla_atlas: Fix compilation errorRémi Verschelde
Bug introduced in 65fb961b8b2c81ce33c9e0e4c0add7b13da0193a.
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
-Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away
2017-12-08Import thekla_atlasHein-Pieter van Braam
As requested by reduz, an import of thekla_atlas into thirdparty/