mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01: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
2 changed files with 2 additions and 2 deletions
|
|
@ -679,7 +679,7 @@
|
||||||
"description": "bin/gen_release_notes.py: bump advertised vulkan version to 1.3",
|
"description": "bin/gen_release_notes.py: bump advertised vulkan version to 1.3",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 1,
|
"nomination_type": 1,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": "df8ac77af8093c87d5d56d6f1b36c0144a607c40"
|
"because_sha": "df8ac77af8093c87d5d56d6f1b36c0144a607c40"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ import docutils.utils
|
||||||
import docutils.parsers.rst.states as states
|
import docutils.parsers.rst.states as states
|
||||||
|
|
||||||
CURRENT_GL_VERSION = '4.6'
|
CURRENT_GL_VERSION = '4.6'
|
||||||
CURRENT_VK_VERSION = '1.2'
|
CURRENT_VK_VERSION = '1.3'
|
||||||
|
|
||||||
TEMPLATE = Template(textwrap.dedent("""\
|
TEMPLATE = Template(textwrap.dedent("""\
|
||||||
${header}
|
${header}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue