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 #3892

Merged
merged 4 commits into from Mar 25, 2020
Merged

Commits on Mar 24, 2020

  1. Backed out 2 changesets (bug 1618000) for wrench bustages. CLOSED TREE

    Backed out changeset c72b18b22267 (bug 1618000)
    Backed out changeset 9bc71e7b317b (bug 1618000)
    
    [ghsync] From https://hg.mozilla.org/mozilla-central/rev/fc4c4e983d42d9bf0600385276e6e23c22a7eaa9
    Razvan Maries authored and moz-gfx committed Mar 24, 2020
  2. Bug 1623791 - Remove segment gridding optimization. r=nical

    This is no longer as important, with picture caching. Removing it
    will simplify the planned changes to switch to a simpler segment
    model based on nine-patch rectangles during scene building.
    
    Differential Revision: https://phabricator.services.mozilla.com/D67792
    
    [ghsync] From https://hg.mozilla.org/mozilla-central/rev/5d5fee77d845a14efd3bb4f3988c5ecb1abbae80
    gw3583 authored and moz-gfx committed Mar 24, 2020
  3. Bug 1622254 - Match repeating tile sizes more aggresively to their sn…

    …apped bounds. r=kvark
    
    When we calculate the repeating tile size, errors can be introduced,
    such that there are cases it should be the same as the bounds, but is
    slightly different. This can cause a new repetition where we did not
    expect one. This patch makes the comparison when may force the tile size
    to be the same as the snapped bounds more fuzzy.
    
    Differential Revision: https://phabricator.services.mozilla.com/D67620
    
    [ghsync] From https://hg.mozilla.org/mozilla-central/rev/93cf130f59f97acc6ebb84c3505880cdcaca36c0
    aosmond authored and moz-gfx committed Mar 24, 2020
You can’t perform that action at this time.