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
*
Merge pull request #5745 from lioncash/documentation
Rodrigo Locatti
2021-01-17
1
-3
/
+2
|
\
|
*
video_core: Resolve -Wdocumentation warnings
Lioncash
2021-01-17
1
-3
/
+2
*
|
vulkan_debug_callback: Add missing header guard
Lioncash
2021-01-17
1
-0
/
+2
|
/
*
vulkan_memory_allocator: Remove unnecesary 'device' memory from commits
ReinUsesLisp
2021-01-15
2
-15
/
+15
*
vulkan_memory_allocator: Add allocation support for download types
ReinUsesLisp
2021-01-15
2
-55
/
+91
*
vulkan_memory_allocator: Add "download" memory usage hint
ReinUsesLisp
2021-01-15
2
-10
/
+38
*
vulkan_common: Move allocator to the common directory
ReinUsesLisp
2021-01-15
2
-0
/
+322
*
Merge pull request #5350 from ReinUsesLisp/vk-init-warns
Rodrigo Locatti
2021-01-15
2
-145
/
+146
|
\
|
*
vulkan_common: Silence missing initializer warnings
ReinUsesLisp
2021-01-15
2
-145
/
+146
*
|
vulkan_device: Enable shaderStorageImageMultisample conditionally
ReinUsesLisp
2021-01-15
2
-18
/
+20
|
/
*
vulkan_device: Remove requirement on shaderStorageImageMultisample
ReinUsesLisp
2021-01-13
1
-1
/
+0
*
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