Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | embree: Fix include order causing unwanted dllexport symbols | Alvin Wong | 2024-07-12 | 1 | -1/+1 |
| | |||||
* | [Windows/ARM64] Fix raycast/embree ARM64 build with LLVM/MinGW. | bruvzg | 2024-06-20 | 1 | -1/+17 |
| | |||||
* | Fixed use of undeclared identifier '__cpuidex' error on mingw | Travis Lange | 2024-06-04 | 1 | -1/+1 |
| | |||||
* | embree: Update to 4.3.1 | Jakub Mateusz Marcowski | 2024-03-27 | 57 | -928/+4990 |
| | |||||
* | Web: Fix side module build with Embree | Rémi Verschelde | 2022-12-09 | 1 | -15/+9 |
| | | | | | | | | 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. | ||||
* | Update embree to 3.13.5 | DeeJayLSP | 2022-11-25 | 49 | -4953/+8508 |
| | |||||
* | Fix debug build for iphone | Gergely Kis | 2021-11-23 | 1 | -1/+1 |
| | | | | | printf() does not have a version that accepts std::string as format string parameter. | ||||
* | Upgrade Embree to the latest official release. | jfons | 2021-05-21 | 103 | -0/+29497 |
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. |