Module: Mesa
Branch: master
Commit: 084cb25d41287975a83fc5c81bef97ad12305d23
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=084cb25d41287975a83fc5c81bef97ad12305d23

Author: Mauro Rossi <[email protected]>
Date:   Sat Jan  2 13:17:42 2021 +0100

android: pan/bi: Remove combine lowering

Fixes the following building error:

clang: error: no such file or directory: 
'external/mesa/src/panfrost/bifrost/bi_lower_combine.c'
clang: error: no input files

Fixes: 8b0d0a931b80 ("pan/bi: Remove combine lowering")
Signed-off-by: Mauro Rossi <[email protected]>
Acked-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8294>

---

 src/panfrost/Makefile.sources | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources
index 971e60aa1f5..88429710dc0 100644
--- a/src/panfrost/Makefile.sources
+++ b/src/panfrost/Makefile.sources
@@ -4,7 +4,6 @@ bifrost_FILES := \
         bifrost/bifrost_compile.h \
         bifrost/bi_layout.c \
         bifrost/bi_liveness.c \
-        bifrost/bi_lower_combine.c \
         bifrost/bi_tables.c \
         bifrost/bi_schedule.c \
         bifrost/bi_special.c \

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to