summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_constant_expressions.py
Commit message (Expand)AuthorAgeFilesLines
* mesa: include mtypes.h lessMarek Olšák2018-04-121-1/+0
* nir: Silence unused parameter warnings in generated nir_constant_expressions ...Ian Romanick2018-03-021-1/+2
* nir: Add support for 8 and 16-bit typesJason Ekstrand2017-03-301-1/+15
* nir/constant_expressions: Don't switch on bit size when not neededJason Ekstrand2017-03-301-14/+23
* nir/constant_expressions: Pull the guts out into a helper blockJason Ekstrand2017-03-301-98/+101
* nir/constant_expressions: Refactor helper functionsJason Ekstrand2017-03-141-24/+27
* nir: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* nir: Trivial clean ups in the generated nir_constant_expressions.cIan Romanick2016-12-191-6/+5
* nir: Silence unused parameter warnings in nir_constant_expression.cIan Romanick2016-12-191-2/+2
* nir: Silence missing field initializer warnings for vectors in nir_constant_e...Ian Romanick2016-12-191-0/+3
* nir: Make nir_const_value a unionJason Ekstrand2016-05-261-1/+1
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-11/+11
* nir: update opcode definitions for different bit sizesConnor Abbott2016-03-171-87/+159
* nir: move to compiler/Emil Velikov2016-01-261-0/+336