summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glsl/emit_glsl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* shader: Split profile and runtime info headersReinUsesLisp2021-07-231-0/+1
|
* glsl: Use std::string_view for Emit function args.ameerj2021-07-231-3/+3
|
* glsl: Initial backendameerj2021-07-231-0/+23