aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_constant_initializers.c
Commit message (Expand)AuthorAgeFilesLines
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-191-1/+1
* nir: fix copy-paste error in nir_lower_constant_initializersRhys Perry2019-01-101-2/+2
* nir: Unset metadata debug bit if no progress madeMatt Turner2019-01-091-0/+4
* nir: Rework nir_lower_constant_initializers() to handle functionsMatt Turner2019-01-091-34/+25
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-3/+3
* nir: Use deref instructions in lower_constant_initializersJason Ekstrand2018-06-221-18/+39
* nir: Add a pass for lowering away constant initializersJason Ekstrand2016-12-051-0/+112