summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-15vulkan_device: Enable shaderStorageImageMultisample conditionallyReinUsesLisp2-18/+20
2021-01-13vulkan_device: Remove requirement on shaderStorageImageMultisampleReinUsesLisp1-1/+0
2021-01-07vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]]MerryMage1-1/+1
2021-01-04vulkan_device: Allow creating a device without surfaceReinUsesLisp1-3/+3
2021-01-04renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_commonReinUsesLisp4-4/+302
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp2-0/+1189
2020-12-31vulkan_instance: Allow different Vulkan versions and enforce 1.1ReinUsesLisp2-13/+27
2020-12-31renderer_vulkan: Remove two step initialization on VKDeviceReinUsesLisp2-6/+3
2020-12-31renderer_vulkan: Throw when enumerating devices failsReinUsesLisp4-11/+8
2020-12-31renderer_vulkan: Initialize surface in separate fileReinUsesLisp3-0/+104
2020-12-31renderer_vulkan: Create debug callback on separate file and throwReinUsesLisp5-45/+79
2020-12-31renderer_vulkan: Move instance initialization to a separate fileReinUsesLisp2-0/+173
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp2-0/+2141
2020-12-31vulkan_common: Move dynamic library load to a separate fileReinUsesLisp2-0/+49