bdk-blender/intern/cycles/kernel
Xavier Hallade 0d557718eb Fix #111162: Overlay drawing issues due to shared library using fastmath
Cycles oneAPI kernel library was compiled using -ffast-math. The current
version of Clang makes it link to crtfastmath.o in that case, bringing a
static constructor that does set the FTZ/DAZ bits in MXCSR for the whole
program, leading to unwanted behavior with other components.
Instead of -ffast-math, we switch to a safer subset of compile flags.

Pull Request: blender/blender#111708
2023-09-12 16:12:30 +02:00
..
bake Fix T103094: Cycles ignores small suns in Nishita sky 2023-01-19 18:31:54 -06:00
bvh Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
camera Cleanup: comment blocks 2023-03-09 10:39:49 +11:00
closure Fix #108211: Cycles: Correctly split Glass BSDF contributions 2023-06-13 01:34:07 +02:00
device Fix various HIP RT issues 2023-06-20 20:47:10 +02:00
film Fix Cycles on Metal after the recent changes 2023-06-13 13:01:58 +02:00
geom Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
integrator Fix #105555: Cycles: Baking only indirect lighting is broken 2023-06-14 01:42:22 +02:00
light Cycles: Fix light tree sampling of multiple large distant lights 2023-06-13 15:36:05 +02:00
osl Fix refraction BSDF color when using OSL 2023-06-05 01:01:19 +02:00
sample Fix #106706: fireflies with Nishita sky sun sampling at certain angles 2023-04-17 17:29:27 +02:00
svm Fix #111277: NaN in Vector Displacement leading to render errors 2023-09-05 12:47:44 +02:00
util Cycles: simplify handling of ray differentials 2022-08-15 13:48:02 +02:00
CMakeLists.txt Fix #111162: Overlay drawing issues due to shared library using fastmath 2023-09-12 16:12:30 +02:00
data_arrays.h Cycles: add instancing support in light tree 2023-04-14 19:12:16 +02:00
data_template.h Fix build error on macOS after previous commit 2023-04-17 17:47:29 +02:00
tables.h Cycles: add Sobol-Burley sampling pattern 2022-08-19 16:27:22 +02:00
types.h Fix Cycles Metal AMD crash with shadow caustics, by disabling it 2023-06-15 16:33:21 +02:00