summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/GraphicsModSystem
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2025-12-27CustomPipeline: Remove unused functionsJoshua Vandaƫle
2025-11-21VideoCommon: add method to async shader compiler to clear pending/completed w...iwubcode
2025-11-06Common: Remove the string parameters from the HookableEvent interface.Jordan Woyak
2025-11-02Common: Make HookableEvent use non-static data.Jordan Woyak
2025-11-02Merge pull request #13975 from iwubcode/shader_includesJMC47
2025-10-30CustomPipeline.cpp: Fix unused-function warningJoshua Vandaƫle
2025-10-26VideoBackends / VideoCommon: add support for specifying include files in shad...iwubcode
2025-08-22VideoCommon: further remove 'CustomPipeline' details, so we can fully remove ...iwubcode
2025-07-08Avoid map/set double lookupsSintendo
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-06VideoCommon: rename GameTextureAsset into TextureAsset and make it only conta...iwubcode
2025-06-06VideoCommon: move AssetMap to a types header file, so it can be pulled in wit...iwubcode
2025-06-06Core / VideoCommon: Remove original custom asset loaderiwubcode
2025-03-23Merge pull request #13093 from mitaclaw/ranges-modernization-4-projectionJMC47
2025-03-22VideoCommon: move to a 'process_fragment()' function to simplify custom shade...iwubcode
2025-03-09Modernize `std::sort` with ranges and projectionsmitaclaw
2025-03-09VideoCommon: Move backend_info out of VideoConfig struct.Jordan Woyak
2025-01-01Simplify `std::find` with `Common::Contains`mitaclaw
2024-10-11GraphicsMod: Simplify `std::sort` using ranges and projectionsmitaclaw
2024-10-10C++20: Synthesize `operator!=` From `operator==`mitaclaw
2024-08-14Use 'contains' methodDr. Dystopia
2024-07-26Adjust order and spacing of various #includesDentomologist
2024-06-15Merge pull request #12818 from iwubcode/json_file_operationsAdmiral H. Curtiss
2024-05-31VideoCommon: update custom pipeline to use a a texture's sampler if the textu...iwubcode
2024-05-31InputCommon / VideoCommon: update to use new JsonFromFile functioniwubcode
2024-02-18VideoCommon: move factory names to be a static inside each action class, so t...iwubcode
2024-02-01CustomPipeline: Mark arrays as constexprLioncash
2024-02-01CustomPipeline: Make use of emplace_back() in GlobalConflicts()Lioncash
2024-02-01CustomPipeline: Resolve unused variable warningLioncash
2024-01-31Merge pull request #12546 from lioncash/eventAdmiral H. Curtiss
2024-01-31VideoCommon/Statistics: Remove global system accessor from s_after_frame_eventLioncash
2024-01-31GraphicsModGroup: std::move graphics_mod in Load()Lioncash
2024-01-31GraphicsModGroup: Simplify try_add_mod()Lioncash
2024-01-31GraphicsModGroup: Allow heterogenous lookup for GetMod()Lioncash
2024-01-27VideoCommon: refactor the custom pipeline logic in the graphics mod action in...iwubcode
2024-01-26Merge pull request #12532 from lioncash/jsonAdmiral H. Curtiss
2024-01-26Merge pull request #12443 from iwubcode/custom_pipeline_action_material_cubemapMai
2024-01-24GraphicsTarget: Reduce object churn a littleLioncash
2024-01-24GraphicsTargetGroup: Reduce object churn a littleLioncash
2024-01-24GraphicsModFeature: Reduce object churn a littleLioncash
2024-01-24GraphicsModAsset: Reduce object churn a littleLioncash
2024-01-24GraphicsModGroup: Mark move constructor and assignment as noexceptLioncash
2024-01-24GraphicsModGroup: Reduce object churnLioncash
2024-01-24GraphicsMod: Avoid some object churnLioncash
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-19VideoCommon: update custom pipeline action to support a variety of texture sa...iwubcode
2023-12-12VideoCommon: prepare graphics mods for custom shader material dataiwubcode