Closed
Bug 1596128
Opened 5 years ago
Closed 5 years ago
Implement WebGPU compute
Categories
(Core :: Graphics: WebGPU, enhancement, P3)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: kvark, Assigned: kvark)
References
Details
Attachments
(2 files)
This bug captures the API surface needed to run basic compute jobs in our WebGPU implementation, including the following bits:
- buffer creation and mapping
- compute pass recording
- command buffer creation and submission
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → dmalyshau
Keywords: leave-open
Assignee | ||
Comment 1•5 years ago
|
||
this is a pre-requisite for further development
Pushed by dmalyshau@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4ed43cb9ccc5
Update wgpu to the version that has a separate wgpu-core
Comment 3•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Blocks: webgpu-mvp
Assignee | ||
Comment 4•5 years ago
|
||
Update third party dependencies
WebGPU command encoder creation
WebGPU CommandBuffer creation
Updated•5 years ago
|
Attachment #9120804 -
Attachment description: [WIP] WebGPU compute passes → WebGPU compute passes
Assignee | ||
Updated•5 years ago
|
Status: NEW → ASSIGNED
Keywords: leave-open
Pushed by dmalyshau@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bb908b915683
WebGPU compute passes r=jgilbert,webidl,bzbarsky
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•