bin/gen_release_notes.py: bump advertised vulkan version to 1.3

Fixes: df8ac77af8 ("anv: Advertise Vulkan 1.3")
Fixes: 08c6f437cf ("radv: advertise Vulkan 1.3")
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17759>
(cherry picked from commit 446d2039cb718ca9cf6428f0685c8dfe462b65d1)
This commit is contained in:
Eric Engestrom 2022-07-26 22:16:42 +01:00 committed by Dylan Baker
parent 5e00b2d8a7
commit c702465d56
2 changed files with 2 additions and 2 deletions

View File

@ -679,7 +679,7 @@
"description": "bin/gen_release_notes.py: bump advertised vulkan version to 1.3",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "df8ac77af8093c87d5d56d6f1b36c0144a607c40"
},

View File

@ -40,7 +40,7 @@ import docutils.utils
import docutils.parsers.rst.states as states
CURRENT_GL_VERSION = '4.6'
CURRENT_VK_VERSION = '1.2'
CURRENT_VK_VERSION = '1.3'
TEMPLATE = Template(textwrap.dedent("""\
${header}