summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate_program.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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