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
Age
Commit message (
Expand
)
Author
2025-04-30
VideoBackends/Vulkan: Use WorkQueueThreadSP for swap commands.
Jordan Woyak
2025-03-17
Enable anisotropic filtering when the game requests it
Pokechu22
2025-03-15
Merge pull request #13181 from tygyh/Replace-'reinterpret_cast'
JosJuice
2025-03-09
VideoCommon: Move backend_info out of VideoConfig struct.
Jordan Woyak
2025-01-08
Vulkan: Only attempt to create a CAMetalLayer on macOS
OatmealDome
2025-01-01
Simplify `std::find_if` with `Common::Contains`
mitaclaw
2024-12-26
Merge pull request #13116 from mitaclaw/ranges-modernization-8-trivial-of
JMC47
2024-12-15
Modernize `std::any_of` with ranges
mitaclaw
2024-12-03
VKSwapChain: Always use surface formats with a normal sRGB color space if not...
OatmealDome
2024-11-08
Replace 'reinterpret_cast' with 'static_cast'
Dr. Dystopia
2024-10-05
VideoBackends:Vulkan: Increase VMA Vulkan Version to 1.2
TellowKrinkle
2024-10-05
Merge pull request #13050 from TellowKrinkle/HKIsNotMVK
JMC47
2024-10-02
VideoBackends:Vulkan: Wait until we've confirmed a successful AcquireNextImag...
TellowKrinkle
2024-10-02
VideoBackends:Vulkan: Don't try to present if swapchain acquire failed
TellowKrinkle
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-08-28
vulkan: Add line number to vulkan error logger
Ali Homafar
2024-07-06
Properly link against xxhash
TellowKrinkle
2024-06-22
Migrate Vulkan-Headers to submodule and update to v1.3.288
Luis Condes Diaz
2024-05-21
Merge pull request #12537 from TellowKrinkle/MTLSubgroup
Admiral H. Curtiss
2024-04-04
Fix out of bounds accesses for invalid vertex component formats
Pokechu22
2024-01-28
VideoCommon: Post to analytics when bug is overridden
TellowKrinkle
2024-01-28
VideoBackends:Multiple: Split up BUG_BROKEN_SUBGROUP_OPS
TellowKrinkle
2024-01-05
VKGfx: Don't panic for VK_SUBOPTIMAL_KHR
Martino Fontana
2024-01-03
Revert "VideoCommon: revert max pixel shader samplers back to 8 for Android d...
iwubcode
2023-12-21
VideoCommon: revert max pixel shader samplers back to 8 for Android devices.
iwubcode
2023-12-17
Merge pull request #12370 from iwubcode/more_samplers
Mai
2023-12-15
VideoBackends / VideoCommon: add type enum to dictate whether a texture is a ...
iwubcode
2023-12-10
VideoBackends / VideoCommon: update max pixel shader samplers from 8 to 16, t...
iwubcode
2023-12-09
VideoCommon: Use std::span for BoundingBox::Write()
Lioncash
2023-11-26
Vulkan: use EnumMap for blend factor luts (NFC)
Tillmann Karras
2023-10-06
VideoCommon: avoid Vulkan validation errors when custom shader ubo isn't set up
iwubcode
2023-10-06
VideoBackends / VideoCommon: add new uniform buffer object for custom shader ...
iwubcode
2023-07-21
VideoBackends: add support for cube maps for OGL, Vulkan, and D3D
iwubcode
2023-07-01
Merge pull request #11923 from iwubcode/multi-texture-compute-support
Admiral H. Curtiss
2023-06-29
VKGfx: Add parentheses around ambiguous if statements.
Admiral H. Curtiss
2023-06-28
VideoBackends: support multiple compute images for some backends (D3D, OGL, V...
iwubcode
2023-06-19
Video: implement color correction to match the NTSC and PAL color spaces (and...
Filoppi
2023-06-18
Video: fix Vulkan RGBA10_2 format to the actual most common one (used as swap...
Filoppi
2023-06-17
EnumUtils: Add Common::ToUnderlying
get
2023-06-11
VideoBackends:Vulkan: Allow loading custom drivers on Android
Robin Kertels
2023-06-09
Merge pull request #11699 from Pokechu22/gl-check-maximum-samples
Admiral H. Curtiss
2023-06-09
Merge pull request #11859 from iwubcode/backend-multi-output
Admiral H. Curtiss
2023-06-08
VideoCommon: Pass WindowSystemInfo to InitBackendInfo
Pokechu22
2023-06-08
Video: add R10B10G10A2 and R16G16B16A16F texture types (needed by PR 11850)
Filoppi
2023-06-03
VideoBackends: add support to allow rendering to multiple output textures
iwubcode
2023-04-19
Common/LinearDiskCache: Move interface into Common namespace
Lioncash
2023-04-04
Merge pull request #11417 from K0bin/vk-submit-thread-cleanup
Pierre Bourdon
2023-03-24
Vulkan: Enable subgroupShuffle.
degasus
2023-03-20
VideoBackends:Vulkan: Use WorkQueueThread
Robin Kertels
[next]