summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/value.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader_recompiler: Remove S32 IR typeameerj2023-01-261-3/+0
* video_core: Fix SNORM texture buffer emulating error (#9001)Feng Chen2022-11-041-0/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* shader_recompiler: Reduce unused includesameerj2022-03-201-1/+0
* glasm: Rework control flow introducing a syntax listReinUsesLisp2021-07-231-8/+0
* shader: Inline common Value gettersReinUsesLisp2021-07-231-107/+0
* shader: Inline common Value functions into the headerReinUsesLisp2021-07-231-19/+0
* shader: Move microinstruction header to the value headerReinUsesLisp2021-07-231-1/+0
* shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp2021-07-231-0/+9
* shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq2021-07-231-2/+2
* shader: Store type of phi nodes in flagsReinUsesLisp2021-07-231-1/+5
* shader: Refactor PTP and other minor changesReinUsesLisp2021-07-231-14/+0
* shader: Implement TLD4.PTPFernandoS272021-07-231-0/+14
* shader: Implement DADDameerj2021-07-231-0/+8
* shader: Fix control flowReinUsesLisp2021-07-231-1/+5
* shader: Add utility to resolve identities on a valueReinUsesLisp2021-07-231-0/+7
* shader: Add pools and rename filesReinUsesLisp2021-07-231-1/+1
* shader: Make typed IRReinUsesLisp2021-07-231-0/+28
* shader: Constant propagation and global memory to storage bufferReinUsesLisp2021-07-231-2/+15
* shader: SSA and dominanceReinUsesLisp2021-07-231-0/+37
* shader: Initial recompiler workReinUsesLisp2021-07-231-0/+124