Bug 81239

Summary: [CSS Filters] Optimize the size of the composited layers when rendering filters
Product: WebKit Reporter: Alexandru Chiculita <achicu>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: krit, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 68469, 155288    

Description Alexandru Chiculita 2012-03-15 11:00:55 PDT
When WebKit renders a filter using composited layers, there's no need to use the outsets of filters such as blur or drop-shadow to enlarge the source image. Because of that we will end up having a bigger texture then required and more than that platform code should actually calculate the right outsets based on their implementation.
Comment 1 Simon Fraser (smfr) 2018-11-11 11:22:08 PST
Will be fixed via the patch in bug 90342.

*** This bug has been marked as a duplicate of bug 90342 ***