[Webkit-unassigned] [Bug 241935] New: Don't allocate backing stores for non-animated compositing layers with zero opacity

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 23 14:25:15 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=241935

            Bug ID: 241935
           Summary: Don't allocate backing stores for non-animated
                    compositing layers with zero opacity
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mattwoodrow at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

We currently allocate (and paint) a backing store for opacity:0 layers, so that we can initiate animations faster.

Unfortunately this uses a lot of memory, so we're going to try skipping this, and allocating/painting on demand when an animation is started.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220623/c962c122/attachment.htm>


More information about the webkit-unassigned mailing list