-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
Today, we allow developers to enable debug checker-boarding of offscreen rendered layers as well raster cached images. Impeller will not support the raster cache but it needs to replicate offscreen rendered layer contents (the so called "save layered" contents).
Today, this checker-boarding is implemented in flow via Skia APIs directly (which is also why it doesn't work with Impeller since it bypasses the display list). But with all the work to collapse and elide render passes, it makes sense to have a context or render pass option that makes Impeller checkerboard contents that were actually rendered via a separate render pass.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.