Open
Bug 1921454
Opened 5 months ago
Updated 16 days ago
[meta] Support all `GPUImageCopyExternalImageSource` variants
Categories
(Core :: Graphics: WebGPU, task, P2)
Core
Graphics: WebGPU
Tracking
()
ASSIGNED
People
(Reporter: ErichDonGubler, Assigned: ErichDonGubler)
References
(Blocks 6 open bugs)
Details
(Keywords: meta)
Attachments
(2 files)
WIP: Bug 1921454 - feat(webgpu): bring `GPUCopyExternalImageSource` up to spec. r=#webgpu-reviewers!
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Notably, we don't accept the same set of source
s as the spec. definition. This impact applications trying to use these elements as source for external textures!
Assignee | ||
Comment 1•5 months ago
|
||
Updated•5 months ago
|
Assignee: nobody → egubler
Status: NEW → ASSIGNED
Updated•5 months ago
|
Attachment #9427750 -
Attachment description: Bug 1921454 - feat(webgpu): bring `GPUImageCopyExternalImage` up to spec. r=#webgpu-reviewers! → WIP: Bug 1921454 - feat(webgpu): bring `GPUImageCopyExternalImage` up to spec. r=#webgpu-reviewers!
Assignee | ||
Comment 2•5 months ago
|
||
Unassigning from myself; I filed a WIP patch to get the eventual assignee started. 🙂
Assignee: egubler → nobody
Status: ASSIGNED → NEW
Assignee | ||
Updated•5 months ago
|
Summary: `GPUImageCopyExternalImage` is not up to spec. → [meta] Support all `GPUImageCopyExternalImageSource` variants
Assignee | ||
Updated•5 months ago
|
Severity: S3 → --
Type: defect → task
Assignee | ||
Comment 3•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → egubler
Status: NEW → ASSIGNED
Updated•3 months ago
|
Attachment #9427750 -
Attachment description: WIP: Bug 1921454 - feat(webgpu): bring `GPUImageCopyExternalImage` up to spec. r=#webgpu-reviewers! → WIP: Bug 1921454 - feat(webgpu): bring `GPUCopyExternalImageSource` up to spec. r=#webgpu-reviewers!
Assignee | ||
Updated•3 months ago
|
Keywords: leave-open
Updated•3 months ago
|
Attachment #9439853 -
Attachment description: Bug 1921454 - refactor(webgpu): introduce `typedef … GPUImageCopyExternalImageSource` r=#webgpu-reviewers! → Bug 1921454 - refactor(webgpu): introduce `typedef … GPUCopyExternalImageSource` r=#webgpu-reviewers!
Pushed by egubler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/42b7512ce650
refactor(webgpu): introduce `typedef … GPUCopyExternalImageSource` r=webgpu-reviewers,webidl,teoxoy,smaug
Comment 5•3 months ago
|
||
bugherder |
Assignee | ||
Updated•3 months ago
|
Keywords: leave-open
You need to log in
before you can comment on or make changes to this bug.
Description
•