index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
vulkan_common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]]
MerryMage
2021-01-07
1
-1
/
+1
*
vulkan_device: Allow creating a device without surface
ReinUsesLisp
2021-01-04
1
-3
/
+3
*
renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_common
ReinUsesLisp
2021-01-04
4
-4
/
+302
*
renderer_vulkan: Move device abstraction to vulkan_common
ReinUsesLisp
2021-01-04
2
-0
/
+1189
*
vulkan_instance: Allow different Vulkan versions and enforce 1.1
ReinUsesLisp
2020-12-31
2
-13
/
+27
*
renderer_vulkan: Remove two step initialization on VKDevice
ReinUsesLisp
2020-12-31
2
-6
/
+3
*
renderer_vulkan: Throw when enumerating devices fails
ReinUsesLisp
2020-12-31
4
-11
/
+8
*
renderer_vulkan: Initialize surface in separate file
ReinUsesLisp
2020-12-31
3
-0
/
+104
*
renderer_vulkan: Create debug callback on separate file and throw
ReinUsesLisp
2020-12-31
5
-45
/
+79
*
renderer_vulkan: Move instance initialization to a separate file
ReinUsesLisp
2020-12-31
2
-0
/
+173
*
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.h
ReinUsesLisp
2020-12-31
2
-0
/
+2141
*
vulkan_common: Move dynamic library load to a separate file
ReinUsesLisp
2020-12-31
2
-0
/
+49