[Webkit-unassigned] [Bug 114637] New: [CSS Shaders] Move CustomFilterProgramMixSettings out of CustomFilterProgramInfo.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 15 14:17:08 PDT 2013


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

           Summary: [CSS Shaders] Move CustomFilterProgramMixSettings out
                    of CustomFilterProgramInfo.h
           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: mvujovic at adobe.com
                CC: michelangelo at webkit.org, achicu at adobe.com
            Blocks: 71392


Sometimes we just want to pull in mix settings, without pulling in the program info.

We are moving toward using program info as just a hash key for caching CustomFilterProgram(s). We shouldn't be using it to transport data.

We should give mix settings its own header, or maybe put it in the CustomFilterProgram header, if it turns out that CustomFilterProgram and mix settings are always used together.

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