summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/AbstractGfx.cpp
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2025-11-20VideoCommon: avoid assuming global state exists for 'EndUtilityDrawing', use ...iwubcode
2025-11-06Common: Remove the string parameters from the HookableEvent interface.Jordan Woyak
2025-11-02Common: Make HookableEvent use non-static data.Jordan Woyak
2025-10-31VideoCommon: move global variables out of BPFunctionsiwubcode
2025-03-12VideoCommon: Rename Renderer to EFBInterface.Jordan Woyak
2025-03-09VideoCommon: Move backend_info out of VideoConfig struct.Jordan Woyak
2023-06-19Video: implement color correction to match the NTSC and PAL color spaces (and...Filoppi
2023-03-06Don't discard ConfigChanged callback handleScott Mansell
2023-02-09Refactor ClearRegionScott Mansell
2023-01-31Also use events for config changedScott Mansell
2023-01-31Move utiltily drawing out of RenderBaseScott Mansell
2023-01-31Implement AbstractGfx for OpenGLScott Mansell
2023-01-31Split AbstractGfx out of RendererScott Mansell