Page MenuHomePhabricator

Bug 1579235 - Part 8 - Remove overlay tiles, they can be alpha tiles instead.
ClosedPublic

Authored by gw on Mar 1 2020, 8:35 PM.

Details

Summary

A previous patch in this series introduced overlay tiles. However,
now that native surfaces exist for for the opaque and alpha tiles
within a slice, we can remove the overlay tiles array and add
these special tiles to the alpha surface.

Diff Detail

Repository
rMOZILLACENTRAL mozilla-central
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

gw created this revision.Mar 1 2020, 8:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2020, 8:35 PM
phab-bot requested review of this revision.Mar 1 2020, 8:35 PM
phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: Restricted Project.
nical accepted this revision.Mar 2 2020, 10:07 AM
This revision is now accepted and ready to land.Mar 2 2020, 10:07 AM

That's cool!