Blender Git Loki
Git Commits -> Revision 009971b
Revision 009971b by Stefan Werner (master) September 1, 2020, 19:00 (GMT) |
Cycles: Separate Embree device for each CPU Device. Before, Cycles was using a shared Embree device across all instances. This could result in crashes when viewport rendering and material preview were using Cycles simultaneously. Fixes issue T80042 Maniphest Tasks: T80042 Differential Revision: https://developer.blender.org/D8772 |
Commit Details:
Full Hash: 009971ba7adc9603b90e9bf99b6b6d53eeae6c3a
Parent Commit: f2d2640
Lines Changed: +49, -69
7 Modified Paths:
/intern/cycles/bvh/bvh.cpp (+3, -2) (Diff)
/intern/cycles/bvh/bvh.h (+2, -1) (Diff)
/intern/cycles/bvh/bvh_embree.cpp (+11, -60) (Diff)
/intern/cycles/bvh/bvh_embree.h (+3, -4) (Diff)
/intern/cycles/device/device.h (+6, -0) (Diff)
/intern/cycles/device/device_cpu.cpp (+22, -0) (Diff)
/intern/cycles/render/geometry.cpp (+2, -2) (Diff)
/intern/cycles/bvh/bvh.h (+2, -1) (Diff)
/intern/cycles/bvh/bvh_embree.cpp (+11, -60) (Diff)
/intern/cycles/bvh/bvh_embree.h (+3, -4) (Diff)
/intern/cycles/device/device.h (+6, -0) (Diff)
/intern/cycles/device/device_cpu.cpp (+22, -0) (Diff)
/intern/cycles/render/geometry.cpp (+2, -2) (Diff)