dolphin/Source/Core
JosJuice bbb64ff993 Shadergen: Use real_ocol0 workaround for shader logic ops
Previously we were using this workaround when using framebuffer fetch
to emulate dual source blending, but it seems like we also need to use
it when using framebuffer fetch to emulate logic ops, otherwise some
Adreno devices get a crash when compiling OpenGL ES ubershaders.

Using the workaround in specialized shaders doesn't seem to be
necessary, but I've made the same change there for consistency.

This gets us closer to fixing https://bugs.dolphin-emu.org/issues/12791
but doesn't actually fix it.
2022-02-28 18:32:19 +01:00
..
AudioCommon IOFile: Make origin parameter to Seek() an enum class. 2022-01-29 06:49:21 +01:00
Common Merge pull request #10388 from Dentomologist/android-fix-unused-variable-warning 2022-02-20 18:56:50 +01:00
Core Use config changed callback to detect SD insertion/ejection 2022-02-20 10:55:55 +01:00
DiscIO Fix integer sign difference comparison warnings 2022-02-13 14:38:59 -08:00
DolphinNoGUI Common/MsgHandler: Remove non-format variants of PanicAlert 2022-01-09 12:44:14 -08:00
DolphinQt Use config changed callback to detect SD insertion/ejection 2022-02-20 10:55:55 +01:00
DolphinTool CMakeLists: Change DiscIO dependency from common to core 2022-01-16 13:29:51 -08:00
InputCommon Use Common::ToLower and Common::ToUpper 2022-01-16 17:00:12 -08:00
MacUpdater CMakeLists: Replace tab characters with spaces 2022-01-16 15:20:40 -08:00
UICommon Merge pull request #10443 from JosJuice/port-wiimote-source 2022-02-18 21:38:02 +01:00
UpdaterCommon UpdaterCommon: Copy content file to a temporary file before renaming on macOS 2022-01-30 15:40:28 -05:00
VideoBackends Treat alpha as 0 if alpha is 1 for blending 2022-02-08 15:15:15 -08:00
VideoCommon Shadergen: Use real_ocol0 workaround for shader logic ops 2022-02-28 18:32:19 +01:00
WinUpdater
CMakeLists.txt DolphinTool: CLI utility interface and disc image tools 2021-12-03 15:40:19 -06:00
DolphinLib.ARM64.props
DolphinLib.props Port Wiimote source settings to the new config system 2022-02-18 21:27:10 +01:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props