Blender Git Commit Log
Git Commits -> Revision 8cbdfcf
Revision 8cbdfcf by Sergey Sharybin (cycles-x) March 30, 2021, 13:31 (GMT) |
Cycles: Unify device variable name Just stick to a commonly used `device`. The original idea of making it clear that the device is actual a compute (non-multi) device didn't really work that great. |
Commit Details:
Full Hash: 8cbdfcf0906e95d16e71e949c39c3ccd17c44009
Parent Commit: 7884eb5
Lines Changed: +31, -33
8 Modified Paths:
/intern/cycles/integrator/denoiser_device.h (+1, -1) (Diff)
/intern/cycles/integrator/path_trace.cpp (+2, -2) (Diff)
/intern/cycles/integrator/path_trace_work.cpp (+6, -8) (Diff)
/intern/cycles/integrator/path_trace_work.h (+5, -5) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.cpp (+6, -6) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.h (+1, -1) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.cpp (+9, -9) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.h (+1, -1) (Diff)
/intern/cycles/integrator/path_trace.cpp (+2, -2) (Diff)
/intern/cycles/integrator/path_trace_work.cpp (+6, -8) (Diff)
/intern/cycles/integrator/path_trace_work.h (+5, -5) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.cpp (+6, -6) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.h (+1, -1) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.cpp (+9, -9) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.h (+1, -1) (Diff)