yuzu/src
ReinUsesLisp 154a7653f9 vk_fence_manager: Use timeline semaphores instead of spin waits
With timeline semaphores we can avoid creating objects. Instead of
creating an event, grab the current tick from the scheduler and flush
the current command buffer. When the fence has to be queried/waited, we
can do so against the master semaphore instead of spinning on an event.

If Vulkan supported NVN like events or fences, we could signal from the
command buffer and wait for that without splitting things in two
separate command buffers.
2021-01-08 02:47:28 -03:00
..
audio_core Merge pull request #5264 from 16-Bit-Dog/patch-1 2020-12-31 01:46:53 -08:00
common general: Fix various spelling errors 2021-01-02 10:23:41 -05:00
core fix for nvdec disabled, cleanup host1x 2021-01-07 14:33:45 -05:00
input_common general: Fix various spelling errors 2021-01-02 10:23:41 -05:00
tests general: Fix various spelling errors 2021-01-02 10:23:41 -05:00
video_core vk_fence_manager: Use timeline semaphores instead of spin waits 2021-01-08 02:47:28 -03:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Merge pull request #5261 from gal20/hide_mouse_patch 2021-01-04 17:19:04 -08:00
yuzu_cmd general: Fix various spelling errors 2021-01-02 10:23:41 -05:00
yuzu_tester general: Fix various spelling errors 2021-01-02 10:23:41 -05:00
.clang-format
CMakeLists.txt cmake: Enforce -Wuninitialized 2020-12-30 02:58:58 -03:00