mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
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 commit2557d614d3)
This commit is contained in:
parent
33c6933ef4
commit
5f4fd166fd
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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("""\
|
||||
<%!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue