[Webkit-unassigned] [Bug 100533] New: [CSS Shaders] CustomFilterOperation should be converted to ValidatedCustomFilterOperation before using it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 26 09:24:53 PDT 2012


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

           Summary: [CSS Shaders] CustomFilterOperation should be
                    converted to ValidatedCustomFilterOperation before
                    using it
           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: achicu at adobe.com


CustomFilterOperation is too hard to use in platform code and we need a simplified version of it. This bug will create a new class called ValidatedCustomFilterOperation and use that instead of the CustomFilterOperation in the platform code.

The difference between CustomFilterOperation and ValidatedCustomFilterOperation is that the later already has the shaders loaded and verified to comply with the specification. At that point the shaders should be ready to be used in a WebGL compliant context.

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