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
Age
Commit message (
Expand
)
Author
2021-01-27
vulkan_device: Blacklist Intel from float16 math (#5798)
Rodrigo Locatti
2021-01-24
Merge pull request #5807 from ReinUsesLisp/vc-warnings
LC
2021-01-24
vulkan_device: Lift VK_EXT_extended_dynamic_state blacklist on RDNA
ReinUsesLisp
2021-01-24
video_core: Silence -Wmissing-field-initializers warnings
ReinUsesLisp
2021-01-23
nsight_aftermath_tracker: Fix build issues when enabled
ReinUsesLisp
2021-01-17
Merge pull request #5745 from lioncash/documentation
Rodrigo Locatti
2021-01-17
video_core: Resolve -Wdocumentation warnings
Lioncash
2021-01-17
vulkan_debug_callback: Add missing header guard
Lioncash
2021-01-15
vulkan_memory_allocator: Remove unnecesary 'device' memory from commits
ReinUsesLisp
2021-01-15
vulkan_memory_allocator: Add allocation support for download types
ReinUsesLisp
2021-01-15
vulkan_memory_allocator: Add "download" memory usage hint
ReinUsesLisp
2021-01-15
vulkan_common: Move allocator to the common directory
ReinUsesLisp
2021-01-15
Merge pull request #5350 from ReinUsesLisp/vk-init-warns
Rodrigo Locatti
2021-01-15
vulkan_common: Silence missing initializer warnings
ReinUsesLisp
2021-01-15
vulkan_device: Enable shaderStorageImageMultisample conditionally
ReinUsesLisp
2021-01-13
vulkan_device: Remove requirement on shaderStorageImageMultisample
ReinUsesLisp
2021-01-07
vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]]
MerryMage
2021-01-04
vulkan_device: Allow creating a device without surface
ReinUsesLisp
2021-01-04
renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_common
ReinUsesLisp
2021-01-04
renderer_vulkan: Move device abstraction to vulkan_common
ReinUsesLisp
2020-12-31
vulkan_instance: Allow different Vulkan versions and enforce 1.1
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: Initialize surface in separate file
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
2020-12-31
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...
ReinUsesLisp
2020-12-31
vulkan_common: Move dynamic library load to a separate file
ReinUsesLisp