dolphin/Source/Core
Emmanuel Gil Peyrot 85bb1d7bb0 VideoCommon: Reimplement texture format conversion
This fixes the rendering of the scan visor in Metroid Prime 2: Echoes,
as seen in https://fifoci.dolphin-emu.org/dff/mp2-scanner/

The alpha channel was off-by-one on Ivy Bridge due to the rounding
after multiplication with colmat.  This commit removes this matrix
altogether in most cases, making them simple GLSL swizzles.
2017-12-02 19:29:01 +01:00
..
AudioCommon Fix DTK audio not working after loading a savestate 2017-11-06 09:15:14 +01:00
Common VideoBackends: Add AbstractStagingTexture class 2017-11-22 18:47:04 +10:00
Core Make USB keyboard input respect the background input setting 2017-12-02 18:12:04 +01:00
DiscIO VolumeGC: Correct printf specifier in LoadBannerFile() 2017-11-19 00:54:47 -05:00
DolphinNoGUI Exit on Esc, pause on F10 2017-11-11 12:51:54 -02:00
DolphinQt2 Clarify the "Select the OTP/SEEPROM dump" message 2017-12-02 18:23:38 +01:00
DolphinWX Clarify the "Select the OTP/SEEPROM dump" message 2017-12-02 18:23:38 +01:00
InputCommon GCPadEmu: only connected if default device connected 2017-11-19 16:07:00 +01:00
UICommon Config: Flatten structures 2017-11-15 18:04:40 +00:00
VideoBackends VideoCommon: Rename TextureConversionShader namespace. 2017-12-02 15:17:39 +01:00
VideoCommon VideoCommon: Reimplement texture format conversion 2017-12-02 19:29:01 +01:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00