aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Ślusarz <[email protected]>2020-06-05 11:52:42 +0200
committerMarge Bot <[email protected]>2020-06-06 18:42:03 +0000
commit990b3782bc5f2f127345b975a68ac56aaf3e4674 (patch)
tree6524e8841940ce5157a4e3c3d0c4c0820aae551e
parent6a841dbf4e4f0cb33bc36a8ba880a9bd6f6e7941 (diff)
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>
-rw-r--r--src/intel/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
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 \