Brandon DeRosier
                                            Brandon DeRosier
                                        
                                    I'm currently working on a stopgap solution for this. We might be able to support this in Skia's PNG codec directly, so I filed a request for that too: https://bugs.chromium.org/p/skia/issues/detail?id=12474
Progress update on APNGs (branch diff: https://github.com/flutter/engine/compare/master...bdero:bdero/apng-decoder): Here's a video of [this test suite](https://philip.html5.org/tests/apng/tests.html) and a few additional images (app: https://github.com/bdero/flutter-apng-tests): https://user-images.githubusercontent.com/919017/137029944-b5134797-b197-48ee-9357-5f4b429dc11d.mov The APNG stream demuxing is stable and the...
At this point, we have pretty reasonable coverage of the spec. Both blending ops and 2/3 of the dispose ops are supported (APNG_DISPOSE_OP_PREVIOUS is the one that's missing at the...
Yeah, this should be good to go as-is. Just need to swing around and add tests. The remaining validation TODOs aren't essential.
Given the additional complexity and build requirements not available on MacOS (EGL), can we make this a separate GLFW example? Perhaps under `examples/glfw_drm` with a `README.md` explaining what DRM is/pointing...
This looks like it should be good to go as soon as https://github.com/flutter/engine/pull/35022 lands
Might be worth experimenting with this a bit more before landing -- we may or may not end up needing it.
@chinmaygarde I don't think we should land this right now -- moved to ice box. I didn't find a way to tease the compiler into emitting precision info and this...
This is due to glyphs leaking into eachother when sampling from the atlas. Here's one of the more extreme cases demonstrating the issue (texture atlas is on the left and...
This should be fixed by https://github.com/flutter/engine/pull/35960.