summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan/VKPipeline.cpp
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2025-08-23VideoBackends / VideoCommon: rename member variables in RenderState to be con...iwubcode
2025-07-29VKPipeline: Don't include depth clamp control struct when not supportedCrossVR
2025-07-21Vulkan: Add support for unrestricted depth range.CrossVR
2025-03-09VideoCommon: Move backend_info out of VideoConfig struct.Jordan Woyak
2023-11-26Vulkan: use EnumMap for blend factor luts (NFC)Tillmann Karras
2023-06-03VideoBackends: add support to allow rendering to multiple output texturesiwubcode
2023-02-09VideoCommon: store the configuration used to create the AbstractPipeline on t...iwubcode
2022-09-19VideoBackends:Vulkan: Dynamic vertex loader supportTellowKrinkle
2022-09-19VideoCommon: Add separate pipeline usage for UberShadersTellowKrinkle
2022-07-13VideoCommon: Better driver bug handlingTellowKrinkle
2022-04-20DriverDetails: Add broken discard with early-Z bug on Apple Silicon GPUsOatmealDome
2022-04-19VKPipeline: Add shader blending supportOatmealDome
2021-09-20DriverDetails: Add broken dual source blending bug to MoltenVK on Intel GPUsOatmealDome
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2021-01-27normalize common filenames in VideoBackends/VulkanShawn Hoffman
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2019-06-01Common/CommonFuncs: Remove now-unneccessary ArraySize functionLioncash
2019-02-19Move most backend functionality to VideoCommonStenzek
2018-03-16Assert: Remove unused parameter from DEBUG_ASSERTLioncash
2018-03-14Assert: Uppercase assertion macrosLioncash
2018-03-10VKPipeline: Fix render pass and add pipeline layout fieldsStenzek
2018-02-22VideoBackends: Add AbstractShader and AbstractPipeline classesStenzek