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
/
GraphicsModSystem
/
Runtime
/
GraphicsModManager.cpp
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2025-11-06
Common: Remove the string parameters from the HookableEvent interface.
Jordan Woyak
2025-11-02
Common: Make HookableEvent use non-static data.
Jordan Woyak
2025-07-08
Avoid map/set double lookups
Sintendo
2024-08-14
Use 'contains' method
Dr. Dystopia
2024-01-31
VideoCommon/Statistics: Remove global system accessor from s_after_frame_event
Lioncash
2023-12-10
VideoCommon: add ability to serialize graphics mod to json object
iwubcode
2023-08-20
VideoCommon: add support to graphics mod manager to load in assets and pass i...
iwubcode
2023-06-20
VideoCommon: add graphics mod callback interface for when a texture is created
iwubcode
2023-05-30
VideoCommon: check whether action was successfully created before adding targ...
iwubcode
2023-05-29
VideoCommon: fix bug in GraphicsModManager where a separate action was being ...
iwubcode
2023-02-11
VideoCommon: pass a graphics mod base path to the graphics mod, so it can loo...
iwubcode
2023-02-09
GraphicsModManager: Fix shadowing warning
Pokechu22
2023-01-31
Split out everying remaining from Swap
Scott Mansell
2023-01-31
Move GraphicsMod out of RenderBase
Scott Mansell
2022-10-28
VideoCommon: call texture load graphics mod hook when Dolphin loads a texture
iwubcode
2022-10-09
VideoCommon: add structures to graphics mods to allow for future adding or re...
iwubcode
2022-08-29
GraphicsModManager: Reorder DecoratedAction members to initialization order
Merry
2022-06-27
VideoCommon: add logic to handle a GraphicsMod while Dolphin is running
iwubcode