Blender Git Commit Log
Git Commits -> Revision b1cecb8
Revision b1cecb8 by Sergey Sharybin (cycles-x) April 22, 2021, 10:32 (GMT) |
Cycles: Use best suitable BVH layout for OptiX Restore back the decision between fast-to-trace and fast-to-update BVH types. Based on the BVH type which is available via the BVH parameters. The BVHType is now moved from render/ to bvh/ so that the device can easily access the enum values. |
Commit Details:
Full Hash: b1cecb8639ba3aec7605f95ae1d6ac80bc63ac4b
Parent Commit: 9847211
Lines Changed: +36, -38
7 Modified Paths:
/intern/cycles/app/cycles_xml.cpp (+1, -1) (Diff)
/intern/cycles/blender/blender_sync.cpp (+2, -2) (Diff)
/intern/cycles/bvh/bvh_embree.cpp (+1, -1) (Diff)
/intern/cycles/bvh/bvh_params.h (+21, -0) (Diff)
/intern/cycles/device/optix/device_impl.cpp (+9, -11) (Diff)
/intern/cycles/render/object.cpp (+1, -1) (Diff)
/intern/cycles/render/scene.h (+1, -22) (Diff)
/intern/cycles/blender/blender_sync.cpp (+2, -2) (Diff)
/intern/cycles/bvh/bvh_embree.cpp (+1, -1) (Diff)
/intern/cycles/bvh/bvh_params.h (+21, -0) (Diff)
/intern/cycles/device/optix/device_impl.cpp (+9, -11) (Diff)
/intern/cycles/render/object.cpp (+1, -1) (Diff)
/intern/cycles/render/scene.h (+1, -22) (Diff)