Blender Git Loki
Git Commits -> Revision fe9baaf
Revision fe9baaf by Brecht Van Lommel (cycles-x) April 7, 2021, 16:43 (GMT) |
Cycles: allocate Scene in Session, pass DeviceScene to path trace work Needed for shader sorting. |
Commit Details:
Full Hash: fe9baaff250362d833a06c2e48f8c88b1288f679
Parent Commit: de83a6d
Lines Changed: +46, -24
12 Modified Paths:
/intern/cycles/app/cycles_standalone.cpp (+2, -3) (Diff)
/intern/cycles/blender/blender_session.cpp (+2, -5) (Diff)
/intern/cycles/integrator/path_trace.cpp (+5, -3) (Diff)
/intern/cycles/integrator/path_trace.h (+2, -1) (Diff)
/intern/cycles/integrator/path_trace_work.cpp (+8, -3) (Diff)
/intern/cycles/integrator/path_trace_work.h (+9, -1) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.cpp (+2, -1) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.h (+4, -1) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.cpp (+2, -1) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.h (+4, -1) (Diff)
/intern/cycles/render/session.cpp (+4, -3) (Diff)
/intern/cycles/render/session.h (+2, -1) (Diff)
/intern/cycles/blender/blender_session.cpp (+2, -5) (Diff)
/intern/cycles/integrator/path_trace.cpp (+5, -3) (Diff)
/intern/cycles/integrator/path_trace.h (+2, -1) (Diff)
/intern/cycles/integrator/path_trace_work.cpp (+8, -3) (Diff)
/intern/cycles/integrator/path_trace_work.h (+9, -1) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.cpp (+2, -1) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.h (+4, -1) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.cpp (+2, -1) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.h (+4, -1) (Diff)
/intern/cycles/render/session.cpp (+4, -3) (Diff)
/intern/cycles/render/session.h (+2, -1) (Diff)