summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_builder.h
Commit message (Expand)AuthorAgeFilesLines
* nir: Add an interface to turn a nir_src into a nir_ssa_def.Eric Anholt2015-04-031-0/+19
* nir: Add an interface for the builder to insert instructions before.Eric Anholt2015-04-031-4/+23
* nir: Add builder helpers for MOVs with ALU sources and swizzling MOVs.Kenneth Graunke2015-03-271-0/+44
* nir: Add nir_builder helpers for creating load_const intrinsics.Kenneth Graunke2015-03-271-0/+35
* nir: Add an ALU op builder kind of like ir_builder.hEric Anholt2015-02-181-0/+130