dolphin/Source/Core
Stenzek de632fc9c8 Renderer: Handle resize events on-demand instead of polling
We now differentiate between a resize event and surface change/destroyed
event, reducing the overhead for resizes in the Vulkan backend. It is
also now now safe to change the surface multiple times if the video thread
is lagging behind.
2018-02-20 01:15:55 +10:00
..
AudioCommon AudioCommon: make SetSoundStreamRunning idempotent 2017-11-19 12:09:54 -08:00
Common CustomTexture: Drop old texture format. 2018-01-20 17:08:47 +01:00
Core Merge pull request #6384 from jeffythedragonslayer/master 2018-02-19 15:28:06 +01:00
DiscIO WiiSaveBanner: Resolve a -Wreorder warning 2017-12-03 18:34:49 -05:00
DolphinNoGUI Renderer: Handle resize events on-demand instead of polling 2018-02-20 01:15:55 +10:00
DolphinQt2 Renderer: Handle resize events on-demand instead of polling 2018-02-20 01:15:55 +10:00
DolphinWX Renderer: Handle resize events on-demand instead of polling 2018-02-20 01:15:55 +10:00
InputCommon Merge pull request #6355 from myfreeweb/clang6-warning 2018-02-07 22:25:57 -08:00
UICommon UICommon: Move screensaver code to UICommon 2018-01-03 12:38:33 +01:00
VideoBackends Renderer: Handle resize events on-demand instead of polling 2018-02-20 01:15:55 +10:00
VideoCommon Renderer: Handle resize events on-demand instead of polling 2018-02-20 01:15:55 +10:00
CMakeLists.txt