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 #3855
Merged
Conversation
The test is meant to check that tupes work and a tuple of a single element needs a comma to differentiate it from just being the element. Differential Revision: https://phabricator.services.mozilla.com/D61681 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/a6e26b09dcfcc8e42b2398593cafd87eb9899199
…r=gw Fourth iteration: improve the detail in reported tile invalidations. The invalidation enum stores the old and new values for lightweight types. For a change in PrimCount, the old and new list of ItemUids is stored (if logging is enabled); the tool can then diff the two to see what was added and removed. To convert that back into friendly strings, the interning activity is used to build up a map of ItemUid to a string. A similar special-casing of Content Descriptor will print the item that's invalidating the tile, plus the origin and/or rectangle. Also adding zoom and pan command line options both to fix high-DPI issues and also to allow zooming out far enough to see out-of-viewport cache lifetime and prefetching due to scrolling. Also fix a bug where interning updates get lost if more than one update happens without building a frame: switch to a vector of serialized updatelists (one per type) instead of allowing just one string (per type). Differential Revision: https://phabricator.services.mozilla.com/D61656 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/813768d074e3accc36dc3313d0bffb658dcc562d
|
@bors-servo r=auto |
|
|
bors-servo
added a commit
that referenced
this pull request
Feb 10, 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 commentedFeb 10, 2020
No description provided.