mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 20:18:12 +02:00
panvk: add VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL to host copy layouts
Add the missing layout which do not need implemented anything in mali gpu. Fixed: dEQP-VK.image.host_image_copy.properties.properties unifiedImageLayouts feature is supported, but layout VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL was not included in VkPhysicalDeviceHostImageCopyProperties::pCopySrcLayouts. Fixes:1cd61ee("panvk: implement VK_EXT_host_image_copy for linear color images") Signed-off-by: Ryan Zhang <ryan.zhang@nxp.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> (cherry picked from commit62e7120384) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41269>
This commit is contained in:
parent
67874b7473
commit
e1733d1b38
2 changed files with 2 additions and 1 deletions
|
|
@ -4794,7 +4794,7 @@
|
|||
"description": "panvk: add VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL to host copy layouts",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "1cd61ee94875efbf546455212e67ccc6bac111c6",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1134,6 +1134,7 @@ panvk_per_arch(get_physical_device_properties)(
|
|||
|
||||
/* Vulkan 1.2 */
|
||||
VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL,
|
||||
VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL,
|
||||
VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL,
|
||||
VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue