This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
7096f99f7992481c0cbb1e006501c9946a61dad2
dolphin
/
Source
/
Core
/
VideoCommon
/
GraphicsModSystem
/
Runtime
T
History
Lioncash
7096f99f79
CustomPipeline: Mark arrays as constexpr
...
Ensures that these go into the ro section.
2024-02-01 23:02:45 -05:00
..
Actions
VideoCommon: refactor the custom pipeline logic in the graphics mod action into a separate class, so it is reusable
2024-01-27 00:12:49 -06:00
CustomPipeline.cpp
CustomPipeline: Mark arrays as constexpr
2024-02-01 23:02:45 -05:00
CustomPipeline.h
VideoCommon: refactor the custom pipeline logic in the graphics mod action into a separate class, so it is reusable
2024-01-27 00:12:49 -06:00
CustomShaderCache.cpp
VideoCommon/Statistics: Remove global system accessor from s_after_frame_event
2024-01-31 13:12:09 -05:00
CustomShaderCache.h
VideoCommon: add custom shader cache
2023-08-20 18:53:27 -05:00
FBInfo.cpp
VideoCommon: add logic to handle a GraphicsMod while Dolphin is running
2022-06-27 18:20:52 -05:00
FBInfo.h
VideoCommon: add logic to handle a GraphicsMod while Dolphin is running
2022-06-27 18:20:52 -05:00
GraphicsModAction.h
VideoCommon: add graphics mod callback interface for when a texture is created
2023-06-20 19:26:53 -05:00
GraphicsModActionData.h
VideoCommon: update custom pipeline action to support a variety of texture samplers (2D, 2D array, and cube maps)
2023-12-19 21:51:42 -06:00
GraphicsModActionFactory.cpp
Revert "VideoCommon: revert max pixel shader samplers back to 8 for Android devices."
2024-01-03 18:43:44 -06:00
GraphicsModActionFactory.h
VideoCommon: add support to graphics mod manager to load in assets and pass it to graphics actions
2023-08-20 18:53:27 -05:00
GraphicsModManager.cpp
VideoCommon/Statistics: Remove global system accessor from s_after_frame_event
2024-01-31 13:12:09 -05:00
GraphicsModManager.h
VideoCommon: add graphics mod callback interface for when a texture is created
2023-06-20 19:26:53 -05:00