Page MenuHomePhabricator

Bug 1608280 - Support a per-tile clip (valid) region for compositor tiles
AbandonedPublic

Authored by gw on Jan 10 2020, 12:47 AM.

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.
Build Status
Buildable 153040
Build 230531: arc lint + arc unit

Event Timeline

gw created this revision.Jan 10 2020, 12:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 10 2020, 12:47 AM
phab-bot requested review of this revision.Jan 10 2020, 12:47 AM
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.

Note that this doesn't pass the valid region rect to the native compositor trait yet, it is only used by the simple (WR) compositing mode. I will implement the native compositor usage of the valid region rect as a follow up.

nical accepted this revision.Jan 10 2020, 8:47 AM
This revision is now accepted and ready to land.Jan 10 2020, 8:47 AM
gw updated this revision to Diff 216856.Jan 12 2020, 9:56 PM
gw retitled this revision from Bug 1608280 - Support a per-tile clip (valid) region for compositor tiles. to Bug 1608280 - Support a per-tile clip (valid) region for compositor tiles.
gw updated this revision to Diff 216877.Jan 13 2020, 12:29 AM
apavel reopened this revision.Jan 13 2020, 8:43 PM
This revision is now accepted and ready to land.Jan 13 2020, 8:43 PM
gw abandoned this revision.Jan 20 2020, 7:31 PM

This was backed out for causing some regressions. I've decided to re-implement it with a different design, so this is no longer needed.