summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_divergence_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-06compiler: Add a system value for the line coordNeil Roberts1-0/+1
2020-06-24nir: Fix divergence analysis for tessellation input/outputsKenneth Graunke1-2/+16
2020-05-13nir: reset ssa-defs as non-divergent during divergence analysis instead of up...Daniel Schürmann1-21/+36
2020-05-13nir: simplify phi handling in divergence analysisDaniel Schürmann1-113/+116
2020-05-13nir: rework phi handling in divergence analysisDaniel Schürmann1-173/+214
2020-05-13nir: refactor divergence analysis stateDaniel Schürmann1-35/+37
2020-05-13nir: add nir_intrinsic_elect to divergence analysisDaniel Schürmann1-0/+1
2020-05-13nir: Make "divergent" a property of an SSA valueJason Ekstrand1-63/+72
2020-01-29nir: lower interp_deref_at_vertex to load_input_vertexSamuel Pitoiset1-0/+6
2020-01-29nir: add nir_intrinsic_interp_deref_at_vertexSamuel Pitoiset1-0/+1
2020-01-14nir/divergence: handle load_primitive_id in GSRhys Perry1-0/+2
2019-11-12nir/divergence: improve DA of shuffleRhys Perry1-1/+5
2019-10-23Revert "nir: drop unused alpha_ref_float"Erik Faye-Lund1-0/+1
2019-10-17nir: drop unused alpha_ref_floatErik Faye-Lund1-1/+0
2019-08-21nir: Add explicit signs to image min/max intrinsicsJason Ekstrand1-6/+12
2019-08-20nir: add divergence analysis pass.Daniel Schürmann1-0/+790