Blender Git Commit Log
Git Commits -> Revision d3a8256
Revision d3a8256 by Clément Foucault (eevee-rewrite, temp-eevee-gpencil-rewrite, viewport-compositor) September 15, 2021, 15:15 (GMT) |
EEVEE: Film: Make smooth transition not rely on dtxl->color persistence This is a needed change for the viewport compositor. The compositor needs to draw to `dtxl->color` to have correct overlay / background composition. The solution here is to have a separate buffer that keeps the first sample we blend from. This increases VRAM usage but it is the most elegant option. |
Commit Details:
Full Hash: d3a825678a447c4b3798081b204ce19d13f0d55e
Parent Commit: 41c84bb
Lines Changed: +40, -25