tu/rmv: Fix missing image bind logging for WSI images
Signed-off-by: Valentine Burley <valentine.burley@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30021>
This commit is contained in:

committed by
Marge Bot

parent
fe387e14b5
commit
dd10d2ef2f
@@ -858,6 +858,9 @@ tu_BindImageMemory2(VkDevice _device,
|
|||||||
image->bo = wsi_img->bo;
|
image->bo = wsi_img->bo;
|
||||||
image->map = NULL;
|
image->map = NULL;
|
||||||
image->iova = wsi_img->iova;
|
image->iova = wsi_img->iova;
|
||||||
|
|
||||||
|
TU_RMV(image_bind, device, image);
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user