Files
citra/externals
GPUCode 52251e3908 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-12-25 22:23:46 +02: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-12-25 22:02:59 +02:00
2022-10-23 13:19:32 +05:30
2022-12-25 22:18:04 +02:00