[Webkit-unassigned] [Bug 78822] New: [Texmap] Improve the way we deal with BGRA extension

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 16 08:26:48 PST 2012


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

           Summary: [Texmap] Improve the way we deal with BGRA extension
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: noam.rosenthal at nokia.com
                CC: kenneth at webkit.org


Right now we swizzle RGB in the web process; This doesn't take onto account GL drivers that do support BGRA (all desktop drivers, for example).
Since we're going to move to an architecture where textures are uploaded in the web-process, for now we move the swizzling back to TextureMapperGL, and do it only in the case where the extension doesn't exist.

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