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
/
vulkan_common
/
vulkan_wrapper.cpp
Age
Commit message (
Expand
)
Author
2022-05-17
video_core: Support new VkResult
Alexandre Bouvier
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-25
Garbage Collection: Redesign the algorithm to do a better use of memory.
Fernando Sahmkow
2022-03-19
video_core: Reduce unused includes
ameerj
2021-07-27
renderer_vulkan: Add setting to log pipeline statistics
ReinUsesLisp
2021-07-27
vulkan_wrapper: Fix SetObjectName() always indicating objects as images
Lioncash
2021-07-22
vk_graphics_pipeline: Implement line width
ReinUsesLisp
2021-07-22
vk_graphics_pipeline: Use VK_KHR_push_descriptor when available
ReinUsesLisp
2021-07-22
vulkan: Add VK_EXT_vertex_input_dynamic_state support
ReinUsesLisp
2021-07-22
shader: Add denorm flush support
ReinUsesLisp
2021-02-13
vk_staging_buffer_pool: Add stream buffer for small uploads
ReinUsesLisp
2021-02-13
vulkan_wrapper: Add interop functions
ReinUsesLisp
2020-12-31
renderer_vulkan: Remove two step initialization on VKDevice
ReinUsesLisp
2020-12-31
renderer_vulkan: Throw when enumerating devices fails
ReinUsesLisp
2020-12-31
renderer_vulkan: Create debug callback on separate file and throw
ReinUsesLisp
2020-12-31
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...
ReinUsesLisp