dolphin/Source/Core/DolphinQt2/Config
Stenzek 2f1a7cbee1 Implement "Skip" ubershader mode
Skip ubershader mode works the same as hybrid ubershaders in that the
shaders are compiled asynchronously. However, instead of using the
ubershader to draw the object, it skips it entirely until the
specialized shader is made available.

This mode will likely result in broken effects where a game creates an
EFB copy, and does not redraw it every frame. Therefore, it is not a
recommended option, however, it may result in better performance on
low-end systems.
2018-03-26 01:57:41 +10:00
..
Graphics Implement "Skip" ubershader mode 2018-03-26 01:57:41 +10:00
Mapping Qt: Various layout fixes 2018-03-18 00:10:54 +01:00
ARCodeWidget.cpp Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
ARCodeWidget.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
CheatCodeEditor.cpp Qt/CheatCodeEditor: Fix valid, encrypted AR codes not being accepted 2018-03-22 23:42:20 +01:00
CheatCodeEditor.h Qt/ARCodeWidget: Use CheatCodeEditor 2018-01-24 13:42:00 +01:00
CheatWarningWidget.cpp Qt: Remove unnecessary <iostream> includes 2018-02-21 16:38:08 -05:00
CheatWarningWidget.h Qt/Properties: Implement "Gecko codes" tab 2017-09-15 19:45:46 +02:00
ControllersWindow.cpp Qt: Improve spacing 2018-03-17 16:14:56 +01:00
ControllersWindow.h Qt: Improve spacing 2018-03-17 16:14:56 +01:00
FilesystemWidget.cpp Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
FilesystemWidget.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
GameConfigWidget.cpp Properties/GameConfig: Remove "Skip DCBZ" 2018-03-15 20:33:01 +01:00
GameConfigWidget.h Properties/GameConfig: Remove "Skip DCBZ" 2018-03-15 20:33:01 +01:00
GeckoCodeWidget.cpp Qt: Improve spacing 2018-03-17 16:14:56 +01:00
GeckoCodeWidget.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
InfoWidget.cpp Qt: Improve spacing 2018-03-17 16:14:56 +01:00
InfoWidget.h Qt: Improve spacing 2018-03-17 16:14:56 +01:00
LogConfigWidget.cpp Qt: Make QSettings use the user config directory 2018-03-23 12:50:01 +01:00
LogConfigWidget.h Qt: Fix log / log config window not being marked as hidden when closing 2017-09-20 15:12:26 +02:00
LogWidget.cpp Qt: Make QSettings use the user config directory 2018-03-23 12:50:01 +01:00
LogWidget.h Qt: Fix log / log config window not being marked as hidden when closing 2017-09-20 15:12:26 +02:00
NewPatchDialog.cpp Tweak Qt strings to be more translation friendly 2018-03-04 19:13:13 +01:00
NewPatchDialog.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
PatchesWidget.cpp Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
PatchesWidget.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
PropertiesDialog.cpp Qt: Various layout fixes 2018-03-18 00:10:54 +01:00
PropertiesDialog.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
SettingsWindow.cpp Qt: Implement Wiimote speaker volume slider and Wiimote motor toggle, rebased all changes... included fixed based on feedback by ligfx 2018-02-07 18:46:13 +01:00
SettingsWindow.h Qt/SettingsWindow: Add SelectGeneralPane method 2017-09-15 19:01:22 +02:00