summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/lower_fp16_to_fp32.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-3/+0
2021-07-23shader: Move microinstruction header to the value headerReinUsesLisp1-1/+1
2021-07-23shader: Implement ATOM/S and REDameerj1-0/+12
2021-07-23shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq1-1/+1
2021-07-23shader: Fix F2IFernandoS271-0/+2
2021-07-23shader: Add support for fp16 comparisons and misc fixesReinUsesLisp1-0/+2
2021-07-23shader: Fix floating point comparison for FP16FernandoS271-0/+24
2021-07-23shader: Implement I2FReinUsesLisp1-0/+16
2021-07-23shader: Implement CAL inlining function callsReinUsesLisp1-5/+3
2021-07-23shader: Implement HADD2ReinUsesLisp1-0/+10
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-0/+79