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

2 Modified Paths:

/source/blender/draw/engines/eevee/eevee_effects.c (+2, -2) (Diff)
/source/blender/draw/engines/eevee/eevee_engine.c (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021