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