Chinmay Garde
Chinmay Garde
Closing as stale.
We discussed supporting this and came to the conclusion that the use-cases this was necessary for have been handled already. * Conflation artifacts and the case @feinstein is running into...
The [web builder is failing](https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20Web%20Framework%20tests/37783/overview) because it seems to be trying to move [a symlink that no longer exists](https://llvm.googlesource.com/llvm-project/libcxx/+/44079a4cc04cdeffb9cfe8067bfb3c276fb2bab0/test/std/).
The CI issue has been unblocked. I'll update this later today.
Still WIP but good for an initial review. The current swapchains create a new impeller::Surface around each image per acquire. I am attempting to reuse the surface as well as...
You are referring to the `HasMSAATexture` sidecar texture right? I must admit I don't remember why I setup the surface to be created each time a swapchain image is acquired....
> I think we can actually make all surfaces share the same MSAA/Depth+Stencil attachment, which should reduce memory usage for the devices without lazily allocated memory support. Oh, yeah. That's...
I'm going to leave all the caching stuff in the existing swapchains alone.
That was the render target caching. I’ve backed out the recycling. Try now. It will be slow though because no recycling. On Tue, Mar 5, 2024 at 4:21 PM Jonah...
Yeah, both should be fixed. I still haven't figure out if I can depend on Android to always fire the OnComplete callback too. If not, there is a chance of...