gecko-dev/dom/webgpu
Dzmitry Malyshau 84fe9a5693 Bug 1622846 - WebGPU new mapping API r=webidl,jgilbert,smaug
This PR updates wgpu to 64ae59072d
It has a number of things (API updates, correctness fixes, etc), but the biggest part is the new mapping API.

Differential Revision: https://phabricator.services.mozilla.com/D92636
2020-10-19 15:08:55 +00:00
..
ffi Bug 1622846 - WebGPU new mapping API r=webidl,jgilbert,smaug 2020-10-19 15:08:55 +00:00
ipc Bug 1622846 - WebGPU new mapping API r=webidl,jgilbert,smaug 2020-10-19 15:08:55 +00:00
mochitest Bug 1622846 - WebGPU new mapping API r=webidl,jgilbert,smaug 2020-10-19 15:08:55 +00:00
Adapter.cpp
Adapter.h
BindGroup.cpp
BindGroup.h
BindGroupLayout.cpp
BindGroupLayout.h
Buffer.cpp Bug 1622846 - WebGPU new mapping API r=webidl,jgilbert,smaug 2020-10-19 15:08:55 +00:00
Buffer.h Bug 1622846 - WebGPU new mapping API r=webidl,jgilbert,smaug 2020-10-19 15:08:55 +00:00
CanvasContext.cpp
CanvasContext.h
CommandBuffer.cpp
CommandBuffer.h
CommandEncoder.cpp Bug 1653161 - Implement Queue.writeBuffer and writeTexture in WebGPU r=jgilbert,webidl,smaug 2020-07-28 22:26:21 +00:00
CommandEncoder.h Bug 1653161 - Implement Queue.writeBuffer and writeTexture in WebGPU r=jgilbert,webidl,smaug 2020-07-28 22:26:21 +00:00
ComputePassEncoder.cpp Bug 1654244 - Expose indirect draws and dispatches r=webidl,smaug 2020-07-21 13:20:18 +00:00
ComputePassEncoder.h Bug 1654244 - Expose indirect draws and dispatches r=webidl,smaug 2020-07-21 13:20:18 +00:00
ComputePipeline.cpp
ComputePipeline.h
Device.cpp Bug 1622846 - WebGPU new mapping API r=webidl,jgilbert,smaug 2020-10-19 15:08:55 +00:00
Device.h Bug 1622846 - WebGPU new mapping API r=webidl,jgilbert,smaug 2020-10-19 15:08:55 +00:00
DeviceLostInfo.cpp
DeviceLostInfo.h
Fence.cpp
Fence.h
Instance.cpp
Instance.h
ObjectModel.cpp
ObjectModel.h
OutOfMemoryError.cpp
OutOfMemoryError.h
PipelineLayout.cpp
PipelineLayout.h
Queue.cpp Bug 1653161 - Implement Queue.writeBuffer and writeTexture in WebGPU r=jgilbert,webidl,smaug 2020-07-28 22:26:21 +00:00
Queue.h Bug 1653161 - Implement Queue.writeBuffer and writeTexture in WebGPU r=jgilbert,webidl,smaug 2020-07-28 22:26:21 +00:00
RenderBundle.cpp
RenderBundle.h
RenderBundleEncoder.cpp
RenderBundleEncoder.h
RenderPassEncoder.cpp Bug 1653161 - Implement Queue.writeBuffer and writeTexture in WebGPU r=jgilbert,webidl,smaug 2020-07-28 22:26:21 +00:00
RenderPassEncoder.h Bug 1654244 - Expose indirect draws and dispatches r=webidl,smaug 2020-07-21 13:20:18 +00:00
RenderPipeline.cpp
RenderPipeline.h
Sampler.cpp
Sampler.h
ShaderModule.cpp
ShaderModule.h
SwapChain.cpp
SwapChain.h
Texture.cpp Bug 1653161 - Implement Queue.writeBuffer and writeTexture in WebGPU r=jgilbert,webidl,smaug 2020-07-28 22:26:21 +00:00
Texture.h Bug 1653161 - Implement Queue.writeBuffer and writeTexture in WebGPU r=jgilbert,webidl,smaug 2020-07-28 22:26:21 +00:00
TextureView.cpp
TextureView.h
ValidationError.cpp
ValidationError.h
moz.build