aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_large_constants.c
Commit message (Expand)AuthorAgeFilesLines
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-7/+7
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-7/+7
* nir/large_constants: Properly handle 1-bit boolsJason Ekstrand2018-12-161-1/+23
* nir: Use nir_src_is_const and nir_src_as_* in core codeJason Ekstrand2018-10-221-1/+1
* nir: Add a large constants optimization passJason Ekstrand2018-07-021-0/+305