Blender Git Commit Log
Git Commits -> Revision 918ef5f
Revision 918ef5f by Stefan Werner (blender-v2.90-release) September 21, 2020, 07:45 (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: 918ef5f8352a209fba9846effe584bec9c97b1f6
Parent Commit: 41e4079
Lines Changed: +51, -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 (+13, -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 (+13, -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)