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
/
VKGfx.cpp
Age
Commit message (
Expand
)
Author
2026-01-09
c++23: Replace Common::ToUnderlying with std::to_underlying
Joshua Vandaƫle
2025-10-26
VideoBackends / VideoCommon: add support for specifying include files in shad...
iwubcode
2025-05-13
Vulkan: Eliminate m_last_present_done flag.
Jordan Woyak
2025-03-09
VideoCommon: Move backend_info out of VideoConfig struct.
Jordan Woyak
2024-10-02
VideoBackends:Vulkan: Don't try to present if swapchain acquire failed
TellowKrinkle
2024-01-05
VKGfx: Don't panic for VK_SUBOPTIMAL_KHR
Martino Fontana
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-17
EnumUtils: Add Common::ToUnderlying
get
2023-06-03
VideoBackends: add support to allow rendering to multiple output textures
iwubcode
2023-02-09
Refactor ClearRegion
Scott Mansell
2023-01-31
Also use events for config changed
Scott Mansell
2023-01-31
Fix misnamed local variable
Scott Mansell
2023-01-31
Implement AbstractGfx for Vulkan
Scott Mansell