-
- Downloads
Bug 1594364 - Support subpx AA with picture caching in more cases. r=kvark
Instead of creating a picture caching slice for any content that is fixed position, also check if the clip(s) for the cluster are fixed position or anchored to the scroll root. This prevents WR creating slices for parallax style effects. There's not much point in doing this anyway, since those slices will invalidate due to the spatial node of the clip changing during scrolling. This also allows subpixel AA to be enabled in more situations. Differential Revision: https://phabricator.services.mozilla.com/D52621 --HG-- extra : moz-landing-system : lando
Showing
- gfx/wr/webrender/src/scene_building.rs 52 additions, 4 deletionsgfx/wr/webrender/src/scene_building.rs
- testing/web-platform/meta/css/CSS2/backgrounds/background-attachment-applies-to-001.xht.ini 0 additions, 2 deletions.../backgrounds/background-attachment-applies-to-001.xht.ini
- testing/web-platform/meta/css/CSS2/backgrounds/background-attachment-applies-to-002.xht.ini 0 additions, 2 deletions.../backgrounds/background-attachment-applies-to-002.xht.ini
- testing/web-platform/meta/css/CSS2/backgrounds/background-attachment-applies-to-003.xht.ini 0 additions, 2 deletions.../backgrounds/background-attachment-applies-to-003.xht.ini
- testing/web-platform/meta/css/CSS2/backgrounds/background-attachment-applies-to-004.xht.ini 0 additions, 2 deletions.../backgrounds/background-attachment-applies-to-004.xht.ini
- testing/web-platform/meta/css/CSS2/backgrounds/background-attachment-applies-to-005.xht.ini 0 additions, 2 deletions.../backgrounds/background-attachment-applies-to-005.xht.ini
- testing/web-platform/meta/css/CSS2/backgrounds/background-attachment-applies-to-006.xht.ini 0 additions, 2 deletions.../backgrounds/background-attachment-applies-to-006.xht.ini
- testing/web-platform/meta/css/CSS2/backgrounds/background-attachment-applies-to-007.xht.ini 0 additions, 2 deletions.../backgrounds/background-attachment-applies-to-007.xht.ini
- testing/web-platform/meta/css/CSS2/backgrounds/background-attachment-applies-to-009.xht.ini 0 additions, 2 deletions.../backgrounds/background-attachment-applies-to-009.xht.ini
- testing/web-platform/meta/css/CSS2/backgrounds/background-attachment-applies-to-012.xht.ini 0 additions, 2 deletions.../backgrounds/background-attachment-applies-to-012.xht.ini
- testing/web-platform/meta/css/CSS2/backgrounds/background-attachment-applies-to-013.xht.ini 0 additions, 2 deletions.../backgrounds/background-attachment-applies-to-013.xht.ini
- testing/web-platform/meta/css/CSS2/backgrounds/background-attachment-applies-to-014.xht.ini 0 additions, 2 deletions.../backgrounds/background-attachment-applies-to-014.xht.ini
- testing/web-platform/meta/css/CSS2/backgrounds/background-attachment-applies-to-015.xht.ini 0 additions, 2 deletions.../backgrounds/background-attachment-applies-to-015.xht.ini
- testing/web-platform/meta/css/CSS2/backgrounds/background-image-cover-attachment-001.xht.ini 0 additions, 2 deletions...backgrounds/background-image-cover-attachment-001.xht.ini
Loading
Please register or sign in to comment