[Webkit-unassigned] [Bug 107526] New: Optimize some operations for float type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 22 01:54:19 PST 2013


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

           Summary: Optimize some operations for float type
           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


In the implementation of texture format conversion for WebGL, some operations for float type could be optimized. One is that, divide operations could be reduced to once from twice. The other is that, use memcpy() to copy a pack of float type instead of one by one.

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