Blender Git Commit Log
Git Commits -> Revision 048a515
Revision 048a515 by Sergey Sharybin (cycles-x) July 5, 2021, 15:23 (GMT) |
Cycles X: Ensure buffers zero/copy happens in a desired order Use GPU queue to perform buffers copy form/to and zero operations, so that things happens in proper order with the `render_samples()`. Seems to solve artifacts when using OptiX denoiser in viewport and dual GPU rendering. Differential Revision: https://developer.blender.org/D11809 |
Commit Details:
Full Hash: 048a515ef42853974b5e80d0f3a6c6eee64399f4
Parent Commit: 18920a7
Lines Changed: +64, -13
7 Modified Paths:
/intern/cycles/integrator/path_trace.cpp (+3, -5) (Diff)
/intern/cycles/integrator/path_trace_work.cpp (+2, -7) (Diff)
/intern/cycles/integrator/path_trace_work.h (+8, -1) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.cpp (+17, -0) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.h (+4, -0) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.cpp (+26, -0) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.h (+4, -0) (Diff)
/intern/cycles/integrator/path_trace_work.cpp (+2, -7) (Diff)
/intern/cycles/integrator/path_trace_work.h (+8, -1) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.cpp (+17, -0) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.h (+4, -0) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.cpp (+26, -0) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.h (+4, -0) (Diff)