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
/
Assets
/
ShaderAsset.cpp
Age
Commit message (
Expand
)
Author
2025-12-29
ShaderAsset: Fix shadowed variable
Joshua Vandaƫle
2025-11-21
VideoCommon: update ShaderAsset to use a vector of properties, this way we en...
iwubcode
2025-11-21
VideoCommon: update ShaderAsset to remove requirement of the code name being ...
iwubcode
2025-08-22
VideoCommon: update shader asset to support both vertex and pixel shaders; re...
iwubcode
2025-06-06
VideoCommon: rename m_bytes_loaded in asset library to bytes_loaded
iwubcode
2024-12-15
Modernize `std::all_of` with ranges
mitaclaw
2024-01-24
ShaderAsset: Emplace value instances when possible in ToJson()
Lioncash
2024-01-23
VideoCommon: add a method to calculate a default value for ShaderAsset and an...
iwubcode
2024-01-23
VideoCommon: add function to serialize ShaderAsset to json
iwubcode
2023-12-12
VideoCommon: update shader asset to provide a variant default value
iwubcode
2023-12-11
ShaderAsset: Mark ParseShaderProperties() as static
Lioncash
2023-10-16
VideoCommon: use ToLower function in assets when parsing json, for proper loc...
iwubcode
2023-10-16
VideoCommon: add additional properties to ShaderAsset to support custom shade...
iwubcode
2023-09-05
VideoCommon: add cubemap as a sampler target for shaders, add cubemap as a va...
iwubcode
2023-08-26
VideoCommon: add additional texture sampler types to ShaderAsset
iwubcode
2023-06-30
VideoCommon: add a pixel shader asset
iwubcode