Blender Git Commit Log

Git Commits -> Revision 00f0182

Revision 00f0182 by Sergey Sharybin (cycles-x)
February 24, 2021, 17:10 (GMT)
Cycles: Initial pass of adding work scheduling for path tracer

Touches a lot of little things which will be needed for a final version
of work scheduler, putting API in place.

The scheduling logic is still CPU-centric, but is now hidden behind a
more manageable API.

The biggest thing to figure out is the big tile render buffer memory
and per-device "work" memory.

Commit Details:

Full Hash: 00f01820fec494ee6e1bf980fb5da43b564c28d5
Parent Commit: a49e523
Lines Changed: +434, -135

4 Added Paths:

/intern/cycles/integrator/path_trace_context.cpp (+32, -0) (View)
/intern/cycles/integrator/path_trace_context.h (+38, -0) (View)
/intern/cycles/integrator/work_scheduler.cpp (+70, -0) (View)
/intern/cycles/integrator/work_scheduler.h (+51, -0) (View)

10 Modified Paths:

/intern/cycles/device/cpu/device_queue.cpp (+5, -0) (Diff)
/intern/cycles/device/cpu/device_queue.h (+2, -0) (Diff)
/intern/cycles/device/device.h (+11, -0) (Diff)
/intern/cycles/device/device_queue.h (+9, -0) (Diff)
/intern/cycles/device/multi/device_multi.cpp (+8, -2) (Diff)
/intern/cycles/integrator/CMakeLists.txt (+4, -0) (Diff)
/intern/cycles/integrator/path_trace.cpp (+138, -93) (Diff)
/intern/cycles/integrator/path_trace.h (+61, -36) (Diff)
/intern/cycles/render/session.cpp (+4, -4) (Diff)
/intern/cycles/util/util_tbb.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021