[Webkit-unassigned] [Bug 115092] New: [BlackBerry] Remove the setContentsToColor flavor of LayerTiler::TextureJob

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 24 00:27:17 PDT 2013


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

           Summary: [BlackBerry] Remove the setContentsToColor flavor of
                    LayerTiler::TextureJob
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: anilsson at rim.com
                CC: rwlbuis at gmail.com, jpetsovits at blackberry.com,
                    cgarcia at igalia.com, anlo at rim.com, anilsson at rim.com


This is dead code that was used with the Skia backend, but no longer useful. With Skia, when we detected that a layer contained only solid color, we'd draw a 1x1 texture containing that color across the layer bounds. With the GL renderer, for solid color layers the display list will only contain commands to draw the solid color, so the optimization is "built in". This cleanup is done as part of PR 273550.

The WebOverlay still uses the TextureCacheCompositingThread::textureForColor() so that one can stay for now.

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