Update wgpu to b51fd851 (2022-5-16)
Categories
(Core :: Graphics: WebGPU, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: jimb, Assigned: jimb)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
This brings in various fixes and refactorings.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Fix Firefox for compute_pass_dispatch functions renamed upstream.
Remove set_index_buffer ffi functions; they're now in wgpu.
Depends on D146488
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
•
|
||
We actually want to bring in https://github.com/gfx-rs/wgpu/pull/2666, which fixes bug 1759242, so putting this off until that's merged.
Assignee | ||
Comment 4•3 years ago
|
||
Fix Firefox for compute_pass_dispatch functions renamed upstream.
Remove set_index_buffer ffi functions; they're now in wgpu.
Depends on D146488
Assignee | ||
Updated•3 years ago
|
Comment 6•3 years ago
|
||
Backed out 2 changesets (bug 1769633) for causing build bustages in jimb/rust/wgpu/wgpu-core.
Backout link: https://hg.mozilla.org/integration/autoland/rev/3bd0512090212c8353ad95bd128b0367267cbf79
INFO - gmake[3]: Leaving directory '/builds/worker/workspace/obj-build'
[task 2022-05-17T00:36:52.578Z] 00:36:52 ERROR - gmake[3]: *** No rule to make target '/home/jimb/rust/wgpu/wgpu-core', needed by 'gfx/wgpu_bindings/.deps/wgpu_ffi_generated.h.stub'. Stop.
[task 2022-05-17T00:36:52.578Z] 00:36:52 INFO - gmake[3]: *** Waiting for unfinished jobs....
[task 2022-05-17T00:36:52.578Z] 00:36:52 INFO - gmake[3]: Entering directory '/builds/worker/workspace/obj-build'``
Assignee | ||
Comment 7•3 years ago
|
||
The backout occurred because I accidentally left the following lines in moz.build
:
CbindgenHeader(
"wgpu_ffi_generated.h",
inputs=[
"/gfx/wgpu_bindings",
"%/home/jimb/rust/wgpu/wgpu-core",
"%/home/jimb/rust/wgpu/wgpu-types",
],
)
![]() |
||
Comment 9•3 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f6cb6d8868cf
https://hg.mozilla.org/mozilla-central/rev/806470110fa5
Updated•1 years ago
|
Description
•