Blender Git Loki
Git Commits -> Revision e12adeb
Revision e12adeb by Brecht Van Lommel (master) March 28, 2012, 12:18 (GMT) |
Fix #30551: cycles passes combining did not always give identical result combined with antialiasing/defocus, now divide out color at the very end instead of for each sample. |
Commit Details:
Full Hash: e12adeb8c98d0ef211aba2cb5c0e87ff775fe217
SVN Revision: 45245
Parent Commit: ed61bfc
Lines Changed: +70, -41
6 Modified Paths:
/intern/cycles/kernel/kernel_accumulate.h (+0, -11) (Diff)
/intern/cycles/kernel/kernel_passes.h (+12, -24) (Diff)
/intern/cycles/render/buffers.cpp (+30, -6) (Diff)
/intern/cycles/render/film.cpp (+14, -0) (Diff)
/intern/cycles/render/film.h (+1, -0) (Diff)
/intern/cycles/util/util_math.h (+13, -0) (Diff)
/intern/cycles/kernel/kernel_passes.h (+12, -24) (Diff)
/intern/cycles/render/buffers.cpp (+30, -6) (Diff)
/intern/cycles/render/film.cpp (+14, -0) (Diff)
/intern/cycles/render/film.h (+1, -0) (Diff)
/intern/cycles/util/util_math.h (+13, -0) (Diff)