summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_nir_analyze_boolean_resolves.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965/nir: fixup for new foreach_block()Connor Abbott2016-04-281-2/+4
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-1/+1
* i965/nir: fix check to resolve booleans to work with sized nir_alu_typeSamuel Iglesias Gonsálvez2016-03-171-1/+1
* nir: Get rid of function overloadsJason Ekstrand2015-12-281-3/+4
* nir: Delete bany, ball, fany, fall.Matt Turner2015-12-181-3/+0
* i965/nir: Don't mark bany or ball instructions for resolveJason Ekstrand2015-08-101-0/+23
* i965/nir: Use nir_op_info.output_type for determining when to resolveJason Ekstrand2015-08-101-25/+15
* i965/fs: use SSA values directlyConnor Abbott2015-06-301-6/+6
* nir: Add a src_get_parent_instr functionJason Ekstrand2015-04-031-14/+2
* i965: Add a NIR analysis pass for determining when a boolean resolve is neededJason Ekstrand2015-03-231-0/+268