Skip to content

venus: use common ANB impl via adopting common vk_queue

Yiwei Zhang requested to merge zzyiwei/mesa:vn-common-queue into main

What does this MR do and why?

venus: use common ANB impl via adopting common vk_queue

The dependency common Vulkan/Android bits have been extracted and landed in !25185 (merged), so this MR now only contains venus internals.

What's changed:

  • vn_AcquireImageANDROID -> common vk
  • vn_QueueSignalReleaseImageANDROID -> common vk
  • vn_GetDeviceQueue2 -> common vk
  • vn_DeviceWaitIdle -> common vk

Tested with apps and cts on Android and Linux.

Edited by Yiwei Zhang

Merge request reports