[Webkit-unassigned] [Bug 101071] New: [CSS Shaders] Remove the dependency on CustomFilterValidatedProgram from CustomFilterRenderer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 2 10:50:35 PDT 2012


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

           Summary: [CSS Shaders] Remove the dependency on
                    CustomFilterValidatedProgram from CustomFilterRenderer
           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
        Depends on: 100905


The idea is to make CustomFilterRenderer reusable in the UI process of WebKit2, so we need to remove the need of a CustomFilterValidatedProgram.

On the UI process the program is already validated and is stored as a WebCustomFilterProgram. In that case we just need a CustomFilterCompiledProgramProvider. CustomFilterValidatedProgram and WebCustomFilterProgram will both implement that interface and will be able to compile the program when needed.

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