[Webkit-unassigned] [Bug 57104] getCSSCanvasContext does not work with SKIA_GPU

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 25 13:49:27 PDT 2011


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





--- Comment #6 from Mike Reed <reed at google.com>  2011-03-25 13:49:27 PST ---
Skia automatically will draw a texture-backed-bitmap to a gl context, and a ram-backed-bitmap to a gl context. It does not automatically do the reverse: texture-backed-bitmap to a ram-backed canvas.

If/when the layers and root of webkit are also gl-context backed, then we will be able to remove this code (and other) since we'll be in the optimal texture->texture drawing case.

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