summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_constant_initializers.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Make nir_constant a vector rather than a matrixJason Ekstrand2019-06-191-14/+3
* nir: make nir_const_value scalarKarol Herbst2019-04-141-2/+2
* nir/builder: Add a build_deref_array_imm helperJason Ekstrand2019-03-071-2/+2
* nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()Timothy Arceri2019-03-061-1/+1
* 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