Mesa (main): broadcom: remove v3dv3 from neon library

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 29 09:25:37 UTC 2021


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

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Tue Jul 27 13:45:27 2021 +0200

broadcom: remove v3dv3 from neon library

No need to build the simulator with NEON; and also v3dv3 simulator
is not for VC4, so don't inherit v3dv3 requirement when building vc4
driver.

Fixes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5126
Fixes: d198e26a1eb ("broadcom/common: move v3d_tiling to common")
Reviewed-by: Alejandro Piñeiro <apinheiro at igalia.com>
Signed-off-by: Juan A. Suarez Romero <jasuarez at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12078>

---

 src/broadcom/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/broadcom/meson.build b/src/broadcom/meson.build
index c14c702c8ee..2e1145dd0c0 100644
--- a/src/broadcom/meson.build
+++ b/src/broadcom/meson.build
@@ -65,7 +65,7 @@ libv3d_neon = static_library(
   ],
   c_args : [v3d_args, v3d_neon_c_args],
   gnu_symbol_visibility : 'hidden',
-  dependencies : [dep_v3dv3, dep_libdrm, dep_valgrind, idep_nir_headers],
+  dependencies : [dep_libdrm, dep_valgrind, idep_nir_headers],
 )
 
 libbroadcom_v3d = static_library(



More information about the mesa-commit mailing list