[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:55:48 PDT 2011


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamesr at chromium.org




--- Comment #9 from James Robinson <jamesr at chromium.org>  2011-03-25 13:55:48 PST ---
(In reply to comment #6)
> 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.

Why not?  Seems like if I have a texture backed bitmap and I tell skia that I want it rendered into a ram-backed canvas that a readback is required.  What's other behaviors could be valid?

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

That's another argument for why this should be handled by Skia and not in WebKit code.

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