Community-oriented changes to gfx/wgpu
Categories
(Core :: Graphics: WebGPU, task, P3)
Tracking
()
People
(Reporter: kvark, Assigned: kvark)
Details
Attachments
(6 files)
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review |
This is a catch-all bug for all the changes to gfx/wgpu that do not affect Gecko as the product, but are required for the use of wgpu on native by the community. These may include:
- readme/CI/standalone configuration changes
- swapchain, surface, and presentation changes (Gecko isn't using it today)
- multi-threading changes (Gecko runs wgpu server in a single thread atm)
Some of these may become relevant soon, for example if we decide to switch to native presentation in full-screen mode of WebGPU in Firefox. Or if we start multi-threading on the server side.
| Assignee | ||
Comment 1•5 years ago
|
||
this improves the assertion messages, adds issue templates, and implements From<TextureFormat> for TextureComponentType.
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
Comment 5•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 6•5 years ago
|
||
just reducing some code
| Assignee | ||
Comment 7•5 years ago
|
||
The old way of calling into_vec on destruction was awkward
| Assignee | ||
Comment 8•5 years ago
|
||
| Assignee | ||
Comment 9•5 years ago
|
||
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
| bugherder | ||
Comment 14•5 years ago
|
||
Comment 15•5 years ago
|
||
| bugherder | ||
Comment 16•4 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:kvark, maybe it's time to close this bug?
Comment 18•4 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:kvark, maybe it's time to close this bug?
| Assignee | ||
Comment 20•4 years ago
|
||
We aren't using M-C as upstream for wgpu (any more)
Updated•4 years ago
|
Description
•