[Webkit-unassigned] [Bug 78675] [Qt][WK2] Manage graphics buffers in the web process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 7 07:30:59 PDT 2012


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





--- Comment #1 from Noam Rosenthal <noam.rosenthal at nokia.com>  2012-04-07 07:30:58 PST ---
The plan right now is to contribute this in two patches:
1. Instead of using a ShareableBitmap for each update, use a big ShareableBitmap that's divided to smaller updates, like an atlas.
2. Create a GraphicsSurface class that supports software/hardware rendering and fast (DMA) copying, to be implemented differently for different platforms - first implementation with IOSurfaces for Mac.

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