index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
GraphicsModSystem
/
Runtime
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2025-12-27
CustomPipeline: Remove unused functions
Joshua Vandaƫle
2025-11-21
VideoCommon: add method to async shader compiler to clear pending/completed w...
iwubcode
2025-11-06
Common: Remove the string parameters from the HookableEvent interface.
Jordan Woyak
2025-11-02
Common: Make HookableEvent use non-static data.
Jordan Woyak
2025-11-02
Merge pull request #13975 from iwubcode/shader_includes
JMC47
2025-10-30
CustomPipeline.cpp: Fix unused-function warning
Joshua Vandaƫle
2025-10-26
VideoBackends / VideoCommon: add support for specifying include files in shad...
iwubcode
2025-08-22
VideoCommon: further remove 'CustomPipeline' details, so we can fully remove ...
iwubcode
2025-07-08
Avoid map/set double lookups
Sintendo
2025-06-14
Source: Remove redundant lambda parameter lists
Dr. Dystopia
2025-06-06
VideoCommon: rename GameTextureAsset into TextureAsset and make it only conta...
iwubcode
2025-06-06
Core / VideoCommon: Remove original custom asset loader
iwubcode
2025-03-23
Merge pull request #13093 from mitaclaw/ranges-modernization-4-projection
JMC47
2025-03-22
VideoCommon: move to a 'process_fragment()' function to simplify custom shade...
iwubcode
2025-03-09
Modernize `std::sort` with ranges and projections
mitaclaw
2025-03-09
VideoCommon: Move backend_info out of VideoConfig struct.
Jordan Woyak
2025-01-01
Simplify `std::find` with `Common::Contains`
mitaclaw
2024-10-10
C++20: Synthesize `operator!=` From `operator==`
mitaclaw
2024-08-14
Use 'contains' method
Dr. Dystopia
2024-07-26
Adjust order and spacing of various #includes
Dentomologist
2024-05-31
VideoCommon: update custom pipeline to use a a texture's sampler if the textu...
iwubcode
2024-02-18
VideoCommon: move factory names to be a static inside each action class, so t...
iwubcode
2024-02-01
CustomPipeline: Mark arrays as constexpr
Lioncash
2024-02-01
CustomPipeline: Make use of emplace_back() in GlobalConflicts()
Lioncash
2024-02-01
CustomPipeline: Resolve unused variable warning
Lioncash
2024-01-31
VideoCommon/Statistics: Remove global system accessor from s_after_frame_event
Lioncash
2024-01-27
VideoCommon: refactor the custom pipeline logic in the graphics mod action in...
iwubcode
2024-01-26
Merge pull request #12443 from iwubcode/custom_pipeline_action_material_cubemap
Mai
2024-01-13
Merge pull request #12285 from iwubcode/serialize_graphics_mods
Mai
2024-01-03
Revert "VideoCommon: revert max pixel shader samplers back to 8 for Android d...
iwubcode
2023-12-21
VideoCommon: revert max pixel shader samplers back to 8 for Android devices.
iwubcode
2023-12-19
VideoCommon: update custom pipeline action to support a variety of texture sa...
iwubcode
2023-12-12
VideoCommon: prepare graphics mods for custom shader material data
iwubcode
2023-12-12
Merge pull request #12240 from iwubcode/material_asset_additional_properties
Mai
2023-12-11
CustomShaderCache: Resolve -Wreorder warnings
Lioncash
2023-12-10
VideoCommon: add ability to serialize graphics mod to json object
iwubcode
2023-12-04
VideoCommon: add additional data types (int, int2, float, bool, etc) as prope...
iwubcode
2023-10-10
VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData'...
iwubcode
2023-09-04
Merge pull request #12137 from iwubcode/custom_pipeline_more_error_checking
JMC47
2023-09-02
VideoCommon: add loading cube maps from DDS files and loading it into our cus...
iwubcode
2023-08-24
VideoCommon: additional error checking for CustomPipelineAction and move the ...
iwubcode
2023-08-20
VideoCommon: add support to graphics mod manager to load in assets and pass i...
iwubcode
2023-08-20
VideoCommon: add custom pipeline action
iwubcode
2023-08-20
VideoCommon: add custom shader cache
iwubcode
2023-08-20
VideoCommon: add data needed to support custom pixel shaders to graphics mod ...
iwubcode
2023-07-02
VideoCommon: call into graphics mods create texture callback, providing addit...
iwubcode
2023-06-20
VideoCommon: add graphics mod callback interface for when a texture is created
iwubcode
2023-06-02
VideoCommon: move custom texture data to assets
iwubcode
2023-05-30
VideoCommon: check whether action was successfully created before adding targ...
iwubcode
[next]