Blender Git Commit Log
Git Commits -> Revision 505b965
Revision 505b965 by Sergey Sharybin (cycles-x) March 3, 2021, 17:11 (GMT) |
Cycles: Move tiled path tracer work to own class The goal is to abstract things a bit and make it possible to tap more CPU-friendly scheduler to the path tracer. No functional changes are expecting. |
Commit Details:
Full Hash: 505b9650efcf83706487abe45944a4769b7a61b6
Parent Commit: da81747
Lines Changed: +272, -81
4 Added Paths:
/intern/cycles/integrator/path_trace_work.cpp (+37, -0) (View)
/intern/cycles/integrator/path_trace_work.h (+59, -0) (View)
/intern/cycles/integrator/path_trace_work_tiled.cpp (+102, -0) (View)
/intern/cycles/integrator/path_trace_work_tiled.h (+57, -0) (View)
/intern/cycles/integrator/path_trace_work.h (+59, -0) (View)
/intern/cycles/integrator/path_trace_work_tiled.cpp (+102, -0) (View)
/intern/cycles/integrator/path_trace_work_tiled.h (+57, -0) (View)