aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_split_vars.c
Commit message (Expand)AuthorAgeFilesLines
* 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