summaryrefslogtreecommitdiffstats
path: root/thirdparty/embree/patches
Commit message (Collapse)AuthorAgeFilesLines
* embree: Fix include order causing unwanted dllexport symbolsAlvin Wong2024-07-121-0/+20
|
* [Windows/ARM64] Fix raycast/embree ARM64 build with LLVM/MinGW.bruvzg2024-06-201-0/+46
|
* Fixed use of undeclared identifier '__cpuidex' error on mingwTravis Lange2024-06-041-0/+13
|
* embree: Update to 4.3.1Jakub Mateusz Marcowski2024-03-272-277/+397
|
* Web: Fix side module build with EmbreeRémi Verschelde2022-12-091-0/+42
| | | | | | | | 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.5DeeJayLSP2022-11-254-381/+44
|
* Fix debug build for iphoneGergely Kis2021-11-231-2/+2
| | | | | printf() does not have a version that accepts std::string as format string parameter.
* Upgrade Embree to the latest official release.jfons2021-05-214-0/+862
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.