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_update_descriptor.cpp
Age
Commit message (
Expand
)
Author
2023-05-01
renderer_vulkan: Fix crashing when updating descriptors
GPUCode
2023-03-12
general: fix spelling mistakes
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-22
vk_update_descriptor: Properly initialize payload on the update descriptor queue
ReinUsesLisp
2021-07-22
vulkan: Defer descriptor set work to the Vulkan thread
ReinUsesLisp
2021-07-22
vulkan: Create pipeline layouts in separate threads
ReinUsesLisp
2021-02-13
vk_update_descriptor: Inline and improve code for binding buffers
ReinUsesLisp
2021-01-04
renderer_vulkan: Move device abstraction to vulkan_common
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-06-18
vk_update_descriptor: Upload descriptor sets data directly
ReinUsesLisp
2020-04-16
buffer_cache: Return handles instead of pointer to handles
ReinUsesLisp
2020-04-10
renderer_vulkan: Drop Vulkan-Hpp
ReinUsesLisp
2020-01-06
vk_update_descriptor: Initial implementation
ReinUsesLisp