summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/integer_floating_point_conversion.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* shader_recompiler, video_core: Resolve clang errorslat9nq2021-07-231-1/+3
* shader: Avoid CPU side undefined behavior on I2FReinUsesLisp2021-07-231-0/+2
* shader: Add floating-point rounding to I2FReinUsesLisp2021-07-231-1/+6
* shader: Implement CC for ISET, FSET, PSET, CSET, and DSETFernandoS272021-07-231-1/+1
* shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq2021-07-231-2/+2
* shader: Implement I2FReinUsesLisp2021-07-231-0/+173