summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/move_register.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-19Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagationFernando Sahmkow1-2/+4
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2022-03-20shader_recompiler: Reduce unused includesameerj1-1/+0
2021-07-23shader: Fix MOV(reg), add SHL variants and emit neg and abs instructionsReinUsesLisp1-1/+1
2021-07-23shader: Primitive Vulkan integrationReinUsesLisp1-18/+17
2021-07-23shader: Add pools and rename filesReinUsesLisp1-1/+1
2021-07-23shader: Initial instruction supportReinUsesLisp1-1/+1
2021-07-23shader: Initial recompiler workReinUsesLisp1-0/+45