[Webkit-unassigned] [Bug 98969] New: [texmap] logic error in BitmapTextureGL::updateContents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 10 16:52:58 PDT 2012


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

           Summary: [texmap] logic error in
                    BitmapTextureGL::updateContents
           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: arno at renevier.net


Hi,
in bug #91897,
if (bytesPerLine == targetRect.width() * bytesPerPixel
has been replaced by
 if (bytesPerLine == targetRect.width() / 4
(multiplication => division)

So, the "fast path" is never used anymore

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