nir: Store gl_shader_stage in nir_shader.
[mesa.git] / src / glsl / nir / nir_control_flow.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