summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_constant_expressions.py
Commit message (Expand)AuthorAgeFilesLines
* 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