aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vulkan_common/vulkan_device.h
AgeCommit message (Expand)Author
2023-06-19vulkan_device: Remove brace initializertoast2903
2023-06-18video_core: Formalize HasBrokenComputelat9nq
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
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-13Merge pull request #6944 from FernandoS27/dear-drunk-meMorph
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
2021-07-22vulkan_device: Blacklist ampere devices from float16 mathameerj
2021-07-22vk_graphics_pipeline: Implement smooth linesReinUsesLisp
2021-07-22shader: Rework varyings and implement passthrough geometry shadersReinUsesLisp
2021-07-22vk_graphics_pipeline: Implement conservative renderingReinUsesLisp
2021-07-22shader: Emulate 64-bit integers when not supportedReinUsesLisp
2021-07-22vk_graphics_pipeline: Use VK_KHR_push_descriptor when availableReinUsesLisp