summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_device.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* spirv: Add lower fp16 to fp32 passReinUsesLisp2021-07-231-5/+5
* Merge pull request #6502 from ameerj/vendor-titleMorph2021-06-281-0/+21
|\
| * video_core: Add GPU vendor name to window title barameerj2021-06-211-0/+21
* | vulkan_device: Make device memory match the rest of the fileReinUsesLisp2021-06-251-2/+2
* | Reaper: Correct size calculation on Vulkan.Fernando Sahmkow2021-06-171-5/+3
* | Reaper: Change memory restrictions on TC depending on host memory on VK.Fernando Sahmkow2021-06-171-0/+14
|/
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* vulkan_device: Enable EXT_robustness2 featuresJoshua Ashton2021-04-111-0/+9
* vulkan_common: enable OpenGL interop on other UnicesJan Beich2021-03-301-1/+1
* vulkan_device: Require VK_EXT_robustness2ReinUsesLisp2021-02-131-36/+14
* vulkan_device: Enable robustBufferAccessReinUsesLisp2021-02-131-1/+2
* vulkan_common: Expose interop and headless devicesReinUsesLisp2021-02-131-6/+15
* vulkan_common: Make interop extensions mandatoryReinUsesLisp2021-02-131-0/+6
* vulkan_device: Enable robust buffersReinUsesLisp2021-02-131-2/+4
* vulkan_device: Use designated initializers for featuresReinUsesLisp2021-02-131-60/+59
* vulkan_device: Fix formatting of constantsReinUsesLisp2021-02-131-10/+6
* vulkan_device: Blacklist Intel from float16 math (#5798)Rodrigo Locatti2021-01-271-0/+5
* vulkan_device: Lift VK_EXT_extended_dynamic_state blacklist on RDNAReinUsesLisp2021-01-251-23/+0
* Merge pull request #5350 from ReinUsesLisp/vk-init-warnsRodrigo Locatti2021-01-151-3/+4
|\
| * vulkan_common: Silence missing initializer warningsReinUsesLisp2021-01-151-3/+4
* | vulkan_device: Enable shaderStorageImageMultisample conditionallyReinUsesLisp2021-01-151-1/+2
|/
* vulkan_device: Remove requirement on shaderStorageImageMultisampleReinUsesLisp2021-01-131-1/+0
* vulkan_device: Allow creating a device without surfaceReinUsesLisp2021-01-041-3/+3
* renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_commonReinUsesLisp2021-01-041-2/+5
* renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp2021-01-041-0/+883