This website requires JavaScript.
Explore
Help
Register
Sign In
jprdonnelly
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-04-10 11:00:54 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0be476cfafd49ca431dc8c53b67dfee2414b2121
dolphin
/
Source
/
Core
/
VideoCommon
/
GraphicsModSystem
/
Runtime
History
iwubcode
1073722cdf
Revert "VideoCommon: revert max pixel shader samplers back to 8 for Android devices."
...
This reverts commit
79648e1c24
.
2024-01-03 18:43:44 -06:00
..
Actions
VideoCommon: add additional data types (int, int2, float, bool, etc) as properties of materials and some helper functions to support sending the data to the GPU
2023-12-04 00:12:31 -06:00
CustomShaderCache.cpp
CustomShaderCache: Resolve -Wreorder warnings
2023-12-11 16:59:03 -05:00
CustomShaderCache.h
VideoCommon: add custom shader cache
2023-08-20 18:53:27 -05:00
FBInfo.cpp
…
FBInfo.h
…
GraphicsModAction.h
…
GraphicsModActionData.h
VideoCommon: prepare graphics mods for custom shader material data
2023-12-12 17:56:26 -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: 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.h
…