Closed
Bug 1261062
Opened 9 years ago
Closed 9 years ago
When clamping the displayport margins to the max texture size, the margin is distributed unevenly
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: kats, Assigned: kats)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
1.89 KB,
patch
|
kats
:
review+
ritu
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
The code added in bug 1135907 prevented the displayport from expanding beyond the maximum texture size. However when doing so it calculated a "budget" and then spent as much of the budget as possible on the top/left margin, using the rest for the bottom/right margin. If this code is hit, it can result in the displayport being "skewed" towards the top/left of the visible area, and so checkerboarding occurs more easily when scrolling down/right. This happened in bug 1258051 for example.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8736700 -
Flags: review?(dvander)
Attachment #8736700 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 2•9 years ago
|
||
Update r= so patch is ready for landing, to go into landing queue.
Attachment #8736700 -
Attachment is obsolete: true
Attachment #8736889 -
Flags: review+
Comment 4•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8736889 [details] [diff] [review]
Patch for landing
Approval Request Comment
[Feature/regressing bug #]: APZ
[User impact if declined]: bug 1258051 is one example - if the user's system has smaller max texture sizes they can run into checkerboarding more frequently. Not many users will run into this problem.
[Describe test coverage new/current, TreeHerder]: tested by reporter of bug 1258051, no automated coverage for this particular bug
[Risks and why]: low risk, the codepath in question is not hit very often. low-impact fix and low risk.
[String/UUID change made/needed]: none
Attachment #8736889 -
Flags: approval-mozilla-aurora?
Comment on attachment 8736889 [details] [diff] [review]
Patch for landing
Fix was verified in bug 1258051, Aurora47+
Attachment #8736889 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•9 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•