summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/maxwell/translate_program.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader_recompiler: add gl_Layer translation GS for older hardwareGravatar Liam2022-12-011-0/+9
|
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-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 includesGravatar ameerj2022-03-201-1/+4
|
* shader_recompiler: Remove unnecessary [[nodiscard]]Gravatar 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 genericGravatar Feng Chen2021-11-191-0/+4
|
* shader: Add support for native 16-bit floatsGravatar ReinUsesLisp2021-07-221-1/+2
|
* shader: Rename maxwell/program.h to translate_program.hGravatar ReinUsesLisp2021-07-221-0/+22