summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_int_to_float.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* nir: remove bool lowering from lower_int_to_floatJonathan Marek2019-05-311-71/+42
* nir: fix lower_{int,bool}_to_float for new mov opcodeJonathan Marek2019-05-311-0/+1
* nir: silence three compiler warnings seen with MinGWBrian Paul2019-05-291-1/+1
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-241-5/+4
* nir: add int_to_float lowering passVasily Khoruzhick2019-05-071-0/+212