[Webkit-unassigned] [Bug 253599] New: [GPU Process] Cache Gradient as a rendering resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 8 13:21:56 PST 2023


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

            Bug ID: 253599
           Summary: [GPU Process] Cache Gradient as a rendering resource
           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: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Sending the gradient data to GPUProcess every time it is used forces creating the platform gradient. To avoid creating the platform gradient, we are going to cache Gradient as a rendering resource in GPUProcess. So the object (and its platform gradient) will stay alive in GPUProcess as long as the WebProcess gradient is alive.

-- 
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/20230308/807a19e7/attachment.htm>


More information about the webkit-unassigned mailing list