summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan/VulkanContext.h
AgeCommit message (Expand)Author
2024-09-05VideoBackends:Vulkan: Use Vulkan 1.2 driverID to detect MoltenVKTellowKrinkle
2024-09-05VideoBackends:Vulkan: Consolidate feature checking into one structTellowKrinkle
2022-12-27VideoBackends:Vulkan: Replace debug_report with debug_utilsRobin Kertels
2022-10-23VideoBackends:Vulkan: Clean up unused memory allocation codeRobin Kertels
2022-10-23VideoBackends:Vulkan: Set up VMARobin Kertels
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-10-31Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusiveStenzek
2019-10-31Vulkan: Allow runtime querying of enabled extensionsStenzek
2019-10-02Vulkan: Add strict flag to memory type selectionStenzek
2019-03-29Vulkan: Support subgroup reduction operations via GL_KHR_shader_subgroupStenzek
2019-02-19Move most backend functionality to VideoCommonStenzek
2019-02-15Vulkan: Support runtime selection of WSIStenzek
2018-08-29Vulkan: Drop usage of VK_NV_glsl extensionStenzek
2018-03-14Vulkan: Provide a more accurate method of detecting drivers/vendorsStenzek
2017-10-11Vulkan: Use VK_NV_glsl extension where available, and skip glslangStenzek
2017-09-06Merge pull request #6012 from stenzek/drop-nv-glslJules Blok
2017-09-05Vulkan: Use a separate queue for presenting.spxtr
2017-09-03Revert "Vulkan: Use VK_NV_glsl extension where available, and skip glslang"Stenzek
2017-07-30Vulkan: Use VK_NV_glsl extension where available, and skip glslangStenzek
2017-03-10VideoBackends: Move max texture size to VideoConfigStenzek
2017-01-29Vulkan: Refactor initialization to only use a single instanceStenzek
2016-12-04Vulkan: Support logging debug reports without enabling validation layersStenzek
2016-10-03Vulkan: Fix bug with fractional LOD bias and min/max LODStenzek
2016-09-30Vulkan: Amend header includesLioncash
2016-10-01Implement experimental Vulkan backendStenzek