Closed
Bug 1520664
Opened 6 years ago
Closed 6 years ago
Shrink ReferenceFrame and make easier to detect perspective frames from non-perspective ones.
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
Perspective reference frames are special. This was one of the concerns that the review of bug 1498639 had. This should shrink the size of the display item, and help to make bug 1498639 cleaner.
Assignee | ||
Comment 1•6 years ago
|
||
The only thing using both was perspective, but that's not really needed with the current setup.
This more closely matches Gecko, too.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bbc57e229df6
Bug 1498639 - Cleanup ReferenceFrame so that each of them has a single matrix. r=kvark
Comment 3•6 years ago
|
||
Backed out changeset bbc57e229df6 (Bug 1520664) for webrender bustages.
Backout: https://hg.mozilla.org/integration/autoland/rev/855970c5fa721b829d664f4596df61b5fff8163b
Push that started the failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=pending%2Crunning%2Csuccess%2Ctestfailed%2Cbusted%2Cexception&selectedJob=222493854&revision=bbc57e229df64bdf5b4fa2d86bf419686bacf496
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=222493872&repo=autoland&lineNumber=1091
Flags: needinfo?(emilio)
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/3ce47eeea41a
Cleanup ReferenceFrame so that each of them has a single matrix. r=kvark
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(emilio)
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•