Blender Git Commit Log
Git Commits -> Revision 6b06709
Revision 6b06709 by Jeroen Bakker (master) June 26, 2018, 16:14 (GMT) |
Workbench: TAA quick fix for AMD cards Seems to be that mix(a, b, 1.0) will not give you b. on nvidia this is not a problem as a was initialized with 0.0, but on AMD it can be any floating point number, resulting that mix(inf, b, 1.0) was still more to inf than to b. |
Commit Details:
Full Hash: 6b0670951f513e57b64da155f8c7e21a568a0ad2
Parent Commit: b4c01ac
Lines Changed: +8, -2
1 Modified Path:
/source/blender/draw/engines/workbench/shaders/workbench_effect_taa_frag.glsl (+8, -2) (Diff)