yuzu/src
ReinUsesLisp 25c2fe1c6b vk_resource_manager: Implement VKFence
Fences take ownership of objects, protecting them from GPU-side or
driver-side concurrent access. They must be commited from the resource
manager. Their usage flow is: commit the fence from the resource
manager, protect resources with it and use them, send the fence to an
execution queue and Wait for it if needed and then call Release. Used
resources will automatically be signaled when they are free to be
reused.
2019-02-14 18:44:26 -03:00
..
audio_core core_timing: Rename CoreTiming namespace to Core::Timing 2019-02-12 12:42:17 -05:00
common Merge pull request #2113 from ReinUsesLisp/vulkan-base 2019-02-14 10:06:48 -05:00
core Merge pull request #2115 from lioncash/local 2019-02-13 21:42:04 -05:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests core_timing: Rename CoreTiming namespace to Core::Timing 2019-02-12 12:42:17 -05:00
video_core vk_resource_manager: Implement VKFence 2019-02-14 18:44:26 -03:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
yuzu loading_screen: Unchunk progress bar 2019-02-06 22:23:40 -03:00
yuzu_cmd gl_shader_cache: Link loading screen with disk shader cache load 2019-02-06 22:23:40 -03:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00