summaryrefslogtreecommitdiff
path: root/src/vulkan/registry
AgeCommit message (Collapse)AuthorFilesLines
2024-03-11vk/update-aliases: drop VK_ERROR_ prefix substitutionEric Engestrom1-1/+0
There is no code currently concatenating that string so it is not useful to have it here, and it is triggering a loop because a substitution is becoming itself if we remove this prefix. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28102>
2024-02-16vulkan: Update XML and headers to 1.3.278Faith Ekstrand1-112/+203
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27599>
2024-02-02vulkan: update registry/includes to 1.3.277Dave Airlie1-6/+86
Acked-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27421>
2024-01-25vulkan: bump headers/registry to 1.3.276Samuel Pitoiset1-117/+292
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27260>
2023-12-19vulkan: bump headers/registry to 1.3.274Samuel Pitoiset1-342/+507
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26756>
2023-12-11vulkan: bump headers/registry to 1.3.273Samuel Pitoiset1-83/+376
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26596>
2023-12-07vk/update-aliases.py: only apply renames for the vulkan api (not vulkansc)Eric Engestrom1-0/+4
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26484>
2023-12-07vk/update-aliases.py: enforce correct list orderEric Engestrom1-3/+11
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26484>
2023-12-07vk/update-aliases.py: handle more concatenated prefixesEric Engestrom1-2/+37
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26484>
2023-12-07vk/update-aliases.py: simplify addition of other concatenated prefixesEric Engestrom1-3/+6
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26484>
2023-12-07vk/update-aliases.py: sort files when informing the user of the matchesEric Engestrom1-1/+1
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26484>
2023-12-07vk/update-aliases.py: handle "no match" grep callEric Engestrom1-2/+8
This was not necessary before because there was always at least the vk.xml file itself in the `src/` search path. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26484>
2023-12-07vk/update-aliases.py: allow specifying the files we want to updateEric Engestrom1-3/+7
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26484>
2023-12-07vk/update-aliases.py: drop dead --check-onlyEric Engestrom1-11/+2
This was introduced for when it was intended for this script to run as part of the build tests, but that was dropped, and so should this. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26484>
2023-10-11vulkan: bump headers/registry to 1.3.267Lionel Landwerlin1-96/+454
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25600>
2023-08-04vulkan: bump header register to 1.3.261Samuel Pitoiset1-59/+462
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24365>
2023-07-21vulkan: bump header register to 1.3.258Lionel Landwerlin1-69/+267
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24279>
2023-06-25vulkan: Update XML and headers to 1.3.255Caio Oliveira1-6/+72
Acked-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23837>
2023-06-20vulkan: registry/headers bump to 1.3.254Lionel Landwerlin1-158/+833
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Constantine Shablya <constantine.shablya@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23716>
2023-05-29vulkan: Update XML and headers to 1.3.251Samuel Pitoiset1-12/+52
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23292>
2023-05-09vulkan: Update XML and headers to 1.3.250Samuel Pitoiset1-1/+39
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22849>
2023-05-04vulkan: bump headers to 1.3.249Lionel Landwerlin1-117/+149
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <f{merge_request.web_url}>
2023-03-31vulkan: Update XML and headers to 1.3.246Samuel Pitoiset1-18/+255
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22231>
2023-03-20vulkan: Update XML and headers to 1.3.244Faith Ekstrand1-208/+262
Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Acked-by: Iván Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22031>
2023-02-17vulkan: Update the XML and headers to 1.3.241Faith Ekstrand1-443/+1300
Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21225>
2022-12-20vulkan: update headers/registry to 1.3.238 for video decodeDave Airlie1-149/+301
This moves the video decoding to KHR and out of beta. Acked-by: Jason Ekstrand <jason.ekstrand@collabora.com> Acked-by: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20384>
2022-11-17vulkan: Update the XML and headers to 1.3.235Jason Ekstrand1-42/+467
Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19815>
2022-09-29vulkan: Update the XML and headers to 1.3.230Mike Blumenkrantz1-138/+1023
Acked-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18878>
2022-09-15vulkan: Update to 1.3.228 headers.Hans-Kristian Arntzen1-180/+199
Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18610>
2022-09-02vulkan: fixup 1.3.226 updateLionel Landwerlin1-13/+118
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18397>
2022-09-02vulkan, spirv: Update to Vulkan 1.3.226 and latest SPIR-V headers.Timur Kristóf1-5/+101
Done using the "khronos-update.py" script, leaving out parts that are not relevant to Vulkan. Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18366>
2022-08-24vulkan: Update the XML and headers to 1.3.225Mike Blumenkrantz1-196/+192
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18133>
2022-08-05vulkan: Update the XML and headers to 1.3.224Mike Blumenkrantz1-175/+344
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Acked-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17883>
2022-07-12venus: use updated tokens from vk.xmlEric Engestrom1-0/+1
Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org> Acked-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17342>
2022-07-12radv: use updated tokens from vk.xmlEric Engestrom1-0/+1
Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Acked-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17342>
2022-07-12vulkan: add script to detect & replace identifiers that have been renamedEric Engestrom1-0/+139
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17342>
2022-07-06vulkan: Update Vulkan XML and headers to 1.3.219.Hans-Kristian Arntzen1-163/+259
Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17332>
2022-06-09vulkan: Spec update to 1.3.217.Georg Lehmann1-11/+165
Signed-off-by: Georg Lehmann <dadschoorse@gmail.com> Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12729>
2022-06-08vulkan: Spec update to 1.3.216Konstantin Seurer1-95/+438
Update the vulkan headers and xml to 1.3.216 including the spirv headers. The new spirv spec added new OpAlias*INTEL ops, which we ignore in vtn_gather_types_c.py. Signed-off-by: Konstantin Seurer <konstantin.seurer@gmail.com> Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16430>
2022-04-05vulkan: spec update to 1.3.211Mike Blumenkrantz1-43/+80
Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15752>
2022-03-29vulkan: update spec to 1.3.210Mike Blumenkrantz1-134/+178
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15635>
2022-03-15vk: Update xml and headers to 1.3.207.Bas Nieuwenhuizen1-98/+292
Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15363>
2022-01-25vulkan: Update the XML and headers to 1.3.204Samuel Pitoiset1-763/+1614
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14707>
2021-11-18vulkan: Update the XML and headers to 1.2.199Joshua Ashton1-28/+1423
Signed-off-by: Joshua Ashton <joshua@froggi.es> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13820>
2021-11-04vk: update headers for 1.2.197Mike Blumenkrantz1-324/+634
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13627>
2021-10-06vulkan: Update the XML and headers to 1.2.195Jason Ekstrand1-37/+386
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13199>
2021-09-24vulkan: Update the XML and headers to 1.2.193Emma Anholt1-74/+118
Acked-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13007>
2021-08-30vulkan: Update the XML and headers to 1.2.190Samuel Pitoiset1-178/+263
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Acked-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12611>
2021-07-21vulkan: Update XML and headers to 1.2.185Caio Marcelo de Oliveira Filho1-70/+226
Acked-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11981>
2021-06-21vulkan: Update the XML and headers to 1.2.182Jason Ekstrand1-47/+291
Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11497>