suyu/src
ameerj 7d854fbdb0 renderer_vulkan: Wait on present semaphore at queue submit
The present semaphore is being signalled by the call to acquire the
swapchain image. This semaphore is meant to be waited on when rendering
to the swapchain image. Currently it is waited on when presenting, but
moving its usage to be waited on in the command buffer submission allows
for proper usage of this semaphore.

Fixes the device lost when launching titles on the Intel Linux Mesa driver.
2021-09-02 13:13:20 -04:00
..
audio_core Merge pull request #6571 from Kelebek1/Mix 2021-07-12 22:09:05 -07:00
common common/logging: Add missing include 2021-09-01 19:13:33 -05:00
core Merge pull request #6905 from Morph1984/nifm-misc 2021-08-29 00:04:58 -07:00
input_common input_common: Disable sdl raw input mode 2021-08-12 13:17:07 -05:00
shader_recompiler Merge pull request #6900 from ameerj/attr-reorder 2021-09-01 17:36:26 -07:00
tests logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
video_core renderer_vulkan: Wait on present semaphore at queue submit 2021-09-02 13:13:20 -04:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu Garbage Collection: enable as default, eliminate option. 2021-08-28 17:55:37 +02:00
yuzu_cmd Garbage Collection: enable as default, eliminate option. 2021-08-28 17:55:37 +02:00
.clang-format
CMakeLists.txt shader: Initial recompiler work 2021-07-22 21:51:21 -04:00