aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opcodes_c.py
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-241-3/+3
* compiler/nir: add an is_conversion field to nir_op_infoIago Toral Quiroga2019-03-061-0/+1
* nir: Make boolean conversions sized just like the othersJason Ekstrand2018-12-051-18/+12
* nir/opcodes: Pull in the type helpers from constant_expressionsJason Ekstrand2018-12-051-8/+3
* nir: rename f2f16_undef to f2f16Karol Herbst2018-07-241-4/+4
* python: Better iterate over dictionariesMathieu Bridon2018-07-241-1/+1
* python: Use the print functionMathieu Bridon2018-07-061-1/+3
* nir: support converting to 8-bit integers in nir_type_conversion_opKarol Herbst2018-04-261-1/+6
* nir: Handle fp16 rounding modes at nir_type_conversion_opJose Maria Casanova Crespo2017-12-061-1/+14
* nir: Populate conversion opcodes to 16-bit typesEduardo Lima Mitev2017-12-061-1/+1
* nir: Add positional argument specifiers.Vinson Lee2017-03-211-1/+1
* nir: Rework conversion opcodesJason Ekstrand2017-03-141-0/+66
* nir: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* nir: move to compiler/Emil Velikov2016-01-261-0/+55