aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_split_vars.c
Commit message (Expand)AuthorAgeFilesLines
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-10/+10
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-191-8/+8
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-141-12/+5
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-15/+15
* glsl_type: Add support for explicitly laid out matrices and arraysJason Ekstrand2019-01-081-3/+6
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-251-1/+0
* nir: Use nir_src_is_const and nir_src_as_* in core codeJason Ekstrand2018-10-221-9/+8
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-071-3/+3
* nir: Add a array-of-vector variable shrinking passJason Ekstrand2018-08-231-0/+717
* nir: Add an array splitting passJason Ekstrand2018-08-231-0/+583
* nir: Add a structure splitting passJason Ekstrand2018-08-231-0/+275