Blender Git Commit Log
Git Commits -> Revision 3e4a448
Revision 3e4a448 by Brecht Van Lommel (cycles-x) March 3, 2021, 08:57 (GMT) |
Fix various CUDA rendering issues with new integrator * Mark paths outside of the total work size as terminated * Error in device_vector.copy_from_device implementation * Don't assume sort_intersections works for 0 hits * Remove feature flags from integrator state, this is to be handled with SoA selective array allocation instead. |
Commit Details:
Full Hash: 3e4a448e51a9b0fc18c61120a16c2eaf3b504747
Parent Commit: 022a93b
Committed By: Sergey Sharybin
Lines Changed: +27, -31
7 Modified Paths:
/intern/cycles/device/cuda/queue.cpp (+3, -1) (Diff)
/intern/cycles/device/device_memory.h (+1, -1) (Diff)
/intern/cycles/kernel/bvh/bvh.h (+2, -0) (Diff)
/intern/cycles/kernel/integrator/integrator_init_from_camera.h (+1, -0) (Diff)
/intern/cycles/kernel/integrator/integrator_intersect_shadow.h (+13, -11) (Diff)
/intern/cycles/kernel/integrator/integrator_state.h (+1, -18) (Diff)
/intern/cycles/kernel/kernels/cuda/kernel.cu (+6, -0) (Diff)
/intern/cycles/device/device_memory.h (+1, -1) (Diff)
/intern/cycles/kernel/bvh/bvh.h (+2, -0) (Diff)
/intern/cycles/kernel/integrator/integrator_init_from_camera.h (+1, -0) (Diff)
/intern/cycles/kernel/integrator/integrator_intersect_shadow.h (+13, -11) (Diff)
/intern/cycles/kernel/integrator/integrator_state.h (+1, -18) (Diff)
/intern/cycles/kernel/kernels/cuda/kernel.cu (+6, -0) (Diff)