Module: Mesa Branch: staging/23.3 Commit: 42f5040e696da52d44eeddd68eb2f5b916e4d3fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42f5040e696da52d44eeddd68eb2f5b916e4d3fa
Author: Eric Engestrom <[email protected]> Date: Tue Dec 5 18:14:46 2023 +0000 v3d: drop leftover from "move v3d_tiling to common" Fixes: d198e26a1ebc32c43e5b ("broadcom/common: move v3d_tiling to common") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26525> (cherry picked from commit 3a8da0b8bf91d0fa1dac511f6265a49f41861d78) --- .pick_status.json | 2 +- src/gallium/drivers/v3d/meson.build | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 043bdb13648..6de64019f98 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -2834,7 +2834,7 @@ "description": "v3d: drop leftover from \"move v3d_tiling to common\"", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "d198e26a1ebc32c43e5bef10dcf0f8cc3234301d", "notes": null diff --git a/src/gallium/drivers/v3d/meson.build b/src/gallium/drivers/v3d/meson.build index 289473d2ca1..259c8e36291 100644 --- a/src/gallium/drivers/v3d/meson.build +++ b/src/gallium/drivers/v3d/meson.build @@ -77,11 +77,6 @@ foreach ver : v3d_versions endforeach -v3d_neon_c_args = [] -if host_machine.cpu_family() == 'arm' - v3d_neon_c_args = '-mfpu=neon' -endif - libv3d = static_library( 'v3d', [
