dolphin/Source/Core
Ali Homafar 3b92f4928a Vulkan: Remove unnecessary command buffer execution
When resizing the game window there is a chance that the swapchain state
is bad. This will result in a deadlock on Linux + Nvidia's proprietary
driver. This code can be removed and the next command buffer execution
will simply occur when the swapchain has been recreated.

The root issue may be a Linux Nvidia driver implementation problem. I
wasn't able to reproduce the original problem on Windows, nor on my
Steam Deck. I tested this change on Fedora 40+Nvidia & SteamOS+AMD.

Fixes https://bugs.dolphin-emu.org/issues/13523
2024-10-03 13:31:28 -04:00
..
AudioCommon Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
Common Merge pull request #13068 from mitaclaw/redundant-case-insensitive 2024-09-26 18:24:36 -04:00
Core Bluetooth: show vid:pid in error message 2024-10-02 21:50:25 +01:00
DiscIO VolumeVerifier: Promote `DEBUG_ASSERT` to `static_assert` 2024-09-28 23:12:12 -07:00
DolphinNoGUI Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
DolphinQt Merge pull request #12953 from LillyJadeKatrin/retroachievements-fail-messaging 2024-10-02 14:50:21 -04:00
DolphinTool Add generation of rcheevos hash to DolphinTool 2024-09-15 15:52:04 +01:00
InputCommon StringUtil: Remove `JoinStrings` 2024-09-22 21:09:36 -07:00
MacUpdater MacUpdater: Post-process the bundle 2024-08-01 22:06:55 -04:00
UICommon Merge pull request #13010 from OatmealDome/goodbye-steam 2024-08-16 20:03:38 +01:00
UpdaterCommon Use 'contains' method 2024-08-14 22:18:28 +02:00
VideoBackends Vulkan: Remove unnecessary command buffer execution 2024-10-03 13:31:28 -04:00
VideoCommon Merge pull request #13087 from TellowKrinkle/PresentSkip 2024-10-02 21:09:25 -04:00
WinUpdater Remove redundant semicolons 2024-08-20 14:59:54 +02:00
CMakeLists.txt CMakeLists: Embed macOS Updater app inside DolphinQt 2024-08-01 22:06:55 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props Cached Interpreter 2.0 2024-07-23 14:06:21 -07:00
DolphinLib.vcxproj Externals: Convert minizip-ng To Submodule 2024-05-03 12:43:33 -07:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props Move x64 DSP JIT into DolphinLib.x64.props 2023-01-06 22:42:21 -08:00