intel / external-mesa

16 stars 57 forks source link

Android 19.3.3 #145

Closed renchenglei closed 4 years ago

renchenglei commented 4 years ago

Upgrade Mesa from 19.1.6 to 19.3.3

renchenglei commented 4 years ago
Module Passed Failed Assumption Failure Ignored Total Tests Done
x86 CtsDeqpTestCases 497017 3 0 0 497020 true
x86_64 CtsDeqpTestCases 497017 3 0 0 497020 true

dEQP-EGL.functional.sharing.gles2.multithread.random.textures.gen_delete#15 failed on x86_64 and x86, this is one known issue, @kanlihu, after we have switched to 19.3.3, please help back port your patch, thanks a lot! dEQP-VK.api.info.device#extensions/dEQP-VK.api.info.android#no_unknown_extensions failed on x86_64 and x86. This is also known to us. The extensions supported in mesa 19.3.3 are much more than CTS test cases. In previous, we would disable some extensions that still not included in cts cases to pass this, refer to https://github.com/renchenglei/external-mesa/blob/rebase_diff/Android-19.1.6/0012-INTERNAL-anv-disable-extensions-for-Android-CTS.patch. As CTS is not "must pass" for virtualization solution, so we could accept some little failure now.