Mesa (staging/21.0): panfrost: Add a Meson dependency on bi_opcodes.h for bifrost_compiler

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Mar 23 21:27:30 UTC 2021


Module: Mesa
Branch: staging/21.0
Commit: 0174e19ff882a60c6883bd2eb8ec0c1034893ead
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0174e19ff882a60c6883bd2eb8ec0c1034893ead

Author: Jesse Natalie <jenatali at microsoft.com>
Date:   Fri Mar 19 11:17:54 2021 -0700

panfrost: Add a Meson dependency on bi_opcodes.h for bifrost_compiler

Fixes: 2d4597de ("pan/bi: Use autogenerated modifiers")
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9719>
(cherry picked from commit 28bf06f350eef8489ad771e1458579b75150b5fa)

---

 .pick_status.json        | 2 +-
 src/panfrost/meson.build | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.pick_status.json b/.pick_status.json
index 130c3df06a5..d0721aef77f 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -1543,7 +1543,7 @@
         "description": "panfrost: Add a Meson dependency on bi_opcodes.h for bifrost_compiler",
         "nominated": true,
         "nomination_type": 1,
-        "resolution": 0,
+        "resolution": 1,
         "master_sha": null,
         "because_sha": "2d4597de2ec41098239df6824b3da802a1f44ea2"
     },
diff --git a/src/panfrost/meson.build b/src/panfrost/meson.build
index 585fdbaa502..a2c2911f29a 100644
--- a/src/panfrost/meson.build
+++ b/src/panfrost/meson.build
@@ -53,6 +53,7 @@ bifrost_compiler = executable(
   dependencies : [
     idep_nir,
     idep_mesautil,
+    idep_bi_opcodes_h,
     dep_libdrm,
   ],
   link_with : [



More information about the mesa-commit mailing list