[Webkit-unassigned] [Bug 51498] Avoid decoding images twice in texImage2D

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 22 15:07:21 PST 2010


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





--- Comment #1 from Kenneth Russell <kbr at google.com>  2010-12-22 15:07:21 PST ---
Could you expand upon the bug description? In the situation where we are supposed to skip the browser's normal color processing (i.e, premultiplication of alpha), then a WebGL-specific decode step is necessary. What could be avoided is the "normal" decode step for the HTMLImageElement, since these images likely won't be displayed on the page; that step could be made lazy.

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