[Webkit-unassigned] [Bug 100845] New: TextureMapperLayer backing store contents are drawn upside down on screen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 31 06:07:43 PDT 2012


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

           Summary: TextureMapperLayer backing store contents are drawn
                    upside down on screen
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kalyan.kondapally at intel.com
                CC: demarchi at webkit.org


Created an attachment (id=171629)
 --> (https://bugs.webkit.org/attachment.cgi?id=171629&action=review)
fix-proposal

WebGL displays the Canvas with (0,0) being the bottom left corner.
        In GraphicsSurface::platformPaintToTextureMapper we don't set ShouldFlipTexture
        flag before painting to TextureMapper. Thus the contents are not flipped.
        It results in backing store contents being drawn upside down on screen.

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