Closed
Bug 1708224
Opened 2 years ago
Closed 2 years ago
Make draw_perspective more resilient with NaNs.
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
90 Branch
People
(Reporter: lsalzman, Assigned: lsalzman)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-release+
|
Details | Review |
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by lsalzman@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a7bc6a84d165 Make draw_perspective more resilient to NaNs. r=aosmond
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Comment 4•2 years ago
|
||
Comment on attachment 9218972 [details]
Bug 1708224 - Make draw_perspective more resilient to NaNs. r?aosmond
Beta/Release Uplift Approval Request
- User impact if declined: Linux users running SWGL get hangs in 89 as documented in bug 1714779, bug 1716160 and bug 1717089. We haven't been able to reproduce it locally and don't know the root cause yet so it's difficult to estimate the number of effected users.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It's very low risk and has ridden the trains into 90. The change just adjusts things so that we handle NaNs better.
- String changes made/needed:
Attachment #9218972 -
Flags: approval-mozilla-release?
Updated•2 years ago
|
status-firefox89:
--- → affected
tracking-firefox89:
--- → +
Comment 5•2 years ago
|
||
Comment on attachment 9218972 [details]
Bug 1708224 - Make draw_perspective more resilient to NaNs. r?aosmond
Driver for 89.0.2
Attachment #9218972 -
Flags: approval-mozilla-release? → approval-mozilla-release+
Comment 6•2 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•