summaryrefslogtreecommitdiffstats
path: root/thirdparty/embree
Commit message (Collapse)AuthorAgeFilesLines
* embree: Fix include order causing unwanted dllexport symbolsAlvin Wong2024-07-122-1/+21
|
* [Windows/ARM64] Fix raycast/embree ARM64 build with LLVM/MinGW.bruvzg2024-06-202-1/+63
|
* CI: Hotfix for build error with newer clang++Daniel Opitz2024-06-102-3/+3
| | | | | | | | | | | | | | | It will be included in the next release at some point. - https://github.com/RenderKit/embree/issues 486 "fix output operator" [ 30%] Compiling thirdparty/embree/kernels/common/accelset.cpp ... In file included from thirdparty/embree/kernels/common/device.cpp:12: In file included from thirdparty/embree/kernels/common/scene_curves.h:10: thirdparty/embree/kernels/common/../subdiv/bezier_curve.h:138:56: error: no member named 'u' in 'QuadraticBezierCurve<V>' 138 | return cout << "QuadraticBezierCurve ( (" << a.u.lower << ", " << a.u.upper << "), " << a.v0 << ", " << a.v1 << ", " << a.v2 << ")"; ...
* Fixed use of undeclared identifier '__cpuidex' error on mingwTravis Lange2024-06-042-1/+14
|
* embree: Update to 4.3.1Jakub Mateusz Marcowski2024-03-27210-5808/+12430
|
* Web: Fix side module build with EmbreeRémi Verschelde2022-12-092-15/+51
| | | | | | | | 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-25108-5677/+9142
|
* Fix debug build for iphoneGergely Kis2021-11-233-4/+4
| | | | | printf() does not have a version that accepts std::string as format string parameter.
* Upgrade Embree and enable ray packetsJoan Fons2021-09-138-5/+2202
| | | | | | Minor patch upgrade. Enabling ray packets results in faster processing of ray streams (i.e. occlusion culling buffer updates) at the cost of slightly larger binary sizes.
* Upgrade Embree to the latest official release.jfons2021-05-21320-0/+94546
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.