aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_control_flow.h
Commit message (Expand)AuthorAgeFilesLines
* nir: Move nir_cursor to nir.h.Kenneth Graunke2015-08-271-89/+0
* nir/cf: reimplement nir_cf_node_remove() using the new APIConnor Abbott2015-08-241-2/+9
* nir/cf: add new control modification API'sConnor Abbott2015-08-241-0/+75
* nir/cf: use a cursor for inserting control flowConnor Abbott2015-08-241-4/+23
* nir/cf: add a cursor structureConnor Abbott2015-08-241-0/+91
* nir: move control flow modification to its own fileConnor Abbott2015-08-241-0/+59