summaryrefslogtreecommitdiff
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 SPDXGravatar Morph2022-04-231-3/+2
* shader_recompiler, video_core: Resolve clang errorsGravatar lat9nq2021-07-221-1/+3
* shader: Avoid CPU side undefined behavior on I2FGravatar ReinUsesLisp2021-07-221-0/+2
* shader: Add floating-point rounding to I2FGravatar ReinUsesLisp2021-07-221-1/+6
* shader: Implement CC for ISET, FSET, PSET, CSET, and DSETGravatar FernandoS272021-07-221-1/+1
* shader_recompiler,video_core: Cleanup some GCC and Clang errorsGravatar lat9nq2021-07-221-2/+2
* shader: Implement I2FGravatar ReinUsesLisp2021-07-221-0/+173