Blender Git Loki
Git Commits -> Revision 9f3c7c7
Revision 9f3c7c7 by Clément Foucault (master) October 11, 2017, 00:15 (GMT) |
Eevee: Fix TAA color drifting. This was caused by small float precision being insuficient. The blue component of R11F_G11F_B10F has lower precision than the other 2 components. This resulted in colors drifting towards a yellowish tone. Using RGBA16F for the concerned buffer. This double the memory usage of the framebuffers and add subsequent bandwidth usage. |
Commit Details:
Full Hash: 9f3c7c75b71d68d5699a022380b1aed36024a69f
Parent Commit: 12fa675
Lines Changed: +3, -3