summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/AbstractShader.h
AgeCommit message (Collapse)Author
2025-10-26VideoBackends / VideoCommon: add support for specifying include files in ↵iwubcode
shader code
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2019-04-16AbstractPipeline: Support returning "cache data"Stenzek
"Cache data" can be used to assist a driver with creating pipelines by using previously-compiled shader ISA.
2018-02-22VideoBackends: Add AbstractShader and AbstractPipeline classesStenzek