summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_device.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-03renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED, R8G8B8_SSCALEDLiam1-90/+144
2022-06-29Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor"lat9nq1-11/+0
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-6/+8
2022-05-25vulkan_device: Workaround extension buglat9nq1-1/+6
2022-05-25vulkan_device: Block AMDVLK's VK_KHR_push_descriptorlat9nq1-0/+11
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-14video_core: implement formats for N64 emulationFernando Sahmkow1-0/+12
2022-04-02fix: typosAndrea Pappacoda1-1/+1
2022-03-25GC: Address Feedback.Fernando Sahmkow1-6/+5
2022-03-25Garbage Collection: Redesign the algorithm to do a better use of memory.Fernando Sahmkow1-4/+48
2022-03-24Vulkan: Use 3D helpers for MSAA scaling on NV drivers 510+ameerj1-0/+5
2022-03-19video_core: Reduce unused includesameerj1-1/+0
2022-02-26vulkan_device: Blacklist RADV on RDNA2 from VK_EXT_vertex_input_dynamic_stateAmeer J1-4/+21
2022-02-21vulkan_device: fix missing format in ANVvoidanix1-0/+12
2022-01-19vulkan_device: Fix sType for VkPhysicalDeviceShaderAtomicInt64FeaturesGeorg Lehmann1-1/+1
2021-12-24vk_texture_cache: Use 3D scale helpers for MSAA texture scaling on Intel Windows driversameerj1-2/+7
2021-12-18Vulkan: Fix the checks for primitive restart extension.Fernando Sahmkow1-12/+13
2021-12-18Vulkan: implement Logical Operations.Fernando Sahmkow1-1/+1
2021-12-18Vulkan: Implement VK_EXT_primitive_topology_list_restartFernando Sahmkow1-0/+28
2021-12-08renderer_vulkan: Add R16G16_UINTMorph1-0/+1
2021-11-18renderer_vulkan: Implement S8_UINT stencil formatMorph1-0/+10
2021-11-05vulkan_device: Add missing vulkan image format R5G6B5 in GetFormatPropertiesFeng Chen1-0/+1
2021-09-24vk_texture_cache: Disable cube compatibility flag on non-mesa AMD GCN4 and earlierameerj1-10/+15
2021-09-23Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan.Fernando Sahmkow1-0/+4
2021-09-16vulkan_device: Reorder Float16Int8 declarationameerj1-1/+2
2021-09-16Revert "Merge pull request #7006 from FernandoS27/a-motherfucking-driver"ameerj1-13/+1
2021-09-13Vulkan: Disable VK_EXT_SAMPLER_FILTER_MINMAX in GCN AMD since it's broken.Fernando Sahmkow1-6/+20
2021-09-13Vulkan: Blacklist Int8Float16 Extension on AMD on driver 21.9.1Fernando Sahmkow1-1/+13
2021-09-13Vulkan/Descriptors: Increase sets per pool on AMFD propietary driver.Fernando Sahmkow1-0/+6
2021-08-29vulkan_device: Enable VK_KHR_swapchain_mutable_format if availableameerj1-0/+10
2021-08-25vulkan_device: Add a check for int8 supportameerj1-6/+10
2021-07-28renderer_vulkan: Add setting to log pipeline statisticsReinUsesLisp1-0/+29
2021-07-23vulkan_device: Blacklist Volta and older from VK_KHR_push_descriptorReinUsesLisp1-4/+39
2021-07-23maxwell_to_vk: Add R16_SNORMReinUsesLisp1-0/+1
2021-07-23vulkan_device: Add missing include algorithmlat9nq1-0/+1
2021-07-23vulkan_device: Blacklist ampere devices from float16 mathameerj1-9/+20
2021-07-23vulkan_device: Enable VK_EXT_extended_dynamic_state on RADV 21.2 onwardReinUsesLisp1-4/+7
2021-07-23vk_graphics_pipeline: Implement smooth linesReinUsesLisp1-5/+36
2021-07-23vk_graphics_pipeline: Implement line widthReinUsesLisp1-2/+2
2021-07-23shader: Rework varyings and implement passthrough geometry shadersReinUsesLisp1-0/+6
2021-07-23vk_graphics_pipeline: Implement conservative renderingReinUsesLisp1-0/+6
2021-07-23vk_graphics_pipeline: Use VK_KHR_push_descriptor when availableReinUsesLisp1-0/+11
2021-07-23shader: Add support for native 16-bit floatsReinUsesLisp1-2/+2
2021-07-23vulkan_device: Blacklist VK_EXT_vertex_input_dynamic_state on IntelReinUsesLisp1-0/+4
2021-07-23shader: Add shader loop safety check settingslat9nq1-2/+2
2021-07-23vulkan_device: Enable VK_EXT_vertex_input_dynamic_stateReinUsesLisp1-0/+28
2021-07-23vulkan: Use VK_EXT_provoking_vertex when availableReinUsesLisp1-0/+28
2021-07-23vulkan: Conditionally use shaderInt16ReinUsesLisp1-1/+2
2021-07-23vulkan: Enable depth bounds and use it conditionallyReinUsesLisp1-1/+2
2021-07-23vulkan_device: Enable float64 and int64 conditionallyReinUsesLisp1-2/+4
2021-07-23shader: Initial OpenGL implementationReinUsesLisp1-1/+1
2021-07-23vulkan_device: Require shaderClipDistance and shaderCullDistance featuresReinUsesLisp1-2/+4
2021-07-23shader: Require dual source blendingReinUsesLisp1-1/+2
2021-07-23shader: Implement PIXLD.MY_INDEXReinUsesLisp1-1/+2
2021-07-23spirv: Implement ViewportMask with NV_viewport_array2ReinUsesLisp1-0/+5
2021-07-23shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp1-1/+2
2021-07-23spirv: Rework storage buffers and shader memoryReinUsesLisp1-1/+28
2021-07-23shader: Implement ATOM/S and REDameerj1-0/+14
2021-07-23nsight_aftermath_tracker: Report used shaders to Nsight AftermathReinUsesLisp1-1/+1
2021-07-23shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when availableReinUsesLisp1-0/+34
2021-07-23shader: Implement VOTEameerj1-0/+1
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-0/+15
2021-07-23shader: Add denorm flush supportReinUsesLisp1-8/+18
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-5/+5
2021-06-25vulkan_device: Make device memory match the rest of the fileReinUsesLisp1-2/+2
2021-06-21video_core: Add GPU vendor name to window title barameerj1-0/+21
2021-06-17Reaper: Correct size calculation on Vulkan.Fernando Sahmkow1-5/+3
2021-06-17Reaper: Change memory restrictions on TC depending on host memory on VK.Fernando Sahmkow1-0/+14
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-04-11vulkan_device: Enable EXT_robustness2 featuresJoshua Ashton1-0/+9
2021-03-30vulkan_common: enable OpenGL interop on other UnicesJan Beich1-1/+1
2021-02-13vulkan_device: Require VK_EXT_robustness2ReinUsesLisp1-36/+14
2021-02-13vulkan_device: Enable robustBufferAccessReinUsesLisp1-1/+2
2021-02-13vulkan_common: Expose interop and headless devicesReinUsesLisp1-6/+15
2021-02-13vulkan_common: Make interop extensions mandatoryReinUsesLisp1-0/+6
2021-02-13vulkan_device: Enable robust buffersReinUsesLisp1-2/+4
2021-02-13vulkan_device: Use designated initializers for featuresReinUsesLisp1-60/+59
2021-02-13vulkan_device: Fix formatting of constantsReinUsesLisp1-10/+6
2021-01-27vulkan_device: Blacklist Intel from float16 math (#5798)Rodrigo Locatti1-0/+5
2021-01-25vulkan_device: Lift VK_EXT_extended_dynamic_state blacklist on RDNAReinUsesLisp1-23/+0
2021-01-15vulkan_common: Silence missing initializer warningsReinUsesLisp1-3/+4
2021-01-15vulkan_device: Enable shaderStorageImageMultisample conditionallyReinUsesLisp1-1/+2
2021-01-13vulkan_device: Remove requirement on shaderStorageImageMultisampleReinUsesLisp1-1/+0
2021-01-04vulkan_device: Allow creating a device without surfaceReinUsesLisp1-3/+3
2021-01-04renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_commonReinUsesLisp1-2/+5
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp1-1/+1
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-19/+19
2021-01-02general: Fix various spelling errorsMorph1-1/+1
2020-12-31vulkan_instance: Allow different Vulkan versions and enforce 1.1ReinUsesLisp1-6/+4
2020-12-31vk_device: Use an array to report lacking device limitsReinUsesLisp1-13/+17
2020-12-31vk_device: Stop initialization when device is not suitableReinUsesLisp1-59/+37
2020-12-31renderer_vulkan: Remove two step initialization on VKDeviceReinUsesLisp1-10/+2
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp1-1/+1
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-9/+101
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-8/+8
2020-10-30General: Resolve a few missing initializer warningsLioncash1-2/+7
2020-10-09vk_device: Block VK_EXT_extended_dynamic_state for RDNA devicesgoldenx861-0/+24
2020-09-30Remove ext_extended_dynamic_state blacklistMatías Locatti1-8/+0
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp1-0/+8
2020-08-31vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_stateReinUsesLisp1-6/+9
2020-08-29vk_device: Blacklist AMD proprietary from VK_EXT_extended_dynamic_stateReinUsesLisp1-1/+6
2020-08-20vk_device: Use Vulkan 1.0 properlyReinUsesLisp1-38/+35
2020-08-16Vk Async pipeline compilationameerj1-0/+2
2020-08-03vulkan: Silence more -Wmissing-field-initializer warningsLioncash1-1/+2
2020-07-18vk_device: Fix build error on old MSVC versionsReinUsesLisp1-3/+3
2020-07-14vk_device: Make use of designated initializers where applicableLioncash1-124/+152
2020-07-13video_core: Fix DXT4 and RGB565ReinUsesLisp1-0/+1
2020-07-13video_core: Implement RGBA32_SINT render targetReinUsesLisp1-0/+1
2020-07-13video_core: Implement RGBA32_SINT render targetReinUsesLisp1-0/+1
2020-07-13video_core: Implement RGBA16_SINT render targetReinUsesLisp1-0/+1
2020-07-13video_core: Implement RGBA8_SINT render targetReinUsesLisp1-0/+1
2020-07-13video_core: Implement RG32_SINT render targetReinUsesLisp1-0/+1
2020-07-13video_core: Implement RG8_SINT render target and fix RG8_UINTReinUsesLisp1-0/+1
2020-07-13video_core: Implement R8_SINT render targetReinUsesLisp1-0/+1
2020-07-13video_core: Implement R8_SNORM render targetReinUsesLisp1-0/+1
2020-06-27vk_device: Enable VK_EXT_extended_dynamic_state when availableReinUsesLisp1-0/+26
2020-06-02maxwell_to_vk: Add R16UI image formatReinUsesLisp1-70/+73
2020-05-18maxwell_to_vk: Add format B8G8R8A8_SRGBMorph1-0/+1
2020-05-05vk_sampler_cache: Use VK_EXT_custom_border_color when availableReinUsesLisp1-0/+27
2020-05-04vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzleReinUsesLisp1-0/+5
2020-04-30texture: Implement R8G8UIMorph1-0/+1
2020-04-29vulkan: Remove unnecessary includesLioncash1-1/+0
2020-04-14renderer_vulkan: Integrate Nvidia Nsight Aftermath on WindowsReinUsesLisp1-13/+22
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-255/+315
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp1-46/+46
2020-04-01vk_device: Add missing ASTC queriesReinUsesLisp1-14/+29
2020-04-01video_core: Use native ASTC when availableReinUsesLisp1-2/+0
2020-03-13vk_device: Enable VK_EXT_transform_feedback when availableReinUsesLisp1-7/+34
2020-03-13vk_device: Shrink formatless capability name sizeReinUsesLisp1-4/+2
2020-03-13video_core: Implement RGBA16_SNORMReinUsesLisp1-0/+1
2020-02-21vk_device: remove left over from other branchNguyen Dac Nam1-1/+0
2020-02-19vk_device: setup shaderStorageImageReadWithoutFormatNguyen Dac Nam1-0/+5
2020-02-18add eBc2SrgbBlock to formatsNguyen Dac Nam1-0/+1
2020-02-15texture: Implement R32IReinUsesLisp1-0/+1
2020-02-14vk_query_cache: Implement generic query cache on VulkanReinUsesLisp1-1/+9
2020-01-29settings: Add settings for graphics backendReinUsesLisp1-2/+4
2019-12-19vk_device: Add entry to catch device lossesReinUsesLisp1-0/+21
2019-12-19vk_device: Add query for RGBA8UintReinUsesLisp1-0/+1
2019-12-09vk_device: Misc changesReinUsesLisp1-100/+199
2019-12-09externals: Update Vulkan-HeadersReinUsesLisp1-2/+1
2019-09-13vk_device: Add miscellaneous features and minor style changesReinUsesLisp1-90/+211
2019-05-26vk_device: Let formats array type be deducedReinUsesLisp1-33/+33
2019-05-26vk_device: Enable features when available and misc changesReinUsesLisp1-28/+108
2019-03-04maxwell_to_vk: Initial implementationReinUsesLisp1-3/+10
2019-02-13vk_device: Abstract device handling into a classReinUsesLisp1-0/+231