Module: Mesa Branch: staging/23.3 Commit: 341c3b0106350ffecaf27a76c6faf1c4aae60f19 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=341c3b0106350ffecaf27a76c6faf1c4aae60f19
Author: Erik Faye-Lund <[email protected]> Date: Thu Nov 30 12:42:20 2023 +0100 zink: update profile schema This is needed for VK_KHR_maintenance5 support. Fixes: f501f9453ad ("zink: use maintenance5") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26419> (cherry picked from commit 021645ebf5399a8c74f7f895a06d8919215243be) --- .pick_status.json | 2 +- src/gallium/drivers/zink/VP_ZINK_requirements.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 0fd9e988bd3..2e43c6d1fa4 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -64,7 +64,7 @@ "description": "zink: update profile schema", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "f501f9453adc7024584e9d9598754c55c36d20f3", "notes": null diff --git a/src/gallium/drivers/zink/VP_ZINK_requirements.json b/src/gallium/drivers/zink/VP_ZINK_requirements.json index 5dd50f0bd54..9ec7bc100a5 100644 --- a/src/gallium/drivers/zink/VP_ZINK_requirements.json +++ b/src/gallium/drivers/zink/VP_ZINK_requirements.json @@ -1,5 +1,5 @@ { - "$schema": "https://schema.khronos.org/vulkan/profiles-0.8.1-251.json", + "$schema": "https://schema.khronos.org/vulkan/profiles-0.8.2-271.json", "capabilities": { "vulkan10requirements": { "features": {
