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
The filters/blend-clipped test uses linear gradient shader, which uses the dithering feature.
The dithering works for the gradient tests, but fails with this one.
If I hflip the dither matrix we get a result which pretty close to what we should see. (gl_wr 1026 vs vk_wr 1335 differences)
But messes up the other tests.
We should double check our transformations (and why we differ from the original webrender).
The text was updated successfully, but these errors were encountered:
The filters/blend-clipped test uses linear gradient shader, which uses the dithering feature.
The dithering works for the gradient tests, but fails with this one.
If I hflip the dither matrix we get a result which pretty close to what we should see. (gl_wr 1026 vs vk_wr 1335 differences)
But messes up the other tests.
We should double check our transformations (and why we differ from the original webrender).
The text was updated successfully, but these errors were encountered: