mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 10:14:13 +08:00
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 commit446d2039cb
)
This commit is contained in:
parent
5e00b2d8a7
commit
c702465d56
@ -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"
|
||||
},
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user