pvr: Advertise KHR_separate_depth_stencil_layouts
No specific driver changes are required. Signed-off-by: leonperianu <leon.perianu@imgtec.com> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36412>
This commit is contained in:
+1
-1
@@ -470,7 +470,7 @@ Vulkan 1.2 -- all DONE: anv, hk, nvk, panvk/v10+, tu, vn
|
||||
VK_KHR_image_format_list DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||
VK_KHR_imageless_framebuffer DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||
VK_KHR_sampler_mirror_clamp_to_edge DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_separate_depth_stencil_layouts DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_separate_depth_stencil_layouts DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||
VK_KHR_shader_atomic_int64 DONE (anv, lvp, nvk, panvk/v10+, radv, vn, tu/a740+)
|
||||
VK_KHR_shader_float16_int8 DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, vn)
|
||||
VK_KHR_shader_float_controls DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn)
|
||||
|
||||
@@ -192,6 +192,7 @@ static void pvr_physical_device_get_supported_extensions(
|
||||
.KHR_maintenance3 = true,
|
||||
.KHR_present_id2 = PVR_USE_WSI_PLATFORM,
|
||||
.KHR_present_wait2 = PVR_USE_WSI_PLATFORM,
|
||||
.KHR_separate_depth_stencil_layouts = true,
|
||||
.KHR_shader_expect_assume = false,
|
||||
.KHR_swapchain = PVR_USE_WSI_PLATFORM,
|
||||
.KHR_swapchain_mutable_format = PVR_USE_WSI_PLATFORM,
|
||||
@@ -294,6 +295,9 @@ static void pvr_physical_device_get_supported_features(
|
||||
/* Vulkan 1.2 / VK_KHR_timeline_semaphore */
|
||||
.timelineSemaphore = true,
|
||||
|
||||
/* Vulkan 1.2 / VK_KHR_separate_depth_stencil_layouts */
|
||||
.separateDepthStencilLayouts = true,
|
||||
|
||||
/* Vulkan 1.2 / VK_KHR_uniform_buffer_standard_layout */
|
||||
.uniformBufferStandardLayout = true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user