intel / external-mesa

16 stars 57 forks source link

FROMLIST: anv/android: handle storage images in vkGetSwapchainGrallocUsageANDROID #100

Closed strassek closed 6 years ago

strassek commented 6 years ago

Android P and earlier expect that the surface supports storage images, and so many of the tests fail when the framework checks for that support. The framework also includes various image format and usage combinations that are invalid for the hardware.

Drop the STORAGE restriction from the HAL and whitelist a pair of formats so that existing versions of Android can pass these tests.

Fixes: dEQP-VK.wsi.android.*

Signed-off-by: Kevin Strasser kevin.strasser@intel.com

[am from https://patchwork.freedesktop.org/patch/247681/]