gfxstream: Remove VkImage from functable handle translation
Not required for any Mesa object backings. TODO: Investigate why VkBuffer still required (and crashing without translation) Reviewed-by: Aaron Ruby <aruby@blackberry.com> Acked-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
@@ -137,9 +137,8 @@ HANDLES_TRANSLATE = {
|
||||
"VkCommandBuffer",
|
||||
"VkFence",
|
||||
"VkSemaphore",
|
||||
# TODO: What part of WSI needs Mesa object backings for VkImage/VkBuffer?
|
||||
# TODO: Still need this translation to avoid descriptorSets crash
|
||||
"VkBuffer",
|
||||
"VkImage",
|
||||
}
|
||||
|
||||
# Types that have a corresponding method for transforming
|
||||
|
||||
Reference in New Issue
Block a user