Blender Git Loki
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