Blender Git Commit Log

Git Commits -> Revision e0943ed

Revision e0943ed by Sergey Sharybin (cycles-x)
April 20, 2021, 11:00 (GMT)
Cycles: Refactor adaptive sampling filtering work

Move the code to own function and own section of RenderWork.
Preparing for a more comprehensive logic which will progressively
be bringing down noise floor in viewport.

There could be some performance impact due to an extra parallel
for call over the render works, but in practice it should not be
measurable.

Commit Details:

Full Hash: e0943eddb8e06dd1ec79dd7e6eb3eade7100b868
Parent Commit: 9fe1cf5
Lines Changed: +48, -26

4 Modified Paths:

/intern/cycles/integrator/path_trace.cpp (+29, -13) (Diff)
/intern/cycles/integrator/path_trace.h (+5, -5) (Diff)
/intern/cycles/integrator/render_scheduler.cpp (+3, -3) (Diff)
/intern/cycles/integrator/render_scheduler.h (+11, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021