This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
dolphin
Watch
2
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-06-11 16:49:28 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d627b78c46ef752211a0aa7f259cd9f7e2415985
dolphin
/
Source
/
Core
/
VideoCommon
/
GraphicsModSystem
/
Runtime
History
Dentomologist
d627b78c46
Adjust order and spacing of various #includes
...
Move some #includes around to match the Contributing guidelines.
2024-07-26 14:28:34 -07: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
VideoCommon: update custom pipeline to use a a texture's sampler if the texture is in use
2024-05-31 23:19:51 -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
Adjust order and spacing of various #includes
2024-07-26 14:28:34 -07:00
CustomShaderCache.h
VideoCommon: add custom shader cache
2023-08-20 18:53:27 -05:00
FBInfo.cpp
…
FBInfo.h
…
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
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
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