You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It fails on Qualcomm/Adreno because it's too strict. See explanation: gpuweb/gpuweb#4867
It's hard to imagine how to test this without the test being overly strict. I've been testing various platforms (see that issue) and maybe we can just update this test such that it will pass on all platforms we were able to test, e.g.:
remove the extra requirement that samples not disappear as alpha increases - Adreno doesn't adhere to this
rather than count the samples over a 1x1 area, count the samples some multiple of a 4x4 area - 4x4 the size of the block on Adreno, which is the largest I've seen so far
The text was updated successfully, but these errors were encountered:
It fails on Qualcomm/Adreno because it's too strict. See explanation: gpuweb/gpuweb#4867
It's hard to imagine how to test this without the test being overly strict. I've been testing various platforms (see that issue) and maybe we can just update this test such that it will pass on all platforms we were able to test, e.g.:
The text was updated successfully, but these errors were encountered: