aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan/vk_device.h
AgeCommit message (Expand)Author
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp
2020-12-31vulkan_instance: Allow different Vulkan versions and enforce 1.1ReinUsesLisp
2020-12-31vk_device: Stop initialization when device is not suitableReinUsesLisp
2020-12-31renderer_vulkan: Remove two step initialization on VKDeviceReinUsesLisp
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...ReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-08-20vk_device: Use Vulkan 1.0 properlyReinUsesLisp
2020-08-16Address feedback, add shader compile notifier, update setting textameerj
2020-08-16Vk Async pipeline compilationameerj
2020-07-16renderer_{opengl,vulkan}: Clamp shared memory to host's limitReinUsesLisp
2020-06-26vk_device: Enable VK_EXT_extended_dynamic_state when availableReinUsesLisp
2020-05-08Merge pull request #3885 from ReinUsesLisp/viewport-swizzlesbunnei
2020-05-04vk_sampler_cache: Use VK_EXT_custom_border_color when availableReinUsesLisp
2020-05-04vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzleReinUsesLisp
2020-04-27Merge pull request #3756 from ReinUsesLisp/integrated-devicesFernando Sahmkow
2020-04-21vk_memory_manager: Remove unified memory model flagReinUsesLisp
2020-04-14renderer_vulkan: Integrate Nvidia Nsight Aftermath on WindowsReinUsesLisp
2020-04-13renderer_vulkan: Remove Nvidia checkpointsReinUsesLisp
2020-04-10renderer_vulkan: Drop Vulkan-HppReinUsesLisp
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp
2020-03-13vk_device: Enable VK_EXT_transform_feedback when availableReinUsesLisp
2020-03-13vk_device: Shrink formatless capability name sizeReinUsesLisp
2020-02-19vk_device: add check for shaderStorageImageReadWithoutFormatNguyen Dac Nam
2019-12-19vk_device: Add entry to catch device lossesReinUsesLisp
2019-12-09vk_device: Misc changesReinUsesLisp
2019-09-13vk_device: Add miscellaneous features and minor style changesReinUsesLisp
2019-05-26vk_device: Enable features when available and misc changesReinUsesLisp
2019-02-12vk_device: Abstract device handling into a classReinUsesLisp