mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2025-12-27 04:30:09 +01:00
Previously, the number of planes was incorrectly calculated. The number of planes for non-linear images was the format planes from wsialloc instead of the memory planes expected by the implementation. Additionally, the VK_IMAGE_CREATE_DISJOINT_BIT was based on the format planes during image creation, instead of using the allocation planes from wsialloc. This commit corrects these issues by ensuring the plane count and disjoint bit is set based on the appropriate memory planes. Signed-off-by: Angeliki Agathi Tsintzira <angelikiagathi.tsintzira@arm.com> Change-Id: I47ca4a0c710cdf21d94705c57f08de4f04b3a761 |
||
|---|---|---|
| .. | ||
| drm_utils.cpp | ||
| drm_utils.hpp | ||
| format_table.c | ||
| format_table.h | ||