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
Age
Commit message (
Expand
)
Author
2023-10-10
VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData'...
iwubcode
2023-09-04
Merge pull request #12137 from iwubcode/custom_pipeline_more_error_checking
JMC47
2023-09-02
VideoCommon: add loading cube maps from DDS files and loading it into our cus...
iwubcode
2023-08-24
VideoCommon: additional error checking for CustomPipelineAction and move the ...
iwubcode
2023-08-20
VideoCommon: add support to graphics mod manager to load in assets and pass i...
iwubcode
2023-08-20
VideoCommon: add custom pipeline action
iwubcode
2023-08-20
VideoCommon: add custom shader cache
iwubcode
2023-08-20
VideoCommon: add data needed to support custom pixel shaders to graphics mod ...
iwubcode
2023-07-02
VideoCommon: call into graphics mods create texture callback, providing addit...
iwubcode
2023-06-20
VideoCommon: add graphics mod callback interface for when a texture is created
iwubcode
2023-06-02
VideoCommon: move custom texture data to assets
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-03-01
VideoCommon: add class to load custom texture data
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-02-09
Apply suggestions from code review
Scott Mansell
2023-02-09
Lint fixes
Scott Mansell
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