Module: Mesa Branch: master Commit: 990b3782bc5f2f127345b975a68ac56aaf3e4674 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=990b3782bc5f2f127345b975a68ac56aaf3e4674
Author: Marcin Ślusarz <[email protected]> Date: Fri Jun 5 11:52:42 2020 +0200 intel/compiler: fix Android build Signed-off-by: Marcin Ślusarz <[email protected]> Fixes: 689acc739899 ("intel/compiler: Extract control barriers from scoped barriers") Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3087 Reviewed-by: Sagar Ghuge <[email protected]> Reviewed-by: Boris Brezillon <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5354> --- src/intel/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index 68412e005ae..838fe62a33e 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -94,6 +94,7 @@ COMPILER_FILES = \ compiler/brw_nir_lower_cs_intrinsics.c \ compiler/brw_nir_lower_image_load_store.c \ compiler/brw_nir_lower_mem_access_bit_sizes.c \ + compiler/brw_nir_lower_scoped_barriers.c \ compiler/brw_nir_opt_peephole_ffma.c \ compiler/brw_nir_tcs_workarounds.c \ compiler/brw_packed_float.c \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
