summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/GraphicsModSystem/Runtime
AgeCommit message (Expand)Author
2024-01-13Merge pull request #12285 from iwubcode/serialize_graphics_modsMai
2024-01-03Revert "VideoCommon: revert max pixel shader samplers back to 8 for Android d...iwubcode
2023-12-21VideoCommon: revert max pixel shader samplers back to 8 for Android devices.iwubcode
2023-12-12VideoCommon: prepare graphics mods for custom shader material dataiwubcode
2023-12-12Merge pull request #12240 from iwubcode/material_asset_additional_propertiesMai
2023-12-11CustomShaderCache: Resolve -Wreorder warningsLioncash
2023-12-10VideoCommon: add ability to serialize graphics mod to json objectiwubcode
2023-12-04VideoCommon: add additional data types (int, int2, float, bool, etc) as prope...iwubcode
2023-10-10VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData'...iwubcode
2023-09-04Merge pull request #12137 from iwubcode/custom_pipeline_more_error_checkingJMC47
2023-09-02VideoCommon: add loading cube maps from DDS files and loading it into our cus...iwubcode
2023-08-24VideoCommon: additional error checking for CustomPipelineAction and move the ...iwubcode
2023-08-20VideoCommon: add support to graphics mod manager to load in assets and pass i...iwubcode
2023-08-20VideoCommon: add custom pipeline actioniwubcode
2023-08-20VideoCommon: add custom shader cacheiwubcode
2023-08-20VideoCommon: add data needed to support custom pixel shaders to graphics mod ...iwubcode
2023-07-02VideoCommon: call into graphics mods create texture callback, providing addit...iwubcode
2023-06-20VideoCommon: add graphics mod callback interface for when a texture is creatediwubcode
2023-06-02VideoCommon: move custom texture data to assetsiwubcode
2023-05-30VideoCommon: check whether action was successfully created before adding targ...iwubcode
2023-05-29VideoCommon: fix bug in GraphicsModManager where a separate action was being ...iwubcode
2023-03-01VideoCommon: add class to load custom texture dataiwubcode
2023-02-11VideoCommon: pass a graphics mod base path to the graphics mod, so it can loo...iwubcode
2023-02-09GraphicsModManager: Fix shadowing warningPokechu22
2023-02-09Apply suggestions from code reviewScott Mansell
2023-02-09Lint fixesScott Mansell
2023-01-31Split out everying remaining from SwapScott Mansell
2023-01-31Move GraphicsMod out of RenderBaseScott Mansell
2022-10-28VideoCommon: call texture load graphics mod hook when Dolphin loads a textureiwubcode
2022-10-09VideoCommon: add structures to graphics mods to allow for future adding or re...iwubcode
2022-08-29GraphicsModManager: Reorder DecoratedAction members to initialization orderMerry
2022-06-27VideoCommon: add logic to handle a GraphicsMod while Dolphin is runningiwubcode