summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/spirv/emit_spirv_convert.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-06emit_spirv: Reduce emit_spirv.h include overheadameerj1-0/+1
2021-07-23spirv/convert: Catch more signed operations oversightsameerj1-5/+5
2021-07-23spirv/convert: Catch more broken signed operations on Nvidia OpenGLReinUsesLisp1-0/+6
2021-07-23Move SPIR-V emission functions to their own headerReinUsesLisp1-0/+1
2021-07-23spirv: Implement int8 and int16 conversion fallbacksReinUsesLisp1-19/+80
2021-07-23shader: Implement I2FReinUsesLisp1-0/+48
2021-07-23shader: Initial support for textures and TEXReinUsesLisp1-0/+48
2021-07-23shader: Implement HADD2ReinUsesLisp1-0/+16
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-0/+89