index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoBackends
/
Vulkan
/
VKPipeline.cpp
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2025-08-23
VideoBackends / VideoCommon: rename member variables in RenderState to be con...
iwubcode
2025-07-29
VKPipeline: Don't include depth clamp control struct when not supported
CrossVR
2025-07-21
Vulkan: Add support for unrestricted depth range.
CrossVR
2025-03-09
VideoCommon: Move backend_info out of VideoConfig struct.
Jordan Woyak
2023-11-26
Vulkan: use EnumMap for blend factor luts (NFC)
Tillmann Karras
2023-06-03
VideoBackends: add support to allow rendering to multiple output textures
iwubcode
2023-02-09
VideoCommon: store the configuration used to create the AbstractPipeline on t...
iwubcode
2022-09-19
VideoBackends:Vulkan: Dynamic vertex loader support
TellowKrinkle
2022-09-19
VideoCommon: Add separate pipeline usage for UberShaders
TellowKrinkle
2022-07-13
VideoCommon: Better driver bug handling
TellowKrinkle
2022-04-20
DriverDetails: Add broken discard with early-Z bug on Apple Silicon GPUs
OatmealDome
2022-04-19
VKPipeline: Add shader blending support
OatmealDome
2021-09-20
DriverDetails: Add broken dual source blending bug to MoltenVK on Intel GPUs
OatmealDome
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-03-06
Convert BPMemory to BitField and enum class
Pokechu22
2021-01-27
normalize common filenames in VideoBackends/Vulkan
Shawn Hoffman
2020-12-02
General: Convert PanicAlerts over to fmt equivalent
Lioncash
2019-06-01
Common/CommonFuncs: Remove now-unneccessary ArraySize function
Lioncash
2019-02-19
Move most backend functionality to VideoCommon
Stenzek
2018-03-16
Assert: Remove unused parameter from DEBUG_ASSERT
Lioncash
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2018-03-10
VKPipeline: Fix render pass and add pipeline layout fields
Stenzek
2018-02-22
VideoBackends: Add AbstractShader and AbstractPipeline classes
Stenzek