-
Notifications
You must be signed in to change notification settings - Fork 279
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 #4842
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…-reviewers,lsalzman This allows extending render task indices to 32 bits without requiring an increase in the vertex / instance size. Differential Revision: https://phabricator.services.mozilla.com/D202526 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/b9f2c3f5a805a94fdebf367e5e0bdb964074a3e7
@bors-servo r=auto |
- Increase the border of the rectangles rendered for the APZ minimap. - Alter the order in which the minimap rectangles are drawn, such that the larger rects are drawn first. Differential Revision: https://phabricator.services.mozilla.com/D198203 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/b393aaa0e4618b62dc5f2d2c1376610beedb39c1
@bors-servo r=auto |
📌 Commit 315b45c has been approved by |
@bors-servo r=auto |
📌 Commit 8d8d0ed has been approved by |
…16 bug 1882321 bug 1882367. CLOSED TREE [ghsync] From https://hg.mozilla.org/mozilla-central/rev/3eb7bb0e7d35712bdcc53bfffb762441a05a7c11
@bors-servo r=auto |
📌 Commit f07d5b7 has been approved by |
…ewers,lsalzman It's no longer used now that the quad-based image mask code is stable and used everywhere. Differential Revision: https://phabricator.services.mozilla.com/D202889 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/a1e06392575fdfdb7677edec1f9e5bf07f3610a9
…ers,gw See: - https://github.com/rust-lang/rfcs/blob/master/text/3373-avoid-nonlocal-definitions-in-fns.md - https://doc.rust-lang.org/reference/items/constant-items.html#unnamed-constant Peek-poke generate code that will likely be rejected by a future version of rust: implementation of traits inside an expression (the const in our case) that is visible outside of the expression. Fortunately there is an exception for unnamed consts (likely because of the existing ecosystem of macros that declare items in anonymous dummy consts to scope thinsg like imports). So this PR replaced the dummy _DERIVE_peek_poke_FOR_??? const with an unnamed one. Differential Revision: https://phabricator.services.mozilla.com/D202715 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/08141e744d45bfe826834e52bf84fdd8fb921eb9
@bors-servo r=auto |
📌 Commit 8ddce6f has been approved by |
@bors-servo r=auto |
📌 Commit 3ef9354 has been approved by |
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.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.