nir/builder: Use nir_after_instr to advance the cursor
[mesa.git] / src / glsl / nir / nir_control_flow.h
2015-08-27 Kenneth Graunkenir: Move nir_cursor to nir.h.
2015-08-24 Connor Abbottnir/cf: reimplement nir_cf_node_remove() using the...
2015-08-24 Connor Abbottnir/cf: add new control modification API's
2015-08-24 Connor Abbottnir/cf: use a cursor for inserting control flow
2015-08-24 Connor Abbottnir/cf: add a cursor structure
2015-08-24 Connor Abbottnir: move control flow modification to its own file