summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_device.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23spirv: Implement ViewportMask with NV_viewport_array2ReinUsesLisp1-0/+6
2021-07-23shader: Implement ATOM/S and REDameerj1-0/+6
2021-07-23nsight_aftermath_tracker: Report used shaders to Nsight AftermathReinUsesLisp1-1/+2
2021-07-23shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when availableReinUsesLisp1-15/+27
2021-07-23shader: Implement VOTEameerj1-0/+6
2021-07-23shader: Add denorm flush supportReinUsesLisp1-16/+17
2021-06-25vulkan_device: Make device memory match the rest of the fileReinUsesLisp1-17/+16
2021-06-21video_core: Add GPU vendor name to window title barameerj1-0/+3
2021-06-17Reaper: Change memory restrictions on TC depending on host memory on VK.Fernando Sahmkow1-0/+9
2021-02-13vulkan_device: Require VK_EXT_robustness2ReinUsesLisp1-1/+0
2021-02-13vulkan_common: Expose interop and headless devicesReinUsesLisp1-2/+2
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp1-1/+1
2021-01-15vulkan_device: Enable shaderStorageImageMultisample conditionallyReinUsesLisp1-17/+18
2021-01-04renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_commonReinUsesLisp1-2/+3
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp1-0/+0
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-4/+4
2020-12-31vulkan_instance: Allow different Vulkan versions and enforce 1.1ReinUsesLisp1-7/+2
2020-12-31vk_device: Stop initialization when device is not suitableReinUsesLisp1-2/+2
2020-12-31renderer_vulkan: Remove two step initialization on VKDeviceReinUsesLisp1-3/+0
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp1-1/+1
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-0/+34
2020-08-20vk_device: Use Vulkan 1.0 properlyReinUsesLisp1-3/+9
2020-08-16Address feedback, add shader compile notifier, update setting textameerj1-1/+4
2020-08-16Vk Async pipeline compilationameerj1-0/+5
2020-07-16renderer_{opengl,vulkan}: Clamp shared memory to host's limitReinUsesLisp1-0/+5
2020-06-27vk_device: Enable VK_EXT_extended_dynamic_state when availableReinUsesLisp1-0/+6
2020-05-05vk_sampler_cache: Use VK_EXT_custom_border_color when availableReinUsesLisp1-0/+6
2020-05-04vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzleReinUsesLisp1-0/+6
2020-04-22vk_memory_manager: Remove unified memory model flagReinUsesLisp1-5/+0
2020-04-14renderer_vulkan: Integrate Nvidia Nsight Aftermath on WindowsReinUsesLisp1-1/+8
2020-04-13renderer_vulkan: Remove Nvidia checkpointsReinUsesLisp1-5/+0
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-41/+37
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp1-11/+10
2020-03-13vk_device: Enable VK_EXT_transform_feedback when availableReinUsesLisp1-0/+6
2020-03-13vk_device: Shrink formatless capability name sizeReinUsesLisp1-20/+19
2020-02-19vk_device: add check for shaderStorageImageReadWithoutFormatNguyen Dac Nam1-0/+7
2019-12-19vk_device: Add entry to catch device lossesReinUsesLisp1-0/+9
2019-12-09vk_device: Misc changesReinUsesLisp1-17/+77
2019-09-13vk_device: Add miscellaneous features and minor style changesReinUsesLisp1-18/+44
2019-05-26vk_device: Enable features when available and misc changesReinUsesLisp1-15/+43
2019-02-13vk_device: Abstract device handling into a classReinUsesLisp1-0/+116