summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/value.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-20shader_recompiler: Reduce unused includesameerj1-1/+0
2021-07-23glasm: Rework control flow introducing a syntax listReinUsesLisp1-8/+0
2021-07-23shader: Inline common Value gettersReinUsesLisp1-107/+0
2021-07-23shader: Inline common Value functions into the headerReinUsesLisp1-19/+0
2021-07-23shader: Move microinstruction header to the value headerReinUsesLisp1-1/+0
2021-07-23shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp1-0/+9
2021-07-23shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq1-2/+2
2021-07-23shader: Store type of phi nodes in flagsReinUsesLisp1-1/+5
2021-07-23shader: Refactor PTP and other minor changesReinUsesLisp1-14/+0
2021-07-23shader: Implement TLD4.PTPFernandoS271-0/+14
2021-07-23shader: Implement DADDameerj1-0/+8
2021-07-23shader: Fix control flowReinUsesLisp1-1/+5
2021-07-23shader: Add utility to resolve identities on a valueReinUsesLisp1-0/+7
2021-07-23shader: Add pools and rename filesReinUsesLisp1-1/+1
2021-07-23shader: Make typed IRReinUsesLisp1-0/+28
2021-07-23shader: Constant propagation and global memory to storage bufferReinUsesLisp1-2/+15
2021-07-23shader: SSA and dominanceReinUsesLisp1-0/+37
2021-07-23shader: Initial recompiler workReinUsesLisp1-0/+124