This website requires JavaScript.
Explore
Help
Sign In
izzy
/
dolphin
Watch
0
Star
0
Fork
0
mirror of
https://github.com/izzy2lost/dolphin.git
synced
2026-06-19 01:16:48 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8e253518e6f8b918dffe7361faf897c16eabc6d3
dolphin
/
Source
/
Core
/
VideoCommon
/
GraphicsModSystem
/
Runtime
T
History
iwubcode
8e253518e6
VideoCommon: move to a 'process_fragment()' function to simplify custom shaders and provide a direct override of the tev stage logic
2025-03-22 15:22:00 -05:00
..
Actions
VideoCommon: move factory names to be a static inside each action class, so that they can be reused in the future for serialization
2024-02-18 15:45:10 -06:00
CustomPipeline.cpp
Simplify
std::find
with
Common::Contains
2025-01-01 09:52:03 -08:00
CustomPipeline.h
…
CustomShaderCache.cpp
VideoCommon: move to a 'process_fragment()' function to simplify custom shaders and provide a direct override of the tev stage logic
2025-03-22 15:22:00 -05:00
CustomShaderCache.h
…
FBInfo.cpp
C++20: Synthesize
operator!=
From
operator==
2024-10-10 20:23:55 -07:00
FBInfo.h
C++20: Synthesize
operator!=
From
operator==
2024-10-10 20:23:55 -07:00
GraphicsModAction.h
…
GraphicsModActionData.h
…
GraphicsModActionFactory.cpp
VideoCommon: move factory names to be a static inside each action class, so that they can be reused in the future for serialization
2024-02-18 15:45:10 -06:00
GraphicsModActionFactory.h
…
GraphicsModManager.cpp
Use 'contains' method
2024-08-14 22:18:28 +02:00
GraphicsModManager.h
…