diff options
| author | jfons <joan.fonssanchez@gmail.com> | 2021-04-20 18:38:09 +0200 |
|---|---|---|
| committer | jfons <joan.fonssanchez@gmail.com> | 2021-04-23 15:57:28 +0200 |
| commit | 34b3e8f9e2ae076990ecf3b2827eff759ba2abf9 (patch) | |
| tree | 854a526a5ba2d6128e44d995d1bc138cf84ee722 /thirdparty/README.md | |
| parent | eeccab26c5641409092547e02ad11e6253ac1b87 (diff) | |
| download | redot-engine-34b3e8f9e2ae076990ecf3b2827eff759ba2abf9.tar.gz | |
Add Embree-aarch64 thirdparty library
Diffstat (limited to 'thirdparty/README.md')
| -rw-r--r-- | thirdparty/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 97f21f8539..605b298ac1 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -62,6 +62,26 @@ Files extracted from upstream source: Extracted from .zip provided. Extracted license and header only. +## embree-aarch64 + +- Upstream: https://github.com/lighttransport/embree-aarch64 +- Version: 3.12.1 (6ef362f99af80c9dfe8dd2bfc582d9067897edc6, 2020) +- License: Apache 2.0 + +Files extracted from upstream: + +- All cpp files listed in `modules/raycast/godot_update_embree.py` +- All header files in the directories listed in `modules/raycast/godot_update_embree.py` + +The `modules/raycast/godot_update_embree.py`script can be used to pull the +relevant files from the latest Embree-aarch64 release and apply some automatic changes. + +Some changes have been made in order to remove exceptions and fix minor build errors. +They are marked with `// -- GODOT start --` and `// -- GODOT end --` +comments. Apply the patches in the `patches/` folder when syncing on newer upstream +commits. + + ## enet - Upstream: http://enet.bespin.org |
