intel / external-mesa

16 stars 57 forks source link

[ww33] dEQP-VK.wsi.android.swapchain have 2 tests failed on android #92

Closed jennycao closed 6 years ago

jennycao commented 6 years ago

dEQP-VK.wsi.android.swapchain.create#image_usage | fail dEQP-VK.wsi.android.swapchain.simulate_oom#image_usage | fail

tpalli commented 6 years ago

In both of these cases only 1 subtest of total 10 tests fail and both of these failures I believe happen because Mesa Vulkan HAL module does not support using VK_IMAGE_USAGE_STORAGE_BIT in swapchain images. I'm not sure what is required to add such support.

strassek commented 6 years ago

@jennycao This should now be fixed in master, please retest.

jennycao commented 6 years ago

@strassek this issue is fixed by #100, we retest and got pass, Thanks for the fix :)