summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_compute_pass.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* astc_decoder: Refactor for style and more efficient memory useameerj2021-03-251-79/+96
* astc_decoder: Reimplement LayersRodrigo Locatti2021-03-131-70/+88
* renderer_vulkan: Accelerate ASTC decodingameerj2021-03-131-0/+298
* vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp2021-02-131-35/+26
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-85/+12
* vulkan_memory_allocator: Add "download" memory usage hintReinUsesLisp2021-01-151-3/+3
* vk_memory_manager: Improve memory manager and its APIReinUsesLisp2021-01-151-16/+16
* renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp2021-01-041-1/+1
* renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp2021-01-031-4/+4
* 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-314/+13
* video_core: Resolve more variable shadowing scenarios pt.2Lioncash2020-12-051-20/+20
* renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp2020-09-191-10/+13
* vk_compute_pass: Make use of designated initializers where applicableLioncash2020-07-161-95/+99
* vulkan: Remove unnecessary includesLioncash2020-04-291-1/+1
* vk_compute_pass: Implement indexed quadsReinUsesLisp2020-04-171-8/+197
* buffer_cache: Return handles instead of pointer to handlesReinUsesLisp2020-04-161-8/+8
* renderer_vulkan: Drop Vulkan-HppReinUsesLisp2020-04-111-76/+165
* vk_compute_pass: Address feedbackRodrigo Locatti2020-01-111-0/+2
* vk_compute_pass: Add compute passes to emulate missing Vulkan featuresReinUsesLisp2020-01-081-0/+337