Closed
Bug 1928093
Opened 1 year ago
Closed 1 year ago
WebGPU: `unorm10-10-10-2` vertex format is not supported
Categories
(Core :: Graphics: WebGPU, defect, P2)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
134 Branch
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: ErichDonGubler, Assigned: ErichDonGubler)
Details
Attachments
(4 files)
Implemented upstream in wgpu#5477, but not plumbed through to Firefox yet.
| Assignee | ||
Comment 1•1 year ago
|
||
It was hecka spooky to see a numeric cast between these enums; we have
nothing to enforce that the enum indices remain in-sync!
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
| Assignee | ||
Comment 4•1 year ago
|
||
Pushed by egubler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b933163fd3cd
refactor(webgpu): use explicit `switch` for `GPUVertexFormat` cases r=webgpu-reviewers,jimb
https://hg.mozilla.org/integration/autoland/rev/6b11c7a59156
refactor(webgpu): s/MOZ_ASSERT/MOZ_RELEASE_ASSERT in `Convert{Vertex,Texture}Format` r=webgpu-reviewers,nical
https://hg.mozilla.org/integration/autoland/rev/83f9b5743000
feat(webgpu): add `unorm10-10-10-2` vertex format r=webgpu-reviewers,webidl,jimb,saschanaz
https://hg.mozilla.org/integration/autoland/rev/2a5abed13e77
test(webgpu): update seemingly unrelated CTS perma outcomes r=webgpu-reviewers,nical
Comment 6•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b933163fd3cd
https://hg.mozilla.org/mozilla-central/rev/6b11c7a59156
https://hg.mozilla.org/mozilla-central/rev/83f9b5743000
https://hg.mozilla.org/mozilla-central/rev/2a5abed13e77
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•