aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vulkan_common/vulkan_device.h
AgeCommit message (Expand)Author
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
2021-07-22vulkan: Add VK_EXT_vertex_input_dynamic_state supportReinUsesLisp
2021-07-22vulkan: Use VK_EXT_provoking_vertex when availableReinUsesLisp
2021-07-22vulkan: Conditionally use shaderInt16ReinUsesLisp
2021-07-22vulkan: Enable depth bounds and use it conditionallyReinUsesLisp
2021-07-22vulkan_device: Enable float64 and int64 conditionallyReinUsesLisp
2021-07-22shader: Fix bugs and build issues on GCCRodrigo Locatti
2021-07-22spirv: Implement ViewportMask with NV_viewport_array2ReinUsesLisp
2021-07-22shader: Implement ATOM/S and REDameerj
2021-07-22nsight_aftermath_tracker: Report used shaders to Nsight AftermathReinUsesLisp
2021-07-22shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when availableReinUsesLisp
2021-07-22shader: Implement VOTEameerj
2021-07-22shader: Add denorm flush supportReinUsesLisp
2021-06-28Merge pull request #6502 from ameerj/vendor-titleMorph
2021-06-25vulkan_device: Make device memory match the rest of the fileReinUsesLisp
2021-06-20video_core: Add GPU vendor name to window title barameerj
2021-06-17Reaper: Change memory restrictions on TC depending on host memory on VK.Fernando Sahmkow
2021-02-13vulkan_device: Require VK_EXT_robustness2ReinUsesLisp
2021-02-13vulkan_common: Expose interop and headless devicesReinUsesLisp
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp