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_instance.cpp
Age
Commit message (
Expand
)
Author
2023-09-08
renderer_vulkan: Remove debug report
GPUCode
2023-08-22
Add macos moltenvk bundle, Add copy moltevk dylib script
Feng Chen
2023-08-02
vulkan: centralize config
Alexandre Bouvier
2023-06-30
vulkan: Use newer VK_EXT_metal_surface to create surface for MoltenVK.
Steveice10
2023-06-27
renderer_vulkan: Add suport for debug report callback
GPUCode
2023-01-01
vulkan_common: unify VK_EXT_debug_utils and selection of validation layer
Liam
2022-12-03
Merge pull request #9289 from liamwhite/fruit-company
liamwhite
2022-11-27
Vulkan: update initialization
Liam
2022-11-22
general: fix compile for Apple Clang
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
video_core: Reduce unused includes
ameerj
2021-02-13
vulkan_instance: Initialize Vulkan instance in a separate thread
ReinUsesLisp
2020-12-31
vulkan_instance: Allow different Vulkan versions and enforce 1.1
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
renderer_vulkan: Move instance initialization to a separate file
ReinUsesLisp