[Webkit-unassigned] [Bug 96448] New: [CSS Shaders] Add CustomFilterProgramType to CustomFilterProgramInfo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 11 16:34:02 PDT 2012


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

           Summary: [CSS Shaders] Add CustomFilterProgramType to
                    CustomFilterProgramInfo
           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: dino at apple.com, achicu at adobe.com
            Blocks: 71392


In the CSS Shaders implementation, we frequently make a decision based on programInfo.mixSettings.enabled. It would be nice if we used a CustomFilterProgramType enum in CustomFilterProgramInfo instead. Then, we could remove mixSettings.enabled. The enum would look something like:

enum CustomFilterProgramType {
    PROGRAM_TYPE_NO_ELEMENT_TEXTURE,
    PROGRAM_TYPE_BLENDS_ELEMENT_TEXTURE
}

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