summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_scheduler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Vulkan: Add a final barrier to the upload command bufferFernando Sahmkow2023-11-121-0/+8
* renderer_vulkan: Introduce separate cmd buffer for uploadsGPUCode2023-11-121-5/+15
* Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow2023-09-231-4/+5
* vulkan: centralize configAlexandre Bouvier2023-08-021-1/+2
* android: video_core: Disable some problematic things on GPU Normal.bunnei2023-06-031-0/+14
* renderer_vulkan: Async presentationGPUCode2023-05-011-3/+6
* vulkan: use plain fences when timeline semaphores are not availableLiam2023-04-151-34/+2
* vulkan: fix scheduler chunk reserveLiam2023-03-241-1/+1
* vulkan: fix more excessive waiting in schedulerLiam2023-03-191-4/+5
* vk_scheduler: split work queue waits and execution waitsLiam2023-03-121-25/+59
* renderer_vulkan: pause turbo submissions on inactive queueLiam2023-01-071-0/+5
* vulkan_common: clean up extension usageLiam2022-12-041-2/+2
* general: fix compile for Apple ClangLiam2022-11-231-1/+1
* Add break for default casesKyle Kienapfel2022-11-141-0/+1
* Merge pull request #9016 from liamwhite/drunken-scheduleMai2022-10-081-2/+4
|\
| * vk_scheduler: wait for command processing to completeLiam2022-10-041-2/+4
* | common: remove "yuzu:" prefix from thread namesLiam2022-10-041-1/+1
|/
* video_core: Replace VKScheduler with Schedulergerman772022-06-271-19/+19
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Replace lock_guard with scoped_lockMerry2022-04-071-3/+3
* video_core: Reduce unused includesameerj2022-03-191-1/+0
* Vulkan: Fix Scheduler Chunks when their FuncType is 0.Fernando Sahmkow2022-01-311-3/+3
* vulkan: Implement rescaling shader patchingReinUsesLisp2021-11-161-0/+10
* vk_scheduler: Use std::jthreadameerj2021-09-161-13/+6
* renderer_vulkan: Wait on present semaphore at queue submitameerj2021-09-021-18/+22
* vk_scheduler: Use locks instead of SPSC a queueReinUsesLisp2021-07-231-25/+33
* vk_master_semaphore: Use fetch_add to increase master semaphore tickReinUsesLisp2021-07-231-3/+1
* vk_scheduler: Allow command submission on worker threadReinUsesLisp2021-07-231-56/+64
* vulkan: Build pipelines in parallel at runtimeReinUsesLisp2021-07-231-6/+4
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-13/+1
* renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp2021-01-041-1/+1
* renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp2021-01-031-1/+1
* vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp2020-12-311-1/+1
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-24/+55
* renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp2020-09-191-27/+50
* vk_scheduler: Make use of designated initializers where applicableLioncash2020-07-171-27/+30
* General: Tune the priority of main emulation threads so they have higher priority than less important helper threads.Fernando Sahmkow2020-06-271-0/+2
* vulkan: Remove unnecessary includesLioncash2020-04-291-1/+0
* renderer_vulkan: Catch device losses in more placesReinUsesLisp2020-04-131-1/+9
* renderer_vulkan: Drop Vulkan-HppReinUsesLisp2020-04-111-29/+58
* vk_state_tracker: Initial implementationReinUsesLisp2020-02-281-9/+12
* vk_query_cache: Implement generic query cache on VulkanReinUsesLisp2020-02-141-0/+8
* 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