Bug 83082
| Summary: | [chromium] Add support for antialiasing of clipped quads | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Shawn Singh <shawnsingh> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | danakj, enne, reveman, shawnsingh, vangelis |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 80806 | ||
| Bug Blocks: | |||
Shawn Singh
https://bugs.webkit.org/show_bug.cgi?id=80806 fixes a bug about disappearing layers that requires that layers to be geometrically clipped. In that bug, we're opting to bypass anti-aliasing for clipped layers, because its a potentially messy case. This bug is a follow-up to 80806 to add anti-aliasing support for clipped quads.
David and I talked offline. Some options to consider:
1. Draw the bounding box of the clipped geometry itself, and push the transform complexity to the texture coordinates.
2. Figure out the correct inflation amount in local space, that corresponds to 0.5 pixels in device space. It is possible to issue the original un-transformed quad to the GPU, and the GPU will handle correct clipping.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Shawn Singh
moved to chromium side - https://code.google.com/p/chromium/issues/detail?id=230042