Blender Git Loki
Git Commits -> Revision 13d7619
Revision 13d7619 by Sergey Sharybin (cycles-x) March 3, 2021, 17:11 (GMT) |
Cycles: Implement special path trace work for CPU Uses tbb's parallel_for to do pixel partitioning, avoiding overhead of per-pixel atomic. Brings render time of bmw27 from 2:19 to 2:10 (2.92 renders in 2:01). |
Commit Details:
Full Hash: 13d7619c7ac8b600233204bf2789757f98c17d69
Parent Commit: 505b965
Lines Changed: +178, -0
2 Added Paths:
/intern/cycles/integrator/path_trace_work_pixel.cpp (+114, -0) (View)
/intern/cycles/integrator/path_trace_work_pixel.h (+56, -0) (View)
/intern/cycles/integrator/path_trace_work_pixel.h (+56, -0) (View)