summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_constant_expressions.py
AgeCommit message (Expand)AuthorFilesLines
2019-09-17nir: fix denorms in unpack_half_1x16()Samuel Iglesias Gonsálvez1-0/+11
2019-09-17nir/constant_expressions: mind rounding mode converting from float to float16...Samuel Iglesias Gonsálvez1-2/+10
2019-09-17nir: mind rounding mode on fadd, fsub, fmul and fma opcodesSamuel Iglesias Gonsálvez1-0/+1
2019-09-17nir: add support for round to zero rounding mode to nir_op_f2f32Samuel Iglesias Gonsálvez1-0/+1
2019-09-17nir: add support for flushing to zero denorm constantsSamuel Iglesias Gonsálvez1-6/+55
2019-07-31compiler: replace MAYBE_UNUSED with UNUSEDEric Engestrom1-2/+2
2019-07-23nir: don't return voidEric Engestrom1-1/+2
2019-04-19nir_opcodes.py: Saturate to expression that doesn't overflowKristian H. Kristensen1-0/+2
2019-04-14nir: make nir_const_value scalarKarol Herbst1-25/+23
2018-12-16nir: Add support for 1-bit data typesJason Ekstrand1-4/+21
2018-12-16nir/constant_expressions: Rework Boolean handlingJason Ekstrand1-20/+12
2018-12-13nir: Allow [iu]mul_high on non-32-bit typesJason Ekstrand1-0/+1
2018-12-05nir/opcodes: Pull in the type helpers from constant_expressionsJason Ekstrand1-22/+3
2018-07-24python: Better iterate over dictionariesMathieu Bridon1-2/+2
2018-07-06python: Use the print functionMathieu Bridon1-2/+3
2018-04-12mesa: include mtypes.h lessMarek Olšák1-1/+0
2018-03-02nir: Silence unused parameter warnings in generated nir_constant_expressions ...Ian Romanick1-1/+2
2017-03-30nir: Add support for 8 and 16-bit typesJason Ekstrand1-1/+15
2017-03-30nir/constant_expressions: Don't switch on bit size when not neededJason Ekstrand1-14/+23
2017-03-30nir/constant_expressions: Pull the guts out into a helper blockJason Ekstrand1-98/+101
2017-03-14nir/constant_expressions: Refactor helper functionsJason Ekstrand1-24/+27
2017-03-10nir: remove shebang from python scriptsEmil Velikov1-1/+0
2016-12-19nir: Trivial clean ups in the generated nir_constant_expressions.cIan Romanick1-6/+5
2016-12-19nir: Silence unused parameter warnings in nir_constant_expression.cIan Romanick1-2/+2
2016-12-19nir: Silence missing field initializer warnings for vectors in nir_constant_e...Ian Romanick1-0/+3
2016-05-26nir: Make nir_const_value a unionJason Ekstrand1-1/+1
2016-03-17nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga1-11/+11
2016-03-17nir: update opcode definitions for different bit sizesConnor Abbott1-87/+159
2016-01-26nir: move to compiler/Emil Velikov1-0/+336