panvk: Advertise VK_KHR_index_type_uint8

We already support VK_EXT_index_type_uint8 and this is the promoted
version of it.

Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32248>
This commit is contained in:
Mary Guillemard
2024-11-20 11:46:52 +01:00
committed by Marge Bot
parent 52a03ab179
commit 6ffde9294e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -528,7 +528,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_KHR_get_surface_capabilities2 DONE (anv, lvp, nvk, pvr, radv, tu, v3dv, vn)
VK_KHR_global_priority DONE (anv, panvk, radv, tu)
VK_KHR_incremental_present DONE (anv, hasvk, lvp, nvk, radv, tu, v3dv, vn)
VK_KHR_index_type_uint8 DONE (anv, nvk, pvr, radv, tu, v3dv)
VK_KHR_index_type_uint8 DONE (anv, nvk, panvk, pvr, radv, tu, v3dv)
VK_KHR_line_rasterization DONE (anv, nvk, radv, tu, v3dv)
VK_KHR_load_store_op_none DONE (anv, nvk, radv, tu, v3dv)
VK_KHR_maintenance5 DONE (anv, lvp, nvk, radv, tu, v3dv, vn)
+2 -1
View File
@@ -205,6 +205,7 @@ get_device_extensions(const struct panvk_physical_device *device,
.KHR_get_memory_requirements2 = true,
.KHR_global_priority = true,
.KHR_image_format_list = true,
.KHR_index_type_uint8 = true,
.KHR_maintenance1 = true,
.KHR_maintenance2 = true,
.KHR_maintenance3 = true,
@@ -364,7 +365,7 @@ get_features(const struct panvk_physical_device *device,
/* VK_KHR_global_priority */
.globalPriorityQuery = true,
/* VK_EXT_index_type_uint8 */
/* VK_KHR_index_type_uint8 */
.indexTypeUint8 = true,
/* VK_EXT_vertex_attribute_divisor */