Open
Bug 1921454
Opened 11 months ago
Updated 1 month ago
[meta] Support all `GPUCopyExternalImageSource` variants
Categories
(Core :: Graphics: WebGPU, task, P2)
Core
Graphics: WebGPU
Tracking
()
NEW
People
(Reporter: ErichDonGubler, Unassigned)
References
(Blocks 4 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 WebGPU spec.'s definition. This impacts applications trying to use these elements as source for external textures!
Reporter | ||
Comment 1•11 months ago
|
||
Updated•11 months ago
|
Assignee: nobody → egubler
Status: NEW → ASSIGNED
Updated•11 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!
Reporter | ||
Comment 2•11 months ago
|
||
Unassigning from myself; I filed a WIP patch to get the eventual assignee started. 🙂
Assignee: egubler → nobody
Status: ASSIGNED → NEW
Reporter | ||
Updated•10 months ago
|
Summary: `GPUImageCopyExternalImage` is not up to spec. → [meta] Support all `GPUImageCopyExternalImageSource` variants
Reporter | ||
Updated•10 months ago
|
Severity: S3 → --
Type: defect → task
Reporter | ||
Comment 3•9 months ago
|
||
Updated•9 months ago
|
Assignee: nobody → egubler
Status: NEW → ASSIGNED
Updated•9 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!
Reporter | ||
Updated•9 months ago
|
Blocks: webgpu-threejs
Reporter | ||
Updated•9 months ago
|
Keywords: leave-open
Updated•9 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•8 months ago
|
||
bugherder |
Reporter | ||
Updated•8 months ago
|
Keywords: leave-open
Reporter | ||
Updated•4 months ago
|
Assignee: egubler → nobody
Status: ASSIGNED → NEW
Updated•4 months ago
|
No longer blocks: webgpu-threejs
Reporter | ||
Updated•1 month ago
|
Summary: [meta] Support all `GPUImageCopyExternalImageSource` variants → [meta] Support all `GPUCopyExternalImageSource` variants
You need to log in
before you can comment on or make changes to this bug.
Description
•