-
- Downloads
Bug 1624174 - Update wgpu to get the coordinate spaces right r=jgilbert
The updated wgpu has the coordinate space fixes. Depends on - https://phabricator.services.mozilla.com/D70421 - https://phabricator.services.mozilla.com/D70432 - https://phabricator.services.mozilla.com/D70646 Differential Revision: https://phabricator.services.mozilla.com/D70140 --HG-- rename : third_party/rust/rendy-descriptor/Cargo.toml => third_party/rust/gfx-descriptor/Cargo.toml rename : third_party/rust/rendy-memory/Cargo.toml => third_party/rust/gfx-memory/Cargo.toml rename : third_party/rust/rendy-memory/src/allocator/dynamic.rs => third_party/rust/gfx-memory/src/allocator/general.rs rename : third_party/rust/rendy-memory/src/heaps/heap.rs => third_party/rust/gfx-memory/src/heaps/heap.rs rename : third_party/rust/rendy-memory/src/utilization.rs => third_party/rust/gfx-memory/src/stats.rs extra : moz-landing-system : lando
Showing
- .cargo/config.in 1 addition, 6 deletions.cargo/config.in
- Cargo.lock 83 additions, 115 deletionsCargo.lock
- Cargo.toml 1 addition, 1 deletionCargo.toml
- dom/webgpu/RenderPassEncoder.cpp 1 addition, 1 deletiondom/webgpu/RenderPassEncoder.cpp
- dom/webgpu/ipc/PWebGPU.ipdl 2 additions, 2 deletionsdom/webgpu/ipc/PWebGPU.ipdl
- dom/webgpu/ipc/WebGPUChild.cpp 13 additions, 13 deletionsdom/webgpu/ipc/WebGPUChild.cpp
- dom/webgpu/ipc/WebGPUParent.cpp 15 additions, 7 deletionsdom/webgpu/ipc/WebGPUParent.cpp
- dom/webgpu/ipc/WebGPUParent.h 3 additions, 2 deletionsdom/webgpu/ipc/WebGPUParent.h
- dom/webgpu/ipc/WebGPUSerialize.h 4 additions, 3 deletionsdom/webgpu/ipc/WebGPUSerialize.h
- dom/webgpu/ipc/WebGPUTypes.h 11 additions, 0 deletionsdom/webgpu/ipc/WebGPUTypes.h
- gfx/wgpu/Cargo.lock 92 additions, 135 deletionsgfx/wgpu/Cargo.lock
- gfx/wgpu/README.md 3 additions, 1 deletiongfx/wgpu/README.md
- gfx/wgpu/examples/compute/main.c 6 additions, 2 deletionsgfx/wgpu/examples/compute/main.c
- gfx/wgpu/examples/triangle/main.c 51 additions, 48 deletionsgfx/wgpu/examples/triangle/main.c
- gfx/wgpu/ffi/wgpu-remote.h 1364 additions, 32 deletionsgfx/wgpu/ffi/wgpu-remote.h
- gfx/wgpu/ffi/wgpu.h 47 additions, 35 deletionsgfx/wgpu/ffi/wgpu.h
- gfx/wgpu/wgpu-core/Cargo.toml 13 additions, 13 deletionsgfx/wgpu/wgpu-core/Cargo.toml
- gfx/wgpu/wgpu-core/src/binding_model.rs 5 additions, 12 deletionsgfx/wgpu/wgpu-core/src/binding_model.rs
- gfx/wgpu/wgpu-core/src/command/allocator.rs 2 additions, 5 deletionsgfx/wgpu/wgpu-core/src/command/allocator.rs
- gfx/wgpu/wgpu-core/src/command/compute.rs 28 additions, 9 deletionsgfx/wgpu/wgpu-core/src/command/compute.rs
Loading
Please register or sign in to comment