[Webkit-unassigned] [Bug 108304] New: WebGL: Move the format conversion for 16-bit per channel formats into Core Graphics port only

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 00:37:41 PST 2013


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

           Summary: WebGL: Move the format conversion for 16-bit per
                    channel formats into Core Graphics port only
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jun.a.jiang at intel.com


Since the 16-bit per channel formats are only used for Core Graphics port in WebGL and not a standard to represent any file format that is widely used for each platform, it is better to limit and hide this kinds of information and processing in CG specific code only. It can make the code more clear and reduce the binary size for both CG port and non-CG port.

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