Re: [Mesa-dev] [PATCH] anv: Properly handle GetImageSubresourceLayout on complex images

2018-07-22 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 20/07/18 22:51, Jason Ekstrand wrote: We support mipmapped and arrayed linear images so we need to support vkGetImageSubresourceLayout on them. Fortunately, it's just a trivial call into ISL. --- src/intel/vulkan/anv_image.c | 23 --- 1

[Mesa-dev] [PATCH] anv: Properly handle GetImageSubresourceLayout on complex images

2018-07-20 Thread Jason Ekstrand
We support mipmapped and arrayed linear images so we need to support vkGetImageSubresourceLayout on them. Fortunately, it's just a trivial call into ISL. --- src/intel/vulkan/anv_image.c | 23 --- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/src/intel/vulkan/