aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vulkan_common/vulkan_device.h
AgeCommit message (Expand)Author
2023-08-11vulkan_device: disable features associated with unloaded extensionsLiam
2023-08-02vulkan_device: Fix subgroup_size_control detection on Vulkan 1.3Ameer J
2023-08-02vulkan_device: Fix VK_EXT_subgroup_size_control detectionAmeer J
2023-07-03video_core: vulkan_device: Disable timeline semaphore on Turnip, fix qcom ver...bunnei
2023-07-01renderer_vulkan: Add support for VK_KHR_image_format_listGPUCode
2023-06-27video_core: Add BCn decoding supportGPUCode
2023-06-27renderer_vulkan: Add more feature checkingGPUCode
2023-06-27renderer_vulkan: Don't assume debug tool with debug rendererGPUCode
2023-06-27renderer_vulkan: Bump minimum SPIRV versionGPUCode
2023-06-27renderer_vulkan: Respect viewport limitGPUCode
2023-06-27Merge pull request #10473 from GPUCode/vmaliamwhite
2023-06-19vulkan_device: Remove brace initializertoast2903
2023-06-18video_core: Formalize HasBrokenComputelat9nq
2023-06-18renderer_vulkan: Use VMA for imagesGPUCode
2023-06-18externals: Add vma and initialize itlat9nq
2023-06-18vulkan_device: Remove external memory extensionlat9nq
2023-06-12Merge pull request #10699 from liamwhite/conditional-barrierMatías Locatti
2023-06-10shader_recompiler: translate f64 to f32 when unsupported on hostLiam
2023-06-10shader_recompiler: remove barriers in conditional control flow when device la...Liam
2023-06-07Merge pull request #10635 from mrcmunir/l4t-tx1-nvidialiamwhite
2023-06-06Updated to lexicographical order suggestionsCarlos Estrague / Mrc_munir
2023-06-06Make VK_EXT_robustness2 optionalCarlos Estrague / Mrc_munir
2023-06-03android: video_core: Disable problematic compute shaders.bunnei
2023-06-03video_core: Enable support_descriptor_aliasing on Turnip, disable storage ato...bunnei
2023-06-03Implement scaled vertex buffer format emulationBilly Laws
2023-05-06Log object names with debug renderer, add a GPU address to ImageViewsKelebek1
2023-04-14vulkan: use plain fences when timeline semaphores are not availableLiam
2023-03-12general: fix spelling mistakesLiam
2023-01-10vulkan_common: fix indirect draw with countLiam
2023-01-09vulkan_device: refactor feature testingLiam
2023-01-06renderer_vulkan: disable clock boost on unvalidated devicesLiam
2023-01-04renderer_vulkan: implement fallback path for null descriptorsLiam
2023-01-01MacroHLE: Final cleanup and fixes.Fernando Sahmkow
2023-01-01Vulkan: Implement Dynamic State 3Fernando Sahmkow
2023-01-01Vulkan: Implement Dynamic States 2Fernando Sahmkow
2023-01-01MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.Fernando Sahmkow
2022-12-17Merge pull request #7450 from FernandoS27/ndc-vulkanliamwhite
2022-12-13Vulkan: Add support for VK_EXT_depth_clip_control.FernandoS27
2022-12-12Fix validation errors on less compatible Intel GPUyzct12345
2022-12-04vulkan_common: clean up extension usageLiam
2022-11-27Vulkan: update initializationLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-25Garbage Collection: Redesign the algorithm to do a better use of memory.Fernando Sahmkow
2022-03-19video_core: Reduce unused includesameerj
2022-02-21vulkan_device: fix missing format in ANVvoidanix
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 VK_EXT_primitive_topology_list_restartFernando Sahmkow
2021-11-16vk_texture_cache: Fix unsupported blit format error checkingameerj
2021-10-23Merge pull request #7070 from FernandoS27/want-you-badAmeer J