diff options
author | Samuel Pitoiset <[email protected]> | 2020-05-11 10:52:18 +0200 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2020-05-12 11:08:46 -0700 |
commit | cfcb3a0e8394649381a6581a9a1744b345beaf67 (patch) | |
tree | bf5c4c4d414d5a79f529ef9c417e2d1551cab25e /.pick_status.json | |
parent | 50781aaa1b95a07b5b5aeb23872b26c21e52151f (diff) |
radv: limit the Vulkan version to 1.1 for Android
Vulkan 1.2 seems rejected. This hardcodes the Android version to
1.1.107.
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/2936
Fixes: 7f5462e349a ("radv: enable Vulkan 1.2")
Signed-off-by: Samuel Pitoiset <[email protected]>
Acked-by: Bas Nieuwenhuizen <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4985>
(cherry picked from commit 69430921fc123b9016d5bf1779c0ab0ed4d95931)
Diffstat (limited to '.pick_status.json')
-rw-r--r-- | .pick_status.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json index e35ba3eb7c8..60ea7967317 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -157,7 +157,7 @@ "description": "radv: limit the Vulkan version to 1.1 for Android", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": "7f5462e349a3f082e2944181cd610b1250d711cd" }, |