summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_dominance.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Delete the nir_function_impl::start_block field.Kenneth Graunke2015-08-241-4/+5
* nir/dominance: Add a constant-time mechanism for comparing blocksJason Ekstrand2015-02-191-0/+30
* nir/dominance: Expose the dominance intersection functionJason Ekstrand2015-02-191-0/+22
* nir: Remove casts from void*.Matt Turner2015-02-101-3/+3
* util/hash_set: Rework the API to know about hashingJason Ekstrand2015-01-151-2/+1
* nir: Add a basic metadata management systemJason Ekstrand2015-01-151-4/+2
* nir: calculate dominance informationConnor Abbott2015-01-151-0/+300