[Webkit-unassigned] [Bug 78689] New: [Texmap] Fix masks and reflection edge cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 03:32:49 PST 2012


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

           Summary: [Texmap] Fix masks and reflection edge cases
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: noam.rosenthal at nokia.com


Right now we use intermediate buffers in a rudimentary way, but we don't support all the use cases.
For example, if a layer has both a mask, opacity, and reflection, the reflection has to be applied after the mask but before the opacity.
Also, filters have to be applied before the mask/reflection.

TextureMapperLayer has to be fixed to support those cases, though it's a low priority since reflections are not widely used.

-- 
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