summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate_program.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader_recompiler: add gl_Layer translation GS for older hardwareLiam2022-12-011-0/+9
|
* 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_recompiler: Reduce unused includesameerj2022-03-201-1/+4
|
* shader_recompiler: Remove unnecessary [[nodiscard]]Lioncash2022-01-251-2/+1
| | | | | Since ConvertLegacyToGeneric has a void return value, there's nothing that is actually returned by the function.
* Implement convert legacy to genericFeng Chen2021-11-191-0/+4
|
* shader: Add support for native 16-bit floatsReinUsesLisp2021-07-231-1/+2
|
* shader: Rename maxwell/program.h to translate_program.hReinUsesLisp2021-07-231-0/+22