Skip to content

anv/android: always create 2 graphics and compute capable queues

Tapani Pälli requested to merge tpalli/mesa:android_queues into main
anv/android: always create 2 graphics and compute capable queues

Android hwui requires 2 queues.

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>

This is draft for now since I'm not sure this change makes sense. But 2 queues is hardcoded in hwui code here:

https://cs.android.com/android/platform/superproject/main/+/main:frameworks/base/libs/hwui/renderthread/VulkanManager.cpp;drc=913e9a43e0370b85321c3e03d134978c3e34afcd;l=234

and Android UI with vulkan fails to start when having just one queue.

Merge request reports

Loading