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 #3815
Merged
+34
−6
Conversation
Adds a notion of empty cache items in the texture cache, that are not uploaded into textures but have a cache entry and expire like other types of entries. The motivation for this is to avoid continuously requesting invalid glyphs to be re-rasterized. Currently if a page contains invalid glyphs we gracefully fail to reasterize it but since we don't keep a trace of it in the cache it appears new each frame which cause us to schedule work on the rayon thread pool every frame at great costs. Differential Revision: https://phabricator.services.mozilla.com/D56958 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/0112c670bd65f1214aee2764657690b211eabb6f
… faces with FreeType. r=lsalzman Differential Revision: https://phabricator.services.mozilla.com/D57246 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/bf28a7e8a8a462ad596746232ab743dd892aa7b3
…n a CLOSED TREE [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/79957874d3a7a40919dfdef4f17d50238f4aa88e
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Dec 17, 2019
Sync changes from mozilla-central
|
|
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 commentedDec 17, 2019
No description provided.