video on twitter is black with HD3000 on win7 WebRender (no gpu process)
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
(Keywords: correctness)
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
This is similar to bug 1678903 except all video seems to black. i.e. even the working videos like https://twitter.com/Twitter/status/1288540609310056450 are black.
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
It looks we hit the same gen6 compiler bug as we did in bug
1663344.
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Comment on attachment 9189884 [details]
Bug 1678924. Lower switch to if-else chain.
Beta/Release Uplift Approval Request
- User impact if declined: Some video will not show up for gen6 Intel users.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- 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): Very low risk. Just changing the shader from a switch to an if.
- String changes made/needed:
Assignee | ||
Comment 4•4 years ago
|
||
Gah, this was the wrong bug...
Comment 5•4 years ago
|
||
bugherder |
Assignee | ||
Updated•4 years ago
|
Comment 6•4 years ago
|
||
I assume we want to wait on uplifting this until bug 1679700 is ready as well? Also, are we doing any audits for other possibly-problematic switch statements given that we've hit this driver bug a couple times now?
Assignee | ||
Comment 7•4 years ago
|
||
Yes, uplifting will need to wait on bug 1679700. I have done a brief audit of other problematic switch statement and nothing jumped out. I'll double check though.
Comment 8•4 years ago
|
||
Comment on attachment 9189884 [details]
Bug 1678924. Lower switch to if-else chain.
Approved for 84.0b7.
Comment 9•4 years ago
|
||
bugherder uplift |
Description
•