aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vulkan_common
AgeCommit message (Expand)Author
2021-01-17Merge pull request #5745 from lioncash/documentationRodrigo Locatti
2021-01-17video_core: Resolve -Wdocumentation warningsLioncash
2021-01-17vulkan_debug_callback: Add missing header guardLioncash
2021-01-15vulkan_memory_allocator: Remove unnecesary 'device' memory from commitsReinUsesLisp
2021-01-15vulkan_memory_allocator: Add allocation support for download typesReinUsesLisp
2021-01-15vulkan_memory_allocator: Add "download" memory usage hintReinUsesLisp
2021-01-15vulkan_common: Move allocator to the common directoryReinUsesLisp
2021-01-15Merge pull request #5350 from ReinUsesLisp/vk-init-warnsRodrigo Locatti
2021-01-15vulkan_common: Silence missing initializer warningsReinUsesLisp
2021-01-15vulkan_device: Enable shaderStorageImageMultisample conditionallyReinUsesLisp
2021-01-13vulkan_device: Remove requirement on shaderStorageImageMultisampleReinUsesLisp
2021-01-07vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]]MerryMage
2021-01-04vulkan_device: Allow creating a device without surfaceReinUsesLisp
2021-01-04renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_commonReinUsesLisp
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp
2020-12-31vulkan_instance: Allow different Vulkan versions and enforce 1.1ReinUsesLisp
2020-12-31renderer_vulkan: Remove two step initialization on VKDeviceReinUsesLisp
2020-12-31renderer_vulkan: Throw when enumerating devices failsReinUsesLisp
2020-12-31renderer_vulkan: Initialize surface in separate fileReinUsesLisp
2020-12-31renderer_vulkan: Create debug callback on separate file and throwReinUsesLisp
2020-12-31renderer_vulkan: Move instance initialization to a separate fileReinUsesLisp
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...ReinUsesLisp
2020-12-31vulkan_common: Move dynamic library load to a separate fileReinUsesLisp