summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_remove_dead_variables.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Free dead variables when removing them.Kenneth Graunke2015-04-021-1/+3
* nir: Combine remove_dead_local_vars() and remove_dead_global_vars().Kenneth Graunke2015-04-021-14/+4
* nir: Remove casts from void*.Matt Turner2015-02-101-1/+1
* util/hash_set: Rework the API to know about hashingJason Ekstrand2015-01-151-9/+7
* nir: Make texture instruction names more consistentJason Ekstrand2015-01-151-2/+2
* nir: add a pass to remove unused variablesConnor Abbott2015-01-151-0/+138