[Webkit-unassigned] [Bug 91562] New: [chromium] On Windows the compositor code draws flipped textures.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 17 17:19:31 PDT 2012


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

           Summary: [chromium] On Windows the compositor code draws
                    flipped textures.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ananta at chromium.org


This can be reproduced in Chromium with the command line switch --enable-accelerated-video-decode
which enables accelerated video decoding.

With this flag on, if you navigate to http://w3schools.com/html5/tryit.asp?filename=tryhtml5_video_all
you can see that the video is flipped.

The flipped flag needs to be set to false in the CCVideoLayerImpl::appendQuads function in the CCVideoLayerImpl.cpp
file.

Will upload a patch in a bit.

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