summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_fence_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-6/+6
| | | | | | | | | Now that the GPU is initialized when video backends are initialized, it's no longer needed to query components once the game is running: it can be done when yuzu is booting. This allows us to pass components between constructors and in the process remove all Core::System references in the video backend.
* Vk Async pipeline compilationameerj2020-08-161-1/+1
|
* Address Feedback.Fernando Sahmkow2020-04-221-1/+1
|
* vk_fence_manager: Initial implementationReinUsesLisp2020-04-221-0/+101