[Webkit-unassigned] [Bug 119167] New: GraphicsContext3D needs implementation on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 26 15:34:48 PDT 2013


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

           Summary: GraphicsContext3D needs implementation on Windows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P3
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achristensen at apple.com


GraphicsContext3D has 9 methods that are not implemented for the Apple Win port.  They're implemented for Cairo, Mac, Blackberry, Qt, and EFL, but not for the AppleWin port.  I made an implementation based on the Cairo and Mac ports, the two cousins of the AppleWin port.  It compiles and links successfully, and it's protected by USE(3D_GRAPHICS), so it won't break anything anyone is using 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