[Webkit-unassigned] [Bug 98391] New: [CSS Shaders] Implement destination and lighter composite operators.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 4 02:55:30 PDT 2012


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

           Summary: [CSS Shaders] Implement destination and lighter
                    composite operators.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


Implement destination and lighter composite operators in the CSS Shaders mix function. For example:
-webkit-filter: custom(none mix(shader.fs normal lighter));

This will composite the special css_MixColor symbol in the fragment shader with the DOM element texture.

Destination and lighter are tricky enough to be their own bugs.

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