aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_alu_to_scalar.c
Commit message (Expand)AuthorAgeFilesLines
* nir: fix unpack_64_4x16 in lower_alu_to_scalar()Daniel Schürmann2020-04-031-0/+1
* nir+vtn: vec8+vec16 supportRob Clark2019-12-211-0/+2
* nir/lower_alu_to_scalar: Support lowering 8- and 16-bit reduce opsNeil Roberts2019-11-201-0/+8
* nir: fix denorms in unpack_half_1x16()Samuel Iglesias Gonsálvez2019-09-171-2/+12
* nir: allow specifying filter callback in lower_alu_to_scalarVasily Khoruzhick2019-09-061-5/+15
* nir: Fix nir_lower_alu_to_scalar's instr filtering.Eric Anholt2019-07-171-1/+1
* nir/alu_to_scalar: Use the new NIR lowering frameworkJason Ekstrand2019-07-161-93/+54
* nir/alu_to_scalar: Use "alu" as the name for the nir_alu_instrJason Ekstrand2019-07-161-50/+50
* nir: remove fnot/fxor/fand/for opcodesJonathan Marek2019-06-261-2/+2
* nir: allow specifying a set of opcodes in lower_alu_to_scalarJonathan Marek2019-05-101-5/+10
* nir: Add 1-bit Boolean opcodesJason Ekstrand2018-12-161-0/+4
* nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand2018-12-161-4/+4
* nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16Jason Ekstrand2018-11-151-0/+1
* nir/alu_to_scalar: Use ssa_for_alu_src in hand-rolled expansionsJason Ekstrand2018-10-041-15/+18
* nir: prepare for bumping up max components to 16Karol Herbst2018-07-171-3/+3
* nir: add AMD_gcn_shader extended instructionsDaniel Schürmann2018-03-071-0/+2
* nir: Combine the int and double [un]pack opcodesJason Ekstrand2017-02-161-2/+1
* nir: Add 64-bit integer support for conversions and bitcastsIan Romanick2017-01-201-0/+1
* nir: Report progress from nir_lower_alu_to_scalar.Kenneth Graunke2016-09-141-16/+26
* nir: Call nir_metadata_preserve from nir_lower_alu_to_scalar().Kenneth Graunke2016-09-141-0/+3
* nir/alu_to_scalar: Respect the exact ALU operation qualifierJason Ekstrand2016-06-201-0/+2
* 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/lower_alu_to_scalar: fixup for new foreach_block()Connor Abbott2016-04-281-12/+6
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: don't try to scalarize unpack_double_2x32Connor Abbott2016-04-111-0/+3
* nir/alu_to_scalar: Propagate the "exact" bitJason Ekstrand2016-03-231-0/+1
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-4/+6
* nir: Add lowering support for packing opcodes.Matt Turner2016-02-011-0/+32
* nir: Add lowering of nir_op_unpack_half_2x16.Matt Turner2016-02-011-4/+26
* nir: move to compiler/Emil Velikov2016-01-261-0/+210