intel/compiler: Drop brw_nir_lower_scoped_barriers
Now that we handle scoped barriers with execution scope during NIR -> Backend IR translation, this lowering is not needed anymore. Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21634>
This commit is contained in:
@@ -128,8 +128,6 @@ void brw_nir_lower_fs_outputs(nir_shader *nir);
|
||||
|
||||
bool brw_nir_lower_conversions(nir_shader *nir);
|
||||
|
||||
bool brw_nir_lower_scoped_barriers(nir_shader *nir);
|
||||
|
||||
bool brw_nir_lower_shading_rate_output(nir_shader *nir);
|
||||
|
||||
bool brw_nir_lower_storage_image(nir_shader *nir,
|
||||
|
Reference in New Issue
Block a user