summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_scheduler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vk_scheduler: Delegate commands to a worker thread and state trackReinUsesLisp2019-12-131-12/+138
* vk_scheduler: Drop execution context in favor of viewsReinUsesLisp2019-07-071-10/+6
* vk_scheduler: Implement a schedulerReinUsesLisp2019-02-221-0/+60