[Webkit-unassigned] [Bug 94751] [chromium] Use an opaque type for texture priority

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 14:46:50 PDT 2012


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





--- Comment #19 from Christopher Cameron <ccameron at chromium.org>  2012-08-23 14:46:48 PST ---
All of that said, my plan here was to make it be the case that when the state of a tab is changed, this changes the actual priorities of the various textures.

> In the short term, I plan to store information about "this is a known distance away from the viewport", so I can evict those textures that are >2-3 screens away from the viewport, without evicting the lingering textures first (but not otherwise altering the scoring scheme).  

To think about this more... that isn't a good idea -- I should change the scoring scheme now (in particular, make lingering resources be more-important-priority than all offscreen resources, so that I can just adjust the cutoff to effect changes in policy).

So I'll just abandon this patch (unless having an opaque type is considered good for its own sake, which maybe it is...).

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