Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSync changes from mozilla-central gfx/wr #3842
Merged
+262
−272
Conversation
…r=gw Second part: trace the updates that are sent to the DataStore, and save at least the Insert/Remove and ItemUID as part of the wr-capture. (We could expand this with more info, eg. the actual Keys, later). TileView then reads them back and generates a color coded report to overlay with the page view. This helps to see the types and amounts of interned primitives that lead to cache invalidations. Differential Revision: https://phabricator.services.mozilla.com/D60619 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/77d7f22c81c4ac00c895b46f42a3083875fda4b2
On pages with many render tasks (typically a lot of text shadows), we spend a lot of time moving RenderTask which is a fairly large struct into the render graph's buffer. This patch avoids it by using the VecHelper trick of allocaitng space before initializing the value. Some RenderTask::new_* methods which take the render task graph in parameter were modified to add the task and return the task ID to work around borrow-checking restriction. Differential Revision: https://phabricator.services.mozilla.com/D60854 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/e30053699db0bc3c77888e789f0ba576f0904d1f
…ages on a CLOSED TREE [ghsync] From https://hg.mozilla.org/mozilla-central/rev/2caf5d24cf244b3022608b794ed88bb83313e5d0
|
@bors-servo r=auto |
|
|
bors-servo
added a commit
that referenced
this pull request
Jan 24, 2020
Sync changes from mozilla-central gfx/wr
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
moz-gfx commentedJan 24, 2020
No description provided.