summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/spirv/emit_spirv_convert.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move SPIR-V emission functions to their own headerReinUsesLisp2021-07-231-0/+1
* spirv: Implement int8 and int16 conversion fallbacksReinUsesLisp2021-07-231-19/+80
* shader: Implement I2FReinUsesLisp2021-07-231-0/+48
* shader: Initial support for textures and TEXReinUsesLisp2021-07-231-0/+48
* shader: Implement HADD2ReinUsesLisp2021-07-231-0/+16
* spirv: Add lower fp16 to fp32 passReinUsesLisp2021-07-231-0/+89