summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-25Demote Mesa dozen to the bottom of the device listMatías Locatti1-0/+10
2024-01-22Simplify VkResult lookupMike Lothian3-107/+11
2024-01-07Fix typos in video_coreViktor Szépe2-3/+3
2023-12-23renderer_vulkan: skip SetObjectNameEXT on unsupported driverLiam1-1/+3
2023-12-23renderer_vulkan: demote format assert to error logLiam1-8/+8
2023-12-20vulkan_common: unbreak build with Vulkan-Headers 1.3.274Jan Beich1-0/+2
2023-12-19shader_recompiler: ignore clip distances beyond driver support levelLiam1-0/+4
2023-12-17renderer_vulkan: work around turnip binding bug in a610Liam1-0/+5
2023-11-30renderer_vulkan: exclude more qcom drivers from extensionsLiam1-15/+22
2023-11-24vulkan_device: add names for more driverID enumeration valuesLiam1-2/+32
2023-11-24renderer_vulkan: exclude steam deck oled from force max clock settingLiam1-1/+2
2023-11-19renderer_vulkan: ignore viewport stores on non-supporting driversLiam1-0/+4
2023-11-19Vulkan: Be more generous with pipeline workers for AndroidFernando Sahmkow2-0/+13
2023-11-12renderer_vulkan: Introduce separate cmd buffer for uploadsGPUCode1-0/+4
2023-10-24vulkan_common: use highest API versionLiam1-1/+1
2023-10-19Manually robust on Maxwell and earlierKelebek12-20/+33
2023-10-10Not not allocate DeviceLocal buffers as mappedKelebek11-4/+4
2023-10-06Allow GPUs without rebar to open multiple RenderDoc capturesKelebek12-4/+31
2023-10-06Implement X8_D24 formatKelebek11-0/+1
2023-10-05Rework nvidia architecture detection, disable push descriptor for Pascal and olderKelebek11-12/+43
2023-10-03vk_present_manager: recreate surface on any surface lossLiam1-0/+3
2023-10-03ci: fix new codespell errorsLiam1-1/+1
2023-09-25renderer_vulkan: Implement MSAA copiesGPUCode1-0/+5
2023-09-23Macro HLE: Add DrawIndirectByteCountFernando Sahmkow2-0/+9
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow3-0/+28
2023-09-21renderer_vulkan: Correct component order for A4B4G4R4_UNORMGPUCode2-0/+16
2023-09-16Vulkan: add temporary workaround for AMDVLKFernando Sahmkow2-2/+8
2023-09-16Vulkan: Implement Depth Bias ControlFernando Sahmkow3-0/+29
2023-09-08renderer_vulkan: Remove debug reportGPUCode3-34/+3
2023-08-27VideoCore: Implement DispatchIndirectFernando Sahmkow2-0/+6
2023-08-22Add macos moltenvk bundle, Add copy moltevk dylib scriptFeng Chen2-9/+15
2023-08-18video_core: Fix vulkan assert errorFeng Chen1-0/+8
2023-08-11vulkan_device: disable features associated with unloaded extensionsLiam2-74/+114
2023-08-03vulkan_device: Fix subgroup_size_control detection on Vulkan 1.3Ameer J2-3/+3
2023-08-03vulkan_device: Fix VK_EXT_subgroup_size_control detectionAmeer J1-1/+1
2023-08-02vulkan_device: disable EDS3 blending on all AMD driversLiam1-8/+7
2023-08-02vulkan: centralize configAlexandre Bouvier4-34/+13
2023-08-01vulkan_device: Test depth stencil blit support by formatMorph2-27/+33
2023-07-31vma: enable options everywhereAlexandre Bouvier7-19/+30
2023-07-31Formatting fixMoonlacer1-2/+1
2023-07-31Match log warningMoonlacer1-1/+1
2023-07-30Formatting fixMoonlacer1-1/+2
2023-07-30Address feedback and change log warningMoonlacer1-3/+3
2023-07-30Revert "Revert "Blacklist EDS3 blending from new AMD drivers""Moonlacer1-0/+8
2023-07-27vulkan_device: Return true if either depth/stencil format supports blitMorph1-1/+1
2023-07-26Revert "Blacklist EDS3 blending from new AMD drivers"Moonlacer1-8/+0
2023-07-12cmake: allow using system VMA libraryAlexandre Bouvier1-0/+8
2023-07-04video_core: vulkan_device: Disable timeline semaphore on Turnip, fix qcom version check.bunnei2-9/+16
2023-07-03video_core: vulkan_device: Change to driver version check.bunnei1-15/+23
2023-07-02vulkan_common: use device local preferred for image memoryLiam1-2/+2
2023-07-01renderer_vulkan: Add support for VK_KHR_image_format_listGPUCode1-0/+6
2023-07-01vulkan: Use newer VK_EXT_metal_surface to create surface for MoltenVK.Steveice103-13/+12
2023-06-30video_core: vulkan_device: Scope S8Gen2 checks to just Qualcomm.bunnei1-2/+2
2023-06-30video_core: vulkan_device: Fix S8Gen2 dynamic state checks.bunnei1-3/+19
2023-06-29Blacklist EDS3 blending from new AMD driversMatías Locatti1-0/+8
2023-06-28video_core: Add BCn decoding supportGPUCode1-5/+10
2023-06-28renderer_vulkan: Add more feature checkingGPUCode2-0/+20
2023-06-28renderer_vulkan: Don't assume debug tool with debug rendererGPUCode1-1/+1
2023-06-28renderer_vulkan: Bump minimum SPIRV versionGPUCode1-1/+1
2023-06-28renderer_vulkan: Respect viewport limitGPUCode1-0/+4
2023-06-28renderer_vulkan: Add suport for debug report callbackGPUCode6-35/+92
2023-06-26externals: Use cmake subdirectoryGPUCode3-6/+0
2023-06-22vulkan_common: Remove required flagsGPUCode1-15/+1
2023-06-22Remove memory allocations in some hot pathsKelebek11-0/+1
2023-06-19vulkan_device: Remove brace initializertoast29031-1/+1
2023-06-19video_core: Check broken compute earlierlat9nq1-1/+2
2023-06-18video_core: Formalize HasBrokenComputelat9nq2-0/+25
2023-06-18renderer_vulkan: Add missing initializersGPUCode2-5/+13
2023-06-18renderer_vulkan: Use VMA for buffersGPUCode5-49/+186
2023-06-18renderer_vulkan: Use VMA for imagesGPUCode5-38/+100
2023-06-18memory_allocator: Remove OpenGL interopGPUCode2-64/+5
2023-06-18externals: Add vma and initialize itlat9nq2-1/+25
2023-06-18vulkan_device: Remove external memory extensionlat9nq2-19/+0
2023-06-15vulkan_device: disable extended_dynamic_state2 on ARM driversLiam1-5/+10
2023-06-10shader_recompiler: translate f64 to f32 when unsupported on hostLiam1-0/+5
2023-06-10shader_recompiler: remove barriers in conditional control flow when device lacks supportLiam2-0/+7
2023-06-06Updated to lexicographical order suggestionsCarlos Estrague / Mrc_munir1-3/+3
2023-06-06Make VK_EXT_robustness2 optionalCarlos Estrague / Mrc_munir1-4/+4
2023-06-03android: vulkan_device: Skip BGR565 emulation on S8gen2.bunnei1-1/+3
2023-06-03android: vulkan_device: Only compile OverrideBcnFormats when used.bunnei1-0/+2
2023-06-03android: remove spurious warnings about BCn formats when patched with adrenotoolsLiam1-1/+27
2023-06-03android: video_core: Disable problematic compute shaders.bunnei1-0/+4
2023-06-03video_core: Enable support_descriptor_aliasing on Turnip, disable storage atomic otherwise.bunnei1-0/+5
2023-06-03android: vulkan: Disable vertex_input_dynamic_state on Qualcomm.bunnei1-1/+2
2023-06-03android: vulkan_debug_callback: Ignore many innocuous errors.bunnei1-0/+28
2023-06-03android: vulkan_device: Disable VK_EXT_custom_border_color on Adreno.bunnei1-0/+7
2023-06-03build: only enable adrenotools on arm64Liam2-2/+4
2023-06-03video_core: fix clang-format errorsliushuyu1-2/+1
2023-06-03video_core: vulkan_device: Correct error message for unsuitable driver.bunnei1-1/+1
2023-06-03android: vulkan: Implement adrenotools turbo mode.bunnei1-1/+3
2023-06-03android: vulkan_device: Disable VK_EXT_extended_dynamic_state2 on Qualcomm.bunnei1-3/+3
2023-06-03android: native: Add support for custom Vulkan driver loading.bunnei3-13/+25
2023-06-03Implement scaled vertex buffer format emulationBilly Laws2-0/+9
2023-06-03Disable push descriptors on adreno driversBilly Laws1-0/+4
2023-06-03Disable VK_EXT_extended_dynamic_state on maliBilly Laws1-0/+7
2023-06-03externals: add adrenotools for bcenablerLiam1-0/+30
2023-06-03video_core: vulkan_device: Device initialization for Adreno.bunnei1-3/+4
2023-05-23textures: add BC1 and BC3 compressors and recompression settingLiam1-0/+6
2023-05-23vulkan_device: Enable VK_KHR_push_descriptor on newer ANVLiam1-2/+3
2023-05-22Limit the device access memory to 4 GBscorpion811-1/+1
2023-05-18vulkan_device: Disable VK_KHR_push_descriptor on ANVlat9nq1-0/+11
2023-05-14vulkan_device: reserve extra memory to prevent swapsLiam1-0/+2
2023-05-14vulkan_common: fix incompatible property flagsLiam1-1/+1
2023-05-13vulkan_common: disable depth clamp dynamic state for older radvLiam1-0/+8
2023-05-06Log object names with debug renderer, add a GPU address to ImageViewsKelebek11-1/+2
2023-05-03vulkan_surface: Pass only window info for surface creationlat9nq2-9/+6
2023-05-03vulkan: disable turbo when debugging tool is attachedLiam1-1/+3
2023-04-15vulkan: use plain fences when timeline semaphores are not availableLiam1-1/+5
2023-04-08video_core: Enable ImageGather with subpixel offset on IntelWollnashorn2-6/+0
2023-04-08shader_recompiler: Add subpixel offset for correct rounding at `ImageGather`Wollnashorn2-0/+6
2023-04-01externals: update Vulkan-Headers to v1.3.246Jan Beich1-0/+2
2023-03-15vulkan: disable extendedDynamicState3ColorBlendEquation on radvLiam1-0/+6
2023-03-12general: fix spelling mistakesLiam3-12/+12
2023-03-02vulkan_common: disable vertexInputDynamicState on unsupported driverLiam1-0/+1
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-2/+2
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
2023-01-21nsight_aftermath_tracker: update for latest Aftermath SDKLiam1-4/+4
2023-01-10vulkan_common: fix indirect draw with countLiam3-8/+15
2023-01-10MoltenVK: restrict number of vertex attributes/bindings to 16TellowKrinkle1-10/+25
2023-01-09vulkan_device: refactor feature testingLiam2-1157/+661
2023-01-07vulkan_device: avoid attempt to access empty optionalLiam1-2/+6
2023-01-07renderer_vulkan: disable clock boost on unvalidated devicesLiam2-0/+14
2023-01-05video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelinesWollnashorn2-6/+45
2023-01-05vulkan: implement 'turbo mode' clock boosterLiam1-1/+1
2023-01-05renderer_vulkan: implement fallback path for null descriptorsLiam2-0/+8
2023-01-04Vulkan: Update blacklisting to latest driver versions.Fernando Sahmkow1-5/+12
2023-01-01vulkan_common: blacklist radv from extended_dynamic_state2 on drivers before 22.3.1Liam1-0/+10
2023-01-01video_core: fix buildLiam1-0/+27
2023-01-01MacroHLE: Final cleanup and fixes.Fernando Sahmkow3-35/+44
2023-01-01Vulkan: Implement Dynamic State 3Fernando Sahmkow4-38/+89
2023-01-01Vulkan Implement Dynamic State 2 LogicOp and PatchVerticesFernando Sahmkow3-4/+13
2023-01-01Vulkan: Implement Dynamic States 2Fernando Sahmkow4-0/+99
2023-01-01MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.Fernando Sahmkow4-9/+27
2023-01-01MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow3-1/+18
2023-01-01vulkan_common: unify VK_EXT_debug_utils and selection of validation layerLiam2-10/+9
2022-12-19externals: update Vulkan-Headers to v1.3.238Jan Beich1-0/+12
2022-12-14Vulkan: Add support for VK_EXT_depth_clip_control.FernandoS272-0/+31
2022-12-14vulkan_common: declare storageBuffer8BitAccessLiam1-1/+2
2022-12-13Fix validation errors on less compatible Intel GPUyzct123452-0/+14
2022-12-08video_core: Integrate SMAALiam2-0/+7
2022-12-06vulkan_common: further initialization tweaksLiam2-1/+9
2022-12-04vulkan_common: add feature test for shaderDrawParametersLiam1-1/+13
2022-12-04vulkan_common: clean up extension usageLiam4-81/+84
2022-12-04vulkan_common: correct usage of timeline semaphore fallbacksLiam1-2/+1
2022-12-04vulkan_common: ensure all mandatory features are tested in feature reportLiam1-1/+24
2022-12-04vulkan_common: unsuffix 16-bit storage feature test structureLiam1-2/+2
2022-12-04vulkan_common: unsuffix timeline semaphore feature test structureLiam1-2/+2
2022-12-04vulkan_common: add logicOp to feature reportLiam1-1/+2
2022-12-04vulkan_common: promote host query reset usage to coreLiam3-10/+11
2022-12-04vulkan_common: promote descriptor update template usage to coreLiam3-21/+20
2022-12-04vulkan_common: promote timeline semaphore usage to coreLiam3-9/+15
2022-12-01vulkan_common: quiet some validation errorsLiam2-1/+3
2022-11-27Vulkan: update initializationLiam4-63/+138
2022-11-23general: fix compile for Apple ClangLiam3-0/+3
2022-10-06vulkan_blitter: Fix pool allocation double free.Byte1-20/+0
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 crashLiam2-9/+11
2022-05-30vulkan_library: Add debug logginglat9nq1-0/+4
2022-05-25vulkan_device: Workaround extension buglat9nq1-1/+6
2022-05-25vulkan_device: Block AMDVLK's VK_KHR_push_descriptorlat9nq1-0/+11
2022-05-17video_core: Support new VkResultAlexandre Bouvier1-0/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph16-48/+32
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 Sahmkow5-11/+71
2022-03-24Vulkan: Use 3D helpers for MSAA scaling on NV drivers 510+ameerj1-0/+5
2022-03-19video_core: Reduce unused includesameerj8-15/+8
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 ANVvoidanix2-0/+17
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 driversameerj2-2/+12
2021-12-18Vulkan: Fix the checks for primitive restart extension.Fernando Sahmkow2-19/+23
2021-12-18Vulkan: implement Logical Operations.Fernando Sahmkow1-1/+1
2021-12-18Vulkan: Implement VK_EXT_primitive_topology_list_restartFernando Sahmkow2-0/+38
2021-12-08renderer_vulkan: Add R16G16_UINTMorph1-0/+1
2021-11-18renderer_vulkan: Implement S8_UINT stencil formatMorph1-0/+10
2021-11-16vk_texture_cache: Fix unsupported blit format error checkingameerj1-4/+4
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 earlierameerj2-10/+21
2021-09-23Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan.Fernando Sahmkow2-0/+9
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-14vulkan_debug_callback: Ignore InvalidCommandBuffer-VkDescriptorSet errorsameerj1-0/+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 Sahmkow2-0/+11
2021-08-29vulkan_device: Enable VK_KHR_swapchain_mutable_format if availableameerj2-0/+16
2021-08-25vulkan_device: Add a check for int8 supportameerj2-8/+18
2021-08-07vulkan_memory_allocator: Respect bufferImageGranularityRobin Kertels2-2/+8
2021-07-28renderer_vulkan: Add setting to log pipeline statisticsReinUsesLisp4-0/+81
2021-07-27vulkan_wrapper: Fix SetObjectName() always indicating objects as imagesLioncash1-1/+1
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 mathameerj2-12/+23
2021-07-23vulkan_device: Enable VK_EXT_extended_dynamic_state on RADV 21.2 onwardReinUsesLisp1-4/+7
2021-07-23vk_graphics_pipeline: Implement smooth linesReinUsesLisp2-5/+42
2021-07-23vk_graphics_pipeline: Implement line widthReinUsesLisp3-2/+8
2021-07-23shader: Rework varyings and implement passthrough geometry shadersReinUsesLisp2-0/+12
2021-07-23vk_graphics_pipeline: Implement conservative renderingReinUsesLisp2-0/+12
2021-07-23shader: Emulate 64-bit integers when not supportedReinUsesLisp1-0/+5
2021-07-23vk_graphics_pipeline: Use VK_KHR_push_descriptor when availableReinUsesLisp4-12/+43
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: Add VK_EXT_vertex_input_dynamic_state supportReinUsesLisp3-0/+15
2021-07-23vulkan: Use VK_EXT_provoking_vertex when availableReinUsesLisp2-0/+34
2021-07-23nsight_aftermath_tracker: Fix SPIR-V module writesReinUsesLisp1-1/+1
2021-07-23vulkan: Conditionally use shaderInt16ReinUsesLisp2-1/+8
2021-07-23vulkan: Enable depth bounds and use it conditionallyReinUsesLisp2-1/+8
2021-07-23vulkan_device: Enable float64 and int64 conditionallyReinUsesLisp2-2/+6
2021-07-23shader: Initial OpenGL implementationReinUsesLisp1-1/+1
2021-07-23vulkan_device: Require shaderClipDistance and shaderCullDistance featuresReinUsesLisp1-2/+4
2021-07-23shader: Fix bugs and build issues on GCCRodrigo Locatti1-1/+1
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_array2ReinUsesLisp2-0/+11
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 REDameerj2-0/+20
2021-07-23nsight_aftermath_tracker: Report used shaders to Nsight AftermathReinUsesLisp4-15/+16
2021-07-23shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when availableReinUsesLisp2-15/+61
2021-07-23shader: Implement VOTEameerj2-0/+7
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-0/+15
2021-07-23shader: Add denorm flush supportReinUsesLisp3-26/+35
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-5/+5
2021-06-25vulkan_device: Make device memory match the rest of the fileReinUsesLisp2-19/+18
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph1-1/+1
2021-06-21video_core: Add GPU vendor name to window title barameerj2-0/+24
2021-06-18vulkan_debug_callback: Skip logging known false-positive validation errorsameerj1-0/+8
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 Sahmkow2-0/+23
2021-06-16vulkan_memory_allocator: Release allocations with no commitsReinUsesLisp2-5/+22
2021-05-27vulkan_memory_allocator: Allow textures to be allocated in host memoryReinUsesLisp2-31/+43
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph3-24/+34
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 Beich2-5/+5
2021-02-13vulkan_device: Require VK_EXT_robustness2ReinUsesLisp2-37/+14
2021-02-13vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp2-7/+18
2021-02-13vulkan_device: Enable robustBufferAccessReinUsesLisp1-1/+2
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-1/+1
2021-02-13vulkan_common: Expose interop and headless devicesReinUsesLisp4-21/+100
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_wrapper: Add memory barrier pipeline barrier helperReinUsesLisp1-0/+6
2021-02-13vulkan_device: Fix formatting of constantsReinUsesLisp1-10/+6
2021-02-13vulkan_wrapper: Add interop functionsReinUsesLisp2-1/+41
2021-02-13vulkan_instance: Initialize Vulkan instance in a separate threadReinUsesLisp1-1/+5
2021-02-13vulkan_wrapper: Pull Windows symbolsReinUsesLisp1-0/+11
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp2-1/+4
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-24video_core: Silence -Wmissing-field-initializers warningsReinUsesLisp1-0/+1
2021-01-23nsight_aftermath_tracker: Fix build issues when enabledReinUsesLisp2-16/+5
2021-01-17video_core: Resolve -Wdocumentation warningsLioncash1-3/+2
2021-01-17vulkan_debug_callback: Add missing header guardLioncash1-0/+2
2021-01-15vulkan_memory_allocator: Remove unnecesary 'device' memory from commitsReinUsesLisp2-15/+15
2021-01-15vulkan_memory_allocator: Add allocation support for download typesReinUsesLisp2-55/+91
2021-01-15vulkan_memory_allocator: Add "download" memory usage hintReinUsesLisp2-10/+38
2021-01-15vulkan_common: Move allocator to the common directoryReinUsesLisp2-0/+322
2021-01-15vulkan_common: Silence missing initializer warningsReinUsesLisp2-145/+146
2021-01-15vulkan_device: Enable shaderStorageImageMultisample conditionallyReinUsesLisp2-18/+20
2021-01-13vulkan_device: Remove requirement on shaderStorageImageMultisampleReinUsesLisp1-1/+0
2021-01-07vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]]MerryMage1-1/+1
2021-01-04vulkan_device: Allow creating a device without surfaceReinUsesLisp1-3/+3
2021-01-04renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_commonReinUsesLisp4-4/+302
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp2-0/+1189
2020-12-31vulkan_instance: Allow different Vulkan versions and enforce 1.1ReinUsesLisp2-13/+27
2020-12-31renderer_vulkan: Remove two step initialization on VKDeviceReinUsesLisp2-6/+3
2020-12-31renderer_vulkan: Throw when enumerating devices failsReinUsesLisp4-11/+8
2020-12-31renderer_vulkan: Initialize surface in separate fileReinUsesLisp3-0/+104
2020-12-31renderer_vulkan: Create debug callback on separate file and throwReinUsesLisp5-45/+79
2020-12-31renderer_vulkan: Move instance initialization to a separate fileReinUsesLisp2-0/+173
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp2-0/+2141
2020-12-31vulkan_common: Move dynamic library load to a separate fileReinUsesLisp2-0/+49