panvk: Advertise VK_KHR_maintenance3
We already support everything needed for maintenace3. Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29410>
This commit is contained in:
committed by
Marge Bot
parent
9a2a301f69
commit
395b506912
+1
-1
@@ -438,7 +438,7 @@ Vulkan 1.1 -- all DONE: anv, lvp, nvk, radv, tu, vn
|
||||
VK_KHR_get_physical_device_properties2 DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||
VK_KHR_maintenance1 DONE (anv, dzn, hasvk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_maintenance2 DONE (anv, dzn, hasvk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_maintenance3 DONE (anv, dzn, hasvk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_maintenance3 DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_multiview DONE (anv, dzn, hasvk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_relaxed_block_layout DONE (anv, dzn, hasvk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_sampler_ycbcr_conversion DONE (anv, hasvk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
|
||||
@@ -13,6 +13,7 @@ include = [
|
||||
"dEQP-VK.api.command_buffers.render_pass_continue_no_fb",
|
||||
"dEQP-VK.api.copy_and_blit.core.*",
|
||||
"dEQP-VK.api.fill_and_update_buffer.suballocation.*",
|
||||
"dEQP-VK.api.maintenance3_check.*",
|
||||
"dEQP-VK.binding_model.buffer_device_address.*",
|
||||
"dEQP-VK.binding_model.descriptor_copy.compute.*",
|
||||
"dEQP-VK.compute.builtin_var.*",
|
||||
|
||||
@@ -68,6 +68,7 @@ get_device_extensions(const struct panvk_physical_device *device,
|
||||
.KHR_device_group = true,
|
||||
.KHR_descriptor_update_template = true,
|
||||
.KHR_driver_properties = true,
|
||||
.KHR_maintenance3 = true,
|
||||
.KHR_pipeline_executable_properties = true,
|
||||
.KHR_pipeline_library = true,
|
||||
.KHR_push_descriptor = true,
|
||||
@@ -468,9 +469,7 @@ get_device_properties(const struct panvk_instance *instance,
|
||||
.maxMultiviewViewCount = 0,
|
||||
.maxMultiviewInstanceIndex = 0,
|
||||
.protectedNoFault = false,
|
||||
/* Make sure everything is addressable by a signed 32-bit int, and
|
||||
* our largest descriptors are 96 bytes. */
|
||||
.maxPerSetDescriptors = (1ull << 31) / 96,
|
||||
.maxPerSetDescriptors = UINT16_MAX,
|
||||
/* Our buffer size fields allow only this much */
|
||||
.maxMemoryAllocationSize = UINT32_MAX,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user