gen_release_notes: fix vulkan version reported

Fixes: 4ef3f7e3d3 ("anv: Enable Vulkan 1.2 support")
Fixes: 7f5462e349 ("radv: enable Vulkan 1.2")
Fixes: 75755e0eba ("turnip: Pretend to support Vulkan 1.2")
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4092>
(cherry picked from commit 2557d614d3)
This commit is contained in:
Eric Engestrom 2020-03-06 19:12:26 +01:00
parent 33c6933ef4
commit 5f4fd166fd
2 changed files with 2 additions and 2 deletions

View file

@ -742,7 +742,7 @@
"description": "gen_release_notes: fix vulkan version reported",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": "4ef3f7e3d37ece7b4339870282cb52c5e334a68d"
},

View file

@ -36,7 +36,7 @@ from mako import exceptions
CURRENT_GL_VERSION = '4.6'
CURRENT_VK_VERSION = '1.1'
CURRENT_VK_VERSION = '1.2'
TEMPLATE = Template(textwrap.dedent("""\
<%!