[Webkit-unassigned] [Bug 102215] WebGL: Avoid unnecessary format conversion for texImage2D by using GL extension

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 14 05:38:12 PST 2012


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





--- Comment #1 from Jun Jiang <jun.a.jiang at intel.com>  2012-11-14 05:39:59 PST ---
Some platform, such as Chromium, requires that the internalformat should be the same as the format in the pixel data. This limits the format should be RGBx only. If the limitation is removed in Chromium, the format could be BGRx if GL extension supports BGRx and the conversion in texImage2D could be avoided when the format in pixel data is BGRx.  
Therefore, before this patch is landed, the limitation that format and internalformat of texImage2D should be the same must be removed first.

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