summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/translate.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader: Handle host exceptionsReinUsesLisp2021-07-231-4/+9
|
* glasm: Rework control flow introducing a syntax listReinUsesLisp2021-07-231-4/+3
| | | | | This commit regresses VertexA shaders, their transformation pass has to be adapted to the new control flow.
* shader: Initial implementation of an ASTReinUsesLisp2021-07-231-10/+7
|
* spirv: Initial SPIR-V supportReinUsesLisp2021-07-231-5/+5
|
* shader: Add pools and rename filesReinUsesLisp2021-07-231-2/+3
|
* shader: Initial recompiler workReinUsesLisp2021-07-231-0/+50