Bug 81239 - [CSS Filters] Optimize the size of the composited layers when rendering filters
Summary: [CSS Filters] Optimize the size of the composited layers when rendering filters
Status: RESOLVED DUPLICATE of bug 90342
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks: 68469 155288
  Show dependency treegraph
 
Reported: 2012-03-15 11:00 PDT by Alexandru Chiculita
Modified: 2018-11-11 11:22 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***