[Webkit-unassigned] [Bug 96114] [chromium] Make prioritized texture manager not touch backings array on the main thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 10 12:10:29 PDT 2012


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





--- Comment #17 from Christopher Cameron <ccameron at chromium.org>  2012-09-10 12:10:51 PST ---
(In reply to comment #15)
> I think the other thing that worries me is assertInvariants(true) modifies state, so debug builds now have different behavior than release builds.  So, if there's some point where we need to have sorted backings but haven't, then assertInvariants(true) might mask that.

Very very good point.  I updated the patch to mirror the priority state on the Backing structures, and made the impl thread operate on only that state (instead of the main thread), and as a consequence, the assertInvariants argument went away.

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