Jonah Williams
Jonah Williams
@flar had feedback that he'd like me to separate the ColorSource type from the Filter type, so I'll follow up with that next.
From offline discussion @flar and I agree that this is more of a ColorFilter than an ImageFilter, as we cannot change the render bounds (except for flooding the clip). To...
This on hold indefinitely. Its also not really a color filter, and I'm concerned we're going to get stuck with bad semantics so I'm going back to the drawing board.
Okay, I had more thoughts about this: * Its not a fully functional ImageFilter, because we can't control the bounds. * Its not a color filter either, as exposing the...
From offline discussion, lets add a Matrix option to provide some means of transforming the input pixels.
NVM we're not going to do the matrix approach. Adding @gaaclarke for the impeller side of things
Android emulators sometimes don't work great. I would not be surprised if this is a problem with the Vulkan driver on older emulator APIs, we'd have to ask about it.
@NobodyForNothing When you say "new emulator" do you mean a newer API level with the same emulator version, or did you update the android emulator?
No that is working as expected, the older emulator versions don't really work correctly. Nothing we can do about that besides update to the fixed versions.
See https://github.com/flutter/flutter/issues/146297 Closing as this is WAI. We'll try to make it more obvious when folks need to update the emulator.