index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_vulkan
/
vk_compute_pipeline.h
Age
Commit message (
Expand
)
Author
2023-05-10
renderer_vulkan: separate guest and host compute descriptor queues
Liam
2023-01-05
video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines
Wollnashorn
2022-12-04
vulkan_common: promote descriptor update template usage to core
Liam
2022-06-26
video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue
german77
2022-06-26
video_core: Replace VKScheduler with Scheduler
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
video_core: Reduce unused includes
ameerj
2021-07-27
renderer_vulkan: Add setting to log pipeline statistics
ReinUsesLisp
2021-07-22
vk_pipeline_cache,shader_notify: Add shader notifications
ReinUsesLisp
2021-07-22
buffer_cache: Reduce uniform buffer size from shader usage
ReinUsesLisp
2021-07-22
vulkan: Defer descriptor set work to the Vulkan thread
ReinUsesLisp
2021-07-22
vulkan: Rework descriptor allocation algorithm
ReinUsesLisp
2021-07-22
shader: Address feedback + clang format
lat9nq
2021-07-22
shader: Remove atomic flags and use mutex + cond variable for pipelines
ReinUsesLisp
2021-07-22
vulkan: Build pipelines in parallel at runtime
ReinUsesLisp
2021-07-22
shader: Add partial rasterizer integration
ReinUsesLisp
2021-07-22
shader: Initial support for textures and TEX
ReinUsesLisp
2021-07-22
shader: Primitive Vulkan integration
ReinUsesLisp
2021-07-22
shader: Remove old shader management
ReinUsesLisp
2021-01-03
renderer_vulkan: Rename VKDevice to Device
ReinUsesLisp
2020-12-31
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...
ReinUsesLisp
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.2
Lioncash
2020-04-28
vulkan: Remove unnecessary includes
Lioncash
2020-04-10
renderer_vulkan: Drop Vulkan-Hpp
ReinUsesLisp
2020-01-06
vk_compute_pipeline: Initial implementation
ReinUsesLisp