dolphin/Source/Core/VideoBackends
Pokechu22 e825af7b1b Software: Remove normalization special case
The special case doesn't appear to make a significant difference in any games, and the current implementation has a (minor, fixable) issue that breaks Super Mario Sunshine (both with a failed assertion (https://bugs.dolphin-emu.org/issues/11742) and a rendering issue (https://bugs.dolphin-emu.org/issues/7476)).  Hardware testing wasn't able to reproduce the special case, either, so it may just not exist.

PR #9315 contains a fixed implementation of the special case on all video backends, and can serve as a basis for it being reintroduced if it is found to exist under more specific circumstances.  For now, I don't see a reason to keep it present.
2021-01-03 23:22:48 -08:00
..
D3D General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
D3D12 General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
D3DCommon General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
Null General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
OGL General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
Software Software: Remove normalization special case 2021-01-03 23:22:48 -08:00
Vulkan General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
CMakeLists.txt CMake: Add option to enable/disable Vulkan video backend 2020-10-23 20:14:46 +02:00