aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vulkan_common/vulkan_device.cpp
AgeCommit message (Expand)Author
2022-12-04vulkan_common: add feature test for shaderDrawParametersLiam
2022-12-04vulkan_common: clean up extension usageLiam
2022-12-04vulkan_common: ensure all mandatory features are tested in feature reportLiam
2022-12-04vulkan_common: unsuffix 16-bit storage feature test structureLiam
2022-12-04vulkan_common: unsuffix timeline semaphore feature test structureLiam
2022-12-04vulkan_common: add logicOp to feature reportLiam
2022-12-04vulkan_common: promote host query reset usage to coreLiam
2022-12-04vulkan_common: promote descriptor update template usage to coreLiam
2022-12-04vulkan_common: promote timeline semaphore usage to coreLiam
2022-12-03Merge pull request #9289 from liamwhite/fruit-companyliamwhite
2022-11-27Vulkan: update initializationLiam
2022-11-22general: fix compile for Apple ClangLiam
2022-08-02renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED...Liam
2022-06-29Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor"lat9nq
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-05-25Merge pull request #8379 from lat9nq/amd-push-desc-workaroundbunnei
2022-05-25vulkan_device: Workaround extension buglat9nq
2022-05-25vulkan_device: Block AMDVLK's VK_KHR_push_descriptorlat9nq
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-14video_core: implement formats for N64 emulationFernando Sahmkow
2022-04-02fix: typosAndrea Pappacoda
2022-03-30Merge pull request #8076 from ameerj/nv-vk-msaa-scalebunnei
2022-03-25GC: Address Feedback.Fernando Sahmkow
2022-03-25Garbage Collection: Redesign the algorithm to do a better use of memory.Fernando Sahmkow
2022-03-23Vulkan: Use 3D helpers for MSAA scaling on NV drivers 510+ameerj
2022-03-19video_core: Reduce unused includesameerj
2022-02-25vulkan_device: Blacklist RADV on RDNA2 from VK_EXT_vertex_input_dynamic_stateAmeer J
2022-02-21vulkan_device: fix missing format in ANVvoidanix
2022-01-19vulkan_device: Fix sType for VkPhysicalDeviceShaderAtomicInt64FeaturesGeorg Lehmann
2021-12-23vk_texture_cache: Use 3D scale helpers for MSAA texture scaling on Intel Wind...ameerj
2021-12-18Vulkan: Fix the checks for primitive restart extension.Fernando Sahmkow
2021-12-18Vulkan: implement Logical Operations.Fernando Sahmkow
2021-12-18Vulkan: Implement VK_EXT_primitive_topology_list_restartFernando Sahmkow
2021-12-08renderer_vulkan: Add R16G16_UINTMorph
2021-11-18renderer_vulkan: Implement S8_UINT stencil formatMorph
2021-11-05vulkan_device: Add missing vulkan image format R5G6B5 in GetFormatPropertiesFeng Chen
2021-10-23Merge pull request #7070 from FernandoS27/want-you-badAmeer J
2021-09-23vk_texture_cache: Disable cube compatibility flag on non-mesa AMD GCN4 and ea...ameerj
2021-09-23Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan.Fernando Sahmkow
2021-09-16vulkan_device: Reorder Float16Int8 declarationameerj
2021-09-16Revert "Merge pull request #7006 from FernandoS27/a-motherfucking-driver"ameerj
2021-09-13Merge pull request #6943 from FernandoS27/omae-wa-mou-shindeiruMorph
2021-09-13Vulkan: Disable VK_EXT_SAMPLER_FILTER_MINMAX in GCN AMD since it's broken.Fernando Sahmkow
2021-09-13Merge pull request #7006 from FernandoS27/a-motherfucking-driverMorph
2021-09-13Merge pull request #6944 from FernandoS27/dear-drunk-meMorph
2021-09-13Vulkan: Blacklist Int8Float16 Extension on AMD on driver 21.9.1Fernando Sahmkow
2021-09-13Vulkan/Descriptors: Increase sets per pool on AMFD propietary driver.Fernando Sahmkow
2021-08-29vulkan_device: Enable VK_KHR_swapchain_mutable_format if availableameerj
2021-08-24vulkan_device: Add a check for int8 supportameerj
2021-07-27renderer_vulkan: Add setting to log pipeline statisticsReinUsesLisp