Blender Git Loki
Git Commits -> Revision 90590d7
Revision 90590d7 by Sergey Sharybin (cycles-x) May 12, 2021, 12:56 (GMT) |
Cycles X: Make converge check return number of active pixels Currently no functional changes, but allows to implement different adaptive sampling filtering: for example, the one which progressively lowers noise floor. From benchmarks on RTX 6000 there is no performance impact. |
Commit Details:
Full Hash: 90590d7ddc37f7ed3586279549c21b56c7122563
Parent Commit: fb4b2ba
Lines Changed: +38, -34
7 Modified Paths:
/intern/cycles/integrator/path_trace.cpp (+1, -1) (Diff)
/intern/cycles/integrator/path_trace_work.h (+2, -2) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.cpp (+13, -7) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.h (+1, -1) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.cpp (+15, -16) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.h (+2, -2) (Diff)
/intern/cycles/kernel/device/cuda/kernel.cu (+4, -5) (Diff)
/intern/cycles/integrator/path_trace_work.h (+2, -2) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.cpp (+13, -7) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.h (+1, -1) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.cpp (+15, -16) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.h (+2, -2) (Diff)
/intern/cycles/kernel/device/cuda/kernel.cu (+4, -5) (Diff)