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

Merged
merged 2 commits into from Mar 11, 2020
Merged

Commits on Mar 11, 2020

  1. Bug 1621212 - Don't default to square texture cache pages when the sm…

    …allest extent is 32 pixels or less. r=gw
    
    The code that picks the texture cache slab size does not consider snapped extents under 64 pixels for rectangular pages, causing for example a 16x500 request to go into a 512x512 page.
    This commit allows very thin requests to get a 64x512 page.
    
    Differential Revision: https://phabricator.services.mozilla.com/D66187
    
    [ghsync] From https://hg.mozilla.org/mozilla-central/rev/03f0fbdc04416190d45e13e9aa67d9895db8240e
    nical authored and moz-gfx committed Mar 11, 2020
  2. Bug 1621371 - Update servo-fontconfig-sys to avoid intermittent build…

    jrmuizel authored and moz-gfx committed Mar 11, 2020
You can’t perform that action at this time.