summaryrefslogtreecommitdiff
path: root/src/intel/compiler/brw_nir_lower_alpha_to_coverage.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-29intel/nir: Clean up lower_alpha_to_coverage a bitJason Ekstrand1-13/+8
2020-08-29intel/nir: Rewrite the guts of lower_alpha_to_coverageJason Ekstrand1-65/+99
2020-08-29intel/nir: Pass the nir_builder by reference in lower_alpha_to_coverageJason Ekstrand1-16/+16
2020-07-29nir: Add a find_variable_with_[driver_]location helperJason Ekstrand1-19/+5
2020-07-29nir: Add nir_foreach_shader_in/out_variable helpersJason Ekstrand1-2/+2
2019-10-21nir: Add alpha_to_coverage lowering passSagar Ghuge1-0/+169