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
/
VulkanContext.cpp
Age
Commit message (
Expand
)
Author
2026-04-20
Replace `find(x) != npos` with `contains(x)` - Core
Dr. Dystopia
2026-03-21
VulkanContext: Drop support for BUG_BROKEN_DISCARD_WITH_EARLY_Z workaround
OatmealDome
2025-07-29
DriverDetails: Disable depth_clamp_control on AMD official drivers
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
2025-01-01
Simplify `std::find_if` with `Common::Contains`
mitaclaw
2024-12-15
Modernize `std::any_of` with ranges
mitaclaw
2024-09-05
VideoBackends:Vulkan: Use Vulkan 1.2 driverID to detect MoltenVK
TellowKrinkle
2024-09-05
VideoBackends:Vulkan: Consolidate feature checking into one struct
TellowKrinkle
2024-01-28
VideoCommon: Post to analytics when bug is overridden
TellowKrinkle
2024-01-28
VideoBackends:Multiple: Split up BUG_BROKEN_SUBGROUP_OPS
TellowKrinkle
2023-06-19
Video: implement color correction to match the NTSC and PAL color spaces (and...
Filoppi
2023-06-11
VideoBackends:Vulkan: Allow loading custom drivers on Android
Robin Kertels
2023-03-24
Vulkan: Enable subgroupShuffle.
degasus
2023-02-16
VideoBackends:Vulkan: Fix printing validation errors
Robin Kertels
2022-12-27
VideoBackends:Vulkan: Replace debug_report with debug_utils
Robin Kertels
2022-10-24
Merge pull request #11028 from tellowkrinkle/MetalFixes
JMC47
2022-10-23
Merge pull request #10890 from tellowkrinkle/VertexLineExpand
JMC47
2022-10-23
VideoBackends:Vulkan: Clean up unused memory allocation code
Robin Kertels
2022-10-22
VideoBackends:Vulkan: Add support for vertex shader point and line expansion
TellowKrinkle
2022-10-23
VideoBackends:Vulkan: Set up VMA
Robin Kertels
2022-10-08
VideoBackends:Multiple: More GPUs with broken subgroup ops
TellowKrinkle
2022-10-01
VideoBackends:Vulkan: Fix validation error around surface_capabilities2
Robin Kertels
2022-09-19
VideoBackends:Vulkan: Dynamic vertex loader support
TellowKrinkle
2022-09-19
VideoCommon: Add dynamic vertex loader to ubershaders
TellowKrinkle
2022-07-21
VideoBackends:Metal: MSAA support
TellowKrinkle
2022-07-13
VideoCommon: Better driver bug handling
TellowKrinkle
2022-06-14
VideoCommon: Fix Intel GPUs on Metal/Vulkan locking up in ubershaders
TellowKrinkle
2022-04-24
Merge pull request #10251 from Pokechu22/negative-scissor
JMC47
2022-04-20
DriverDetails: Add broken discard with early-Z bug on Apple Silicon GPUs
OatmealDome
2022-04-19
DriverDetails: Introduce new VENDOR_APPLE for Apple GPUs
OatmealDome
2022-04-16
VideoCommon: Remove bSupportsOversizedViewports
Pokechu22
2022-01-31
VulkanContext: Set bSupportsSettingObjectNames based on extension initializat...
OatmealDome
2021-12-28
VulkanContext: Ensure present queue family is valid before incrementing queue...
OatmealDome
2021-12-25
VideoConfig: Add bool for sampler LOD bias support
OatmealDome
2021-12-22
Merge pull request #10215 from OatmealDome/shader-logic-ops
JMC47
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-11-24
VulkanContext: Set Apple GPUs as supporting framebuffer fetch
OatmealDome
2021-11-17
VideoCommon: Skip textureQueryLevels if it doesn't exist
Pokechu22
2021-11-17
VideoCommon: Use coarse derivatives for Manual Texture Sampling if possible
Pokechu22
2021-10-24
Convert LOG_TYPE and LOG_LEVELS to enum class
Pokechu22
2021-09-20
VulkanContext: Don't assume anv for Intel GPUs on macOS
OatmealDome
2021-09-16
VulkanContext: Disable subgroup reduction on macOS with AMD GPUs
OatmealDome
2021-08-30
VideoBackends / VideoCommon: allow the ability to set debug names for shaders...
iwubcode
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-12-02
General: Convert PanicAlerts over to fmt equivalent
Lioncash
2020-11-09
Vulkan: Migrate logging over to fmt
Lioncash
2020-10-08
DriverDetails: Remove bug for broken GPU Texture Decoding
Techjar
2020-10-01
Vulkan: Use VK_LAYER_KHRONOS_validation for validation
Stenzek
2020-09-07
VideoBackends: Disable GPU Texture Decoding under MoltenVK
Techjar
[next]