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

Merged
merged 4 commits into from Feb 13, 2019
Merged

Sync changes from mozilla-central #3552

merged 4 commits into from Feb 13, 2019

Commits on Feb 13, 2019

  1. Bug 1524797 - WR: rework the relative transform query on a clip-scrol…

    …l tree r=gw
    
    This change rewords get_relative_transform and assotiated pieces of logic,
    so that we flatten the transforms at preserve-3d context boundaries.
    
    It addresses a problem found by 1524797 but doesn't resolve the bug yet (!).
    There is another issue likely contributing here, and we can treat this PR
    as WIP and not merge until the case is completely resolved.
    
    Differential Revision: https://phabricator.services.mozilla.com/D19254
    
    [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/87dac4d84c6b78511849fe117c327620980b4ee2
    kvark authored and moz-gfx committed Feb 13, 2019
  2. Bug 1526235 - WR draw image tiles as segments r=gw,nical

    We are currently drawing tiles as separate primitives. This doesn't work well for
    masking out edge AA between tiles, since they aren't aware of each other.
    
    The change switches image tiles to be drawn as segments sharing the same header.
    
    Differential Revision: https://phabricator.services.mozilla.com/D19458
    
    [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/e4db508a2d78aeabf5900e90f345acd083b3d290
    kvark authored and moz-gfx committed Feb 13, 2019
You can’t perform that action at this time.