Mesa (master): android: pan/bi: Remove old IR opcode table

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 4 17:52:56 UTC 2021


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

Author: Mauro Rossi <issor.oruam at gmail.com>
Date:   Sat Jan  2 13:20:46 2021 +0100

android: pan/bi: Remove old IR opcode table

Fixes the following building error:

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

Fixes: b691aeaacf93 ("pan/bi: Remove old IR opcode table")
Signed-off-by: Mauro Rossi <issor.oruam at gmail.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
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 eb2f25aeec0..a22f2e266e3 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_tables.c \
         bifrost/bi_schedule.c \
         bifrost/bi_pack.c \
         bifrost/bi_print.c \



More information about the mesa-commit mailing list