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_device.cpp
Age
Commit message (
Expand
)
Author
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-11
vulkan_device: Enable EXT_robustness2 features
Joshua Ashton
2021-03-30
vulkan_common: enable OpenGL interop on other Unices
Jan Beich
2021-02-13
vulkan_device: Require VK_EXT_robustness2
ReinUsesLisp
2021-02-13
vulkan_device: Enable robustBufferAccess
ReinUsesLisp
2021-02-13
vulkan_common: Expose interop and headless devices
ReinUsesLisp
2021-02-13
vulkan_common: Make interop extensions mandatory
ReinUsesLisp
2021-02-13
vulkan_device: Enable robust buffers
ReinUsesLisp
2021-02-13
vulkan_device: Use designated initializers for features
ReinUsesLisp
2021-02-13
vulkan_device: Fix formatting of constants
ReinUsesLisp
2021-01-27
vulkan_device: Blacklist Intel from float16 math (#5798)
Rodrigo Locatti
2021-01-24
vulkan_device: Lift VK_EXT_extended_dynamic_state blacklist on RDNA
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-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