Skip to content

anv/android: Enable shared presentable image support

Chris Spencer requested to merge spencercw/mesa:anv-shared-presentation into main

What does this MR do and why?

Tested on AOSP 13 with minigbm. Works with both cros and IMapper4 u_gralloc implementations, although cros is used by default because it appears first in u_grallocs. @roman.stratiienko would it make sense to swap the order, since IMapper4 is standardised and provides more functionality? (Not sure if it's expected that both are available; it's quite possible that my device is set up in a strange way.)

dEQP-VK.wsi.android.shared_presentable_image.*

08-29 19:22:37.812 30652 30675 I dEQP    : Test run totals:
08-29 19:22:37.812 30652 30675 I dEQP    :   Passed:        54/216 (25.0%)
08-29 19:22:37.812 30652 30675 I dEQP    :   Failed:        0/216 (0.0%)
08-29 19:22:37.812 30652 30675 I dEQP    :   Not supported: 162/216 (75.0%)
08-29 19:22:37.812 30652 30675 I dEQP    :   Warnings:      0/216 (0.0%)
08-29 19:22:37.812 30652 30675 I dEQP    :   Waived:        0/216 (0.0%)

Merge request reports