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