Open
Bug 1924328
Opened 1 year ago
Updated 5 months ago
WebGPU: Support dual-source blending (`dual-source-blending` device feature)
Categories
(Core :: Graphics: WebGPU, enhancement, P3)
Core
Graphics: WebGPU
Tracking
()
ASSIGNED
People
(Reporter: ErichDonGubler, Assigned: ErichDonGubler)
References
(Blocks 2 open bugs)
Details
(Keywords: leave-open, webcompat:platform-bug)
User Story
user-impact-score:60
Attachments
(4 files)
Upstream WGPU issue: wgpu#6402
| Assignee | ||
Updated•1 year ago
|
Summary: WebGPU: Support dual-source blending → WebGPU: Support dual-source blending (`dual-source-blending` device feature)
| Assignee | ||
Updated•1 year ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → egubler
Status: NEW → ASSIGNED
| Assignee | ||
Updated•1 year ago
|
Keywords: leave-open
Pushed by egubler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5fec1334c4d2
feat(webgpu): recognize unimplemented `dual-source-blending` feature r=webgpu-reviewers,webidl,teoxoy,saschanaz
Comment 3•1 year ago
|
||
| bugherder | ||
| Assignee | ||
Comment 4•1 year ago
|
||
I'm going to leave the full resolution of this bug for later. With bug 1933324, users will be directed to this bug to holler if they're blocked.
| Assignee | ||
Comment 5•7 months ago
|
||
Coverage for blend factors is mostly at webgpu:api,operation,rendering,color_target_state:blending,*, but these tests skip testing these factors if the dual-source-blending feature isn't supported. This change is mostly intended to improve diagnostics while waiting for dual-source-blending is implemented.
| Assignee | ||
Comment 6•7 months ago
|
||
| Assignee | ||
Comment 7•7 months ago
|
||
| Assignee | ||
Comment 8•7 months ago
|
||
I think the implementation should be trivial, now that upstream WGPU has an implementation that supposedly worked. Fired off a Try push with some easy changes at try:c6309e98d743. 🤞🏻
Assignee: nobody → egubler
Status: NEW → ASSIGNED
Updated•5 months ago
|
Keywords: webcompat:platform-bug
Updated•5 months ago
|
User Story: (updated)
You need to log in
before you can comment on or make changes to this bug.
Description
•