summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/value.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader_recompiler/value.h: Remove lingering references to S32ameerj2023-02-041-11/+0
* Move to Clang Format 15Levi Behunin2023-01-301-7/+6
* shader_recompiler: Remove S32 IR typeameerj2023-01-261-1/+0
* value.h: remove recursive includeameerj2022-11-301-1/+0
* video_core: Fix SNORM texture buffer emulating error (#9001)Feng Chen2022-11-041-0/+12
* Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass"Feng Chen2022-10-251-4/+0
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* dead_code_elimination_pass: Remove unreachable Phi argumentsameerj2022-03-231-0/+4
* shader: Add copy constructor to instructionsReinUsesLisp2021-11-161-1/+1
* ShaderCache: Order Phi Arguments from farthest away to nearest.Fernando Sahmkow2021-10-311-0/+3
* Merge pull request #6722 from ReinUsesLisp/xmad-optsbunnei2021-07-301-0/+8
|\
| * shader: Add TryInstRecursive utility to valuesReinUsesLisp2021-07-261-0/+8
* | shader_recompiler: Remove unnecessary [[nodiscard]] instancesLioncash2021-07-261-2/+2
|/
* Revert "glasm: Skip phi moves on undefined instructions"ReinUsesLisp2021-07-231-13/+0
* glasm: Skip phi moves on undefined instructionsReinUsesLisp2021-07-231-0/+13
* glasm: Initial implementation of phi nodes on GLASMReinUsesLisp2021-07-231-0/+4
* glasm: Rework control flow introducing a syntax listReinUsesLisp2021-07-231-9/+0
* glasm: Implement basic GLASM instructionsReinUsesLisp2021-07-231-0/+6
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+6
* shader: Inline common Value gettersReinUsesLisp2021-07-231-2/+102
* shader: Use memset to reset instruction argumentsReinUsesLisp2021-07-231-3/+4
* shader: Inline common Value functions into the headerReinUsesLisp2021-07-231-0/+23
* shader: Move microinstruction header to the value headerReinUsesLisp2021-07-231-1/+150
* shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp2021-07-231-0/+4
* shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq2021-07-231-1/+1
* shader: Refactor PTP and other minor changesReinUsesLisp2021-07-231-1/+0
* shader: Implement TLD4.PTPFernandoS272021-07-231-0/+1
* shader: Implement DADDameerj2021-07-231-0/+1
* shader: Initial support for textures and TEXReinUsesLisp2021-07-231-0/+1
* shader: Fix control flowReinUsesLisp2021-07-231-0/+1
* shader: Add utility to resolve identities on a valueReinUsesLisp2021-07-231-0/+1
* shader: Make typed IRReinUsesLisp2021-07-231-0/+10
* shader: Constant propagation and global memory to storage bufferReinUsesLisp2021-07-231-1/+0
* shader: SSA and dominanceReinUsesLisp2021-07-231-0/+3
* shader: Initial recompiler workReinUsesLisp2021-07-231-0/+98