Files
citra/externals
GPUCode 11728d6772 renderer_vulkan: Scheduler and presentation rewrite
* This commit ports yuzu's async scheduler replacing our older and crummier version
  Commands are recorded by the scheduler and processed by a separate worker thread.

* Queue submission is also moved to the worker thread which should alliviate slowdowns related to vkQueueSubmit stalls

* Fragment shader compilation and queue submission are also moved to that thread to reduce stutters
2022-10-28 23:05:37 +03:00
..
2022-02-08 22:07:21 +05:30
2018-01-15 21:20:49 -06:00
2022-02-24 21:02:40 +05:30
2022-10-28 23:02:23 +03:00
2022-10-23 13:19:32 +05:30
2022-10-28 23:03:18 +03:00