Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-09 | Web: Fix side module build with Embree | RĂ©mi Verschelde | |
Using `EM_ASM` here would cause this error in template builds: ``` EM_ASM is not supported in side modules ``` We use our own method for this since it already handles this properly. | |||
2022-11-25 | Update embree to 3.13.5 | DeeJayLSP | |
2021-05-21 | Upgrade Embree to the latest official release. | jfons | |
Since Embree v3.13.0 supports AARCH64, switch back to the official repo instead of using Embree-aarch64. `thirdparty/embree/patches/godot-changes.patch` should now contain an accurate diff of the changes done to the library. |