summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_split_var_copies.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Get rid of function overloadsJason Ekstrand2015-12-281-3/+3
* nir: Add a nir_deref_tail helperJason Ekstrand2015-11-071-10/+2
* nir: Properly invalidate metadata in nir_split_var_copies().Kenneth Graunke2015-11-031-0/+5
* nir: Report progress from nir_split_var_copies().Kenneth Graunke2015-09-211-3/+12
* nir: Allocate dereferences out of their parent instruction or deref.Kenneth Graunke2015-04-071-2/+2
* nir: Remove predicationJason Ekstrand2015-01-151-6/+0
* nir: Add a copy splitting passJason Ekstrand2015-01-151-0/+285