nir: Convert the builder to use the new NIR cursor API.
[mesa.git] / src / glsl / nir / nir_builder.h
2015-08-27 Kenneth Graunkenir: Convert the builder to use the new NIR cursor...
2015-05-09 Jason Ekstrandnir: Add and use initializer #defines for nir_src and...
2015-04-17 Rob Clarknir/builder: add nir_builder_insert_after_instr()
2015-04-03 Eric Anholtnir: Add an interface to turn a nir_src into a nir_ssa_def.
2015-04-03 Eric Anholtnir: Add an interface for the builder to insert instruc...
2015-03-28 Kenneth Graunkenir: Add builder helpers for MOVs with ALU sources...
2015-03-28 Kenneth Graunkenir: Add nir_builder helpers for creating load_const...
2015-02-19 Eric Anholtnir: Add an ALU op builder kind of like ir_builder.h