Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync changes from mozilla-central gfx/wr #3842

Merged
merged 3 commits into from Jan 24, 2020
Merged

Conversation

@moz-gfx
Copy link

moz-gfx commented Jan 24, 2020

No description provided.

bpeersmoz and others added 3 commits Jan 24, 2020
…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
@moz-gfx
Copy link
Author

moz-gfx commented Jan 24, 2020

@bors-servo r=auto

@bors-servo
Copy link
Contributor

bors-servo commented Jan 24, 2020

📌 Commit c5f1f59 has been approved by auto

@bors-servo
Copy link
Contributor

bors-servo commented Jan 24, 2020

Testing commit c5f1f59 with merge 22fc635...

bors-servo added a commit that referenced this pull request Jan 24, 2020
Sync changes from mozilla-central gfx/wr
@bors-servo
Copy link
Contributor

bors-servo commented Jan 24, 2020

☀️ Test successful - status-appveyor, status-taskcluster
Approved by: auto
Pushing 22fc635 to master...

@bors-servo bors-servo merged commit c5f1f59 into servo:master Jan 24, 2020
3 checks passed
3 checks passed
Community-TC (pull_request) TaskGroup: success
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.