summaryrefslogtreecommitdiff
path: root/indra/llmeshoptimizer
AgeCommit message (Collapse)Author
2024-05-16Merge tag '7.1.7-release'Erik Kundiman
source for viewer 7.1.7.8974243247
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵Andrey Lihatskiy
LF, and trim trailing whitespaces as needed
2023-12-06MESHOPTIMIZER_VERSION instead of LL_USESYSTEMLIBSErik Kundiman
to handle Meshoptimizer API differences.
2023-09-10Swap dependency between llmath & llmeshoptimizerErik Kundiman
It seems easier the other way around. This is only so building shared libraries won't fail.
2023-07-29The Linden libraries can be installed nowErik Kundiman
Useful when installed as shared libraries, so other viewer executables can share these libraries.
2023-07-19Newer system meshopt_simplify has 1 extra argumentErik Kundiman
since Meshoptimizer v0.18, an option to specify meshopt_SimplifyLockBorder.
2022-09-16Rename MESHOPTIMIZER.cmake to Meshoptimizer.cmake as those caps honestly bug me.Nicky Dasmijn
2022-09-16Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into ↵Nicky Dasmijn
DRTVWR-568_cmake
2022-06-14SL-17475 Use a shadow indices buffer before simplificationAndrey Kleshchev
2022-06-14SL-17475 fix remap causing an assertAndrey Kleshchev
2022-06-11SL-17475 Remap models before simplificationAndrey Kleshchev
2022-06-05Port new cmake files (Trace/Meshoptimizer) to modern cmakeNicky
2021-08-04DRTVWR-542 Automated method selectionAndrey Kleshchev
Normally simplification methods apply for whole upload, but this one selects methods per model or per face.
2021-07-28DRTVWR-542 Rename simplification methods in UI and add a fallbackAndrey Kleshchev
2021-07-23DRTVWR-542 Attempt to simplify all faces of an object as a whole and split ↵Andrey Kleshchev
back into faces
2021-07-13DRTVWR-542 WIP Fixed StrideAndrey Kleshchev
2021-07-13DRTVWR-542 WIP #7Andrey Kleshchev
2021-07-12DRTVWR-542 WIP #6Andrey Kleshchev
Trying out 'sloppy' variant
2021-07-12DRTVWR-542 WIP #5Andrey Kleshchev
2021-07-09DRTVWR-542 WIP #3Andrey Kleshchev
First functional meshoptimizer
2021-07-08DRTVWR-542 WIP #2Andrey Kleshchev
2021-07-07DRTVWR-542 WIPAndrey Kleshchev
2021-07-07SL-15522 Initial addition of meshoptimizerAndrey Kleshchev