aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_constant_folding.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Call nir_metadata_preserve on !progressJason Ekstrand2020-06-111-3/+1
* nir/constant_folding: fold load_constant intrinsicsRhys Perry2019-10-071-0/+58
* nir/constant_folding: add back and use constant_fold_stateRhys Perry2019-10-071-22/+19
* nir: add support for flushing to zero denorm constantsSamuel Iglesias Gonsálvez2019-09-171-7/+8
* nir: remove unused constant_fold_stateRob Clark2019-09-031-6/+0
* nir,intel: lower if (cond) demote() to new intrinsic demote_if(cond)Daniel Schürmann2019-07-241-4/+7
* nir/constant_folding: Get rid of a bit size switch statementJason Ekstrand2019-04-141-19/+1
* nir: make nir_const_value scalarKarol Herbst2019-04-141-10/+14
* nir: Unset metadata debug bit if no progress madeMatt Turner2019-01-091-1/+6
* nir: Add support for 1-bit data typesJason Ekstrand2018-12-161-0/+3
* nir/constant_folding: Fix source bit size logicJason Ekstrand2018-12-161-1/+2
* nir/constant_folding: fix incorrect bit-size checkIago Toral Quiroga2018-11-091-3/+1
* nir/constant_folding: Use nir_src_as_bool for discard_ifJason Ekstrand2018-10-261-6/+7
* nir/constant_folding: Add an unreachable to a switchJason Ekstrand2018-10-261-0/+2
* nir: prepare for bumping up max components to 16Karol Herbst2018-07-171-1/+1
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-53/+0
* nir: Transform discard_if(true) into discardMatt Turner2018-05-071-1/+16
* nir/opt_constant_folding: fix folding of 8 and 16 bit intsKarol Herbst2018-04-261-2/+12
* nir: Optimize out discard_ifs with a constant 0 argument.Eric Anholt2016-09-281-0/+8
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/opt_constant_folding: fixup for new foreach_block()Connor Abbott2016-04-281-15/+13
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez2016-04-111-2/+2
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-3/+3
* nir: update opcode definitions for different bit sizesConnor Abbott2016-03-171-2/+27
* nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-091-3/+8
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-2/+2
* nir: move to compiler/Emil Velikov2016-01-261-0/+201