summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/modifiers.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-18shader_recompiler: Fix spelling of "derivate" (#12067)Ameer J1-1/+1
2023-08-19Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagationFernando Sahmkow1-0/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-07-23shader: Implement indexed texturesReinUsesLisp1-8/+9
2021-07-23shader: Fix memory barriersReinUsesLisp1-8/+0
2021-07-23shader: Implement SULD and SUSTReinUsesLisp1-5/+7
2021-07-23shader: Address feedbackFernandoS271-1/+7
2021-07-23shader: Address FeedbackFernandoS271-12/+1
2021-07-23shader: Implement MEMBARFernandoS271-0/+13
2021-07-23shader: Implement ImageGradientFernandoS271-0/+1
2021-07-23shader: Refactor PTP and other minor changesReinUsesLisp1-5/+0
2021-07-23shader: Implement TLD4.PTPFernandoS271-0/+5
2021-07-23shader: Implement TLD4 and TLD4_BFernandoS271-0/+1
2021-07-23shader: Implement TEXSReinUsesLisp1-1/+2
2021-07-23shader: Initial support for textures and TEXReinUsesLisp1-0/+10
2021-07-23shader: Add denorm flush supportReinUsesLisp1-9/+14
2021-07-23shader: Add support for forward declarationsReinUsesLisp1-5/+5
2021-07-23shader: Initial instruction supportReinUsesLisp1-0/+28