aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_bool_to_float.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Add b2b opcodesJason Ekstrand2020-03-301-0/+1
* nir+vtn: vec8+vec16 supportRob Clark2019-12-211-0/+2
* nir: fix lower_{int,bool}_to_float for new mov opcodeJonathan Marek2019-05-311-0/+1
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-241-3/+2
* nir: make nir_const_value scalarKarol Herbst2019-04-141-2/+2
* nir: add missing vec opcodes in lower_bool_to_floatJonathan Marek2019-02-051-0/+6
* nir: Add a bool to float32 lowering passJason Ekstrand2019-01-141-0/+178