[Webkit-unassigned] [Bug 100107] New: [CSS Shaders] Remove m_contextSize from the CustomFilterRenderer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 23 04:10:36 PDT 2012


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

           Summary: [CSS Shaders] Remove m_contextSize from the
                    CustomFilterRenderer.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


We would need something like CustomFilterRendererState that will contain the size and other parameters in the future. We should pass that to bindProgramBuffers instead of storing it.

There are two reasons.
1. Increase readability as separating changeable values from fixed values including shader program.
2. Be easy to reuse CustomFilterRenderer as making progress css shaders animation.

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