intel / external-mesa

16 stars 57 forks source link

INTERNAL: anv: disable extensions for Android CTS #148

Closed renchenglei closed 4 years ago

renchenglei commented 4 years ago

This change makes following test pass: dEQP-VK.api.info.device.extensions dEQP-VK.api.info.android.no_unknown_extensions

Originally-from: Tapani Pälli tapani.palli@intel.com Test: [CTS 10.0_r3] dEQP-VK.api.info.device.extensions [CTS 10.0_r3] dEQP-VK.api.info.android.no_unknown_extensions Signed-off-by: Kevin Strasser kevin.strasser@intel.com Signed-off-by: Chenglei Ren chenglei.ren@intel.com

renchenglei commented 4 years ago

Compared with origin patch, this add some new changes to align with the latest CTS test package. Currently, we only have CTS request for Android 10. If we considered Android P in future, we could add another patch to cover the missing extension, and only back port it to Celadon P.

renchenglei commented 4 years ago

@tpalli & @feijiang1, could you help take a review of this changes? Thanks a lot!