Files
test/source
Clément Foucault 9f3c7c75b7 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.
2017-10-11 02:15:42 +02:00
..
2017-10-11 02:15:42 +02:00
2017-01-29 17:21:57 +03:00
2017-04-08 12:01:29 +10:00