[Webkit-unassigned] [Bug 61388] [chromium] edge aliasing on 3D transformed elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 24 13:23:45 PDT 2011


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





--- Comment #1 from David Reveman <reveman at google.com>  2011-05-24 13:23:45 PST ---
Created an attachment (id=94677)
 --> (https://bugs.webkit.org/attachment.cgi?id=94677&action=review)
Layer anti-aliasing

Patch implements anti-aliasing by adding transparent borders around layers and adjusting vertices to make sure we process all necessary fragments.

This approach handles tiled layers properly and produces smooth edges that match bi-linear filter output.

Known issues:
- Creates textures that are 1 or 2 pixels larger than the tile size.
- Makes the assumption that textures are initialized to transparent black.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list