[Webkit-unassigned] [Bug 95057] [chromium] Allow impl-thread deletion of only some resources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 5 12:01:40 PDT 2012


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





--- Comment #32 from Eric Penner <epenner at chromium.org>  2012-09-05 12:01:53 PST ---
(From update of attachment 162173)
As a last thought, I wonder if we could avoid having two backing sets, and instead copy a custom vector of structs like:
struct ImplBacking
{ 
   Backing* backing,
   int priority;
   bool evicted;
};
Then we could just process that list before doing any other backing management in the commit (which all happens during updating textures). Thought for food.

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