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
/
VideoCommon
/
VideoBackendBase.cpp
Age
Commit message (
Expand
)
Author
2025-11-23
VideoCommon: separate the concept of a 'resource' from an 'asset'. A resourc...
iwubcode
2025-11-11
VideoCommon: Make Presenter aware of the next swap time to eliminate unsafe u...
Jordan Woyak
2025-11-05
VideoCommon: pass the EFB buffer scale into the FramebufferManager instead of...
iwubcode
2025-10-13
VideoBackend: Rename GetName to GetConfigName
Dentomologist
2025-08-14
DolphinAnalytics: Use Pascal case for GameQuirk enum
Dentomologist
2025-07-09
VideoBackendBase: Remove redundant unique_ptr reset
Dentomologist
2025-06-06
VideoCommon: initialize and shutdown the CustomResourceManager when the video...
iwubcode
2025-03-23
Merge pull request #13093 from mitaclaw/ranges-modernization-4-projection
JMC47
2025-03-14
VideoCommon: Create AsyncRequests directly in MMU code to eliminate EFB-relat...
Jordan Woyak
2025-03-14
VideoCommon: Eliminate EFBAccessType enum. Eliminate union and switch stateme...
Jordan Woyak
2025-03-13
Merge pull request #13387 from jordan-woyak/frame-pacing
JMC47
2025-03-12
VideoCommon: Rename Renderer to EFBInterface.
Jordan Woyak
2025-03-10
Core/VideoCommon: Push presentation time calculated from CPU thread to GPU th...
Jordan Woyak
2025-03-10
Merge pull request #13403 from jordan-woyak/backend_info
JMC47
2025-03-09
Simplify `std::find_if` with `std::ranges::find` and projections
mitaclaw
2025-03-09
VideoCommon: Move backend_info out of VideoConfig struct.
Jordan Woyak
2025-03-07
Core/VideoBackendBase: Call ExitGpuLoop from Core to eliminate Video_ExitLoop.
Jordan Woyak
2024-11-03
GeneralWidget: Recommend default video backend in tooltip
Dentomologist
2024-11-03
VideoBackendBase: Clarify function name
Dentomologist
2024-10-04
Partially revert "Revert "Audit uses of IsRunning and GetState""
JosJuice
2024-09-27
VideoBackendBase: Only populate backend info when uninitialized
Dentomologist
2024-09-26
VideoBackendBase: Check Core state in PopulateBackendInfo
Dentomologist
2024-09-26
GraphicsWindow: Fix crash when opening during emulation startup
Dentomologist
2024-09-06
Texture Dumping: Show OSD message on startup and when toggled
Dentomologist
2024-05-01
Core::IsRunning: Avoid Global System Accessor
mitaclaw
2024-04-20
VideoCommon: Use GetSpanForAddress safely in texture decoding
JosJuice
2024-03-15
VideoCommon: Prefer D3D11/12 over OpenGL on Windows.
Jordan Woyak
2024-01-20
VideoCommon: Only initialize Bounding Box if supported by GPU/driver.
Admiral H. Curtiss
2023-12-22
VideoCommon/PixelEngine: Passthrough system instance in constructor
Lioncache
2023-12-20
VideoCommon/CommandProcessor: Pass system instance through constructor
Lioncache
2023-12-18
VideoCommon/Fifo: Pass system instance through FifoManager constructor
Lioncache
2023-11-26
VideoCommon: move xf state management to its own class, so changes can be det...
iwubcode
2023-09-03
VideoCommon: Deinit Graphics Mod Manager implicitly
Sketch
2023-06-08
VideoCommon: Pass WindowSystemInfo to InitBackendInfo
Pokechu22
2023-05-06
DolphinAnalytics: Add READS_BOUNDING_BOX game quirk
Pokechu22
2023-02-15
Keep Vulkan precedence over OpenGL
Josh
2023-02-15
VideoBackend: Make Metal Default on MacOS
Josh
2023-02-09
Make sure pixel shaders pick up Initial EFB Scale
Scott Mansell
2023-02-09
Move WidescreenHeuristic to it's own class
Scott Mansell
2023-01-31
Cleanup headers
Scott Mansell
2023-01-31
Move GraphicsMod out of RenderBase
Scott Mansell
2023-01-31
Move BoundingBox out of RenderBase
Scott Mansell
2023-01-31
Add virtual Initialize() to PerfQueryBase
Scott Mansell
2023-01-31
Implement AbstractGfx for Vulkan
Scott Mansell
2023-01-31
Don't set common globals from Video Backends
Scott Mansell
2023-01-31
Implement AbstractGfx for OpenGL
Scott Mansell
2023-01-31
Split AbstractGfx out of Renderer
Scott Mansell
2023-01-31
Move Presenting, Dumping and ImGui out of Renderer
Scott Mansell
2023-01-31
TextureCache: Refactor with smart pointers
Scott Mansell
2022-12-29
VideoCommon: De-globalize GeometryShaderManager class.
Admiral H. Curtiss
[next]