[Webkit-unassigned] [Bug 100906] New: Update ValidatedCustomFilterOperation to be able to store just the strings of the shaders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 31 17:29:00 PDT 2012


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

           Summary: Update ValidatedCustomFilterOperation to be able to
                    store just the strings of the shaders
           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


Update ValidatedCustomFilterOperation to support using both the CustomFilterValidatedProgram and a simpler class that will just store the shader strings. This is needed for the WebKit2 implementation of the CoordinatedGraphicsArgumentCoders. In the UI Process it will use just the strings + maybe the precompiled shader while in the web process it use the CustomFilterValidatedProgram.

Note that CustomFilterValidatedProgram can store a reference to the WebCustomFilterProgram in order to speed up the serializations + avoid to recompile the shaders.

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