v3dv: mark some promoted extensions as supported
There are few EXT_ extensions that were promoted to KHR_, but we didn't enabled them as supported. This makes some CTS tests to be run as unsupported when they should be supported instead. For example, we were passing 16/108 line rasterization tests instead of 40/108 because we did not enabled KHR_line rasterization. Reviewed-by: Alejandro Piñeiro <apinheiro@igalia> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28090>
This commit is contained in:
committed by
Marge Bot
parent
6fab8abebb
commit
d38ff02c03
+4
-4
@@ -521,9 +521,9 @@ 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, radv, tu)
|
||||
VK_KHR_incremental_present DONE (anv, hasvk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_index_type_uint8 DONE (anv, nvk, radv, tu)
|
||||
VK_KHR_line_rasterization DONE (anv, nvk, radv, tu)
|
||||
VK_KHR_load_store_op_none DONE (anv, nvk, radv, tu)
|
||||
VK_KHR_index_type_uint8 DONE (anv, nvk, 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)
|
||||
VK_KHR_maintenance6 DONE (anv, lvp)
|
||||
VK_KHR_performance_query DONE (anv, radv/gfx10.3+, tu, v3dv)
|
||||
@@ -546,7 +546,7 @@ Khronos extensions that are not part of any Vulkan version:
|
||||
VK_KHR_surface_protected_capabilities DONE (anv, lvp, nvk, radv, v3dv, vn)
|
||||
VK_KHR_swapchain DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||
VK_KHR_swapchain_mutable_format DONE (anv, hasvk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_vertex_attribute_divisor DONE (anv, radv)
|
||||
VK_KHR_vertex_attribute_divisor DONE (anv, radv, v3dv)
|
||||
VK_KHR_wayland_surface DONE (anv, dzn, lvp, nvk, panvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_workgroup_memory_explicit_layout DONE (anv, nvk, hasvk, radv, v3dv)
|
||||
VK_KHR_win32_keyed_mutex not started
|
||||
|
||||
Reference in New Issue
Block a user