[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
Thu Jan 17 01:48:29 PST 2013


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





--- Comment #2 from Jun Jiang <jun.a.jiang at intel.com>  2013-01-17 01:50:16 PST ---
Chromium can support GL_EXT_texture_format_BGRA8888 extension now. It requires InternalFormat set to Extensions3D::BGRA_EXT first and will wrap it back to RGBA8 when it call glTexImage2D(..). Will upload patch for review soon.

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