Jonah Williams
Jonah Williams
Are you sure this is happening with Skia? This looks like the sort of rendering problem that could be caused by an issue in the Vulkan renderer. Either that or...
@deretame that is correct - make sure its under the application tag. additionally you can verify this by checking the logs. With Impeller you should see a log message like...
The errror message is probably relevant: E/flutter ( 5238): [ERROR:flutter/impeller/renderer/backend/vulkan/allocator_vk.cc(356)] Break on 'ImpellerValidationBreak' to inspect point of failure: Unable to allocate Vulkan Image: ErrorInitializationFailed Type: Texture2D Mode: DevicePrivate Usage: {...
Thank you! I've since ordered a similar device that uses the same Adreno 830 so i can get to the bottom of this.
I've landed a workaround on master channel. I haven't verified each different device + driver combo, so if you have time I'd appreciate if you could test and confirm if...
I believe this will also fix https://github.com/flutter/flutter/issues/159851
When this landed it caused skia gold to begin reporting untriaged goldens. I went ahead and accepted them, so things should green up. The problem I believe was the force...
Looks like there are more web changes. I'm unsure if these are expected: https://flutter-gold.skia.org/detail?grouping=name%3Dwidgets.image_filter_matrix_offset_m3%26source_type%3Dflutter&digest=725f13536274b8ee715e64df3f2d6ddc
Integration with context vk is a bit messy, since the emebdder expects to provide a lot of objects that context vk was already creating.
Sorry I don't follow