gecko-dev/dom/webgpu
Dzmitry Malyshau fd414128b4 Bug 1680377 - WebGPU error scopes r=webidl,emilio
Implements the error scopes - primary way of getting the errors back from WebGPU.
Currently we ignore the filter.

Differential Revision: https://phabricator.services.mozilla.com/D118741
2021-07-08 20:24:12 +00:00
..
ffi
ipc Bug 1680377 - WebGPU error scopes r=webidl,emilio 2021-07-08 20:24:12 +00:00
mochitest Bug 1680377 - WebGPU error scopes r=webidl,emilio 2021-07-08 20:24:12 +00:00
Adapter.cpp Bug 1705531 - Hook up Adapter to Limits and Features for CC r=jgilbert 2021-04-16 21:08:11 +00:00
Adapter.h Bug 1705531 - Hook up Adapter to Limits and Features for CC r=jgilbert 2021-04-16 21:08:11 +00:00
AdapterFeatures.cpp Bug 1622846 - Update WebGPU API with wgpu r=jgilbert,webidl,smaug 2021-03-04 21:25:46 +00:00
AdapterFeatures.h Bug 1697509 - Fix WebGPU shaders and adapter limits r=jgilbert 2021-03-16 22:57:08 +00:00
AdapterLimits.cpp Bug 1622846 - Update WebGPU API with wgpu r=jgilbert,webidl,smaug 2021-03-04 21:25:46 +00:00
AdapterLimits.h Bug 1697509 - Fix WebGPU shaders and adapter limits r=jgilbert 2021-03-16 22:57:08 +00:00
BindGroup.cpp
BindGroup.h
BindGroupLayout.cpp Bug 1681765 - Fix accessing implicit WebGPU layouts r=jimb 2021-05-27 15:08:02 +00:00
BindGroupLayout.h Bug 1709462 - Fix freeing of WebGPU bind group layouts r=jimb 2021-05-18 16:26:27 +00:00
Buffer.cpp Bug 1704911 - Fix Shmem circulation for buffers that are both mappable and mapped at creation r=jgilbert 2021-04-16 22:32:44 +00:00
Buffer.h Bug 1704911 - Fix Shmem circulation for buffers that are both mappable and mapped at creation r=jgilbert 2021-04-16 22:32:44 +00:00
CanvasContext.cpp Bug 1637972 - WebGPU handle canvas resize r=aosmond 2021-04-27 18:36:48 +00:00
CanvasContext.h Bug 1637972 - WebGPU handle canvas resize r=aosmond 2021-04-27 18:36:48 +00:00
CommandBuffer.cpp Bug 1711587 - Support multiple canvases in WebGPU command encoder r=jimb 2021-05-20 19:20:03 +00:00
CommandBuffer.h Bug 1711587 - Support multiple canvases in WebGPU command encoder r=jimb 2021-05-20 19:20:03 +00:00
CommandEncoder.cpp Bug 1713162 - Detect copies into WebGPU swapchain for presentation r=jimb 2021-05-27 17:20:28 +00:00
CommandEncoder.h Bug 1711587 - Support multiple canvases in WebGPU command encoder r=jimb 2021-05-20 19:20:03 +00:00
CompilationInfo.cpp Bug 1622846 - Update WebGPU API with wgpu r=jgilbert,webidl,smaug 2021-03-04 21:25:46 +00:00
CompilationInfo.h Bug 1622846 - Update WebGPU API with wgpu r=jgilbert,webidl,smaug 2021-03-04 21:25:46 +00:00
CompilationMessage.cpp Bug 1622846 - Update WebGPU API with wgpu r=jgilbert,webidl,smaug 2021-03-04 21:25:46 +00:00
CompilationMessage.h Bug 1622846 - Update WebGPU API with wgpu r=jgilbert,webidl,smaug 2021-03-04 21:25:46 +00:00
ComputePassEncoder.cpp
ComputePassEncoder.h Bug 1710679 - Implement WebGPU render bundles r=webidl,jgilbert,smaug 2021-05-26 20:30:45 +00:00
ComputePipeline.cpp Bug 1681765 - Fix accessing implicit WebGPU layouts r=jimb 2021-05-27 15:08:02 +00:00
ComputePipeline.h Bug 1709462 - Fix freeing of WebGPU bind group layouts r=jimb 2021-05-18 16:26:27 +00:00
Device.cpp Bug 1680377 - WebGPU error scopes r=webidl,emilio 2021-07-08 20:24:12 +00:00
Device.h Bug 1680377 - WebGPU error scopes r=webidl,emilio 2021-07-08 20:24:12 +00:00
DeviceLostInfo.cpp
DeviceLostInfo.h
Instance.cpp Bug 1697509 - Fix WebGPU shaders and adapter limits r=jgilbert 2021-03-16 22:57:08 +00:00
Instance.h
ObjectModel.cpp Bug 1622846 - Update WebGPU API with wgpu r=jgilbert,webidl,smaug 2021-03-04 21:25:46 +00:00
ObjectModel.h
OutOfMemoryError.cpp
OutOfMemoryError.h
PipelineLayout.cpp
PipelineLayout.h
QuerySet.cpp Bug 1622846 - Update WebGPU API with wgpu r=jgilbert,webidl,smaug 2021-03-04 21:25:46 +00:00
QuerySet.h Bug 1622846 - Update WebGPU API with wgpu r=jgilbert,webidl,smaug 2021-03-04 21:25:46 +00:00
Queue.cpp Bug 1622846 - Update wgpu and WebGPU IDL for the new copy views API r=webidl,jgilbert,smaug 2021-04-08 14:35:42 +00:00
Queue.h Bug 1622846 - Update wgpu and WebGPU IDL for the new copy views API r=webidl,jgilbert,smaug 2021-04-08 14:35:42 +00:00
RenderBundle.cpp Bug 1710679 - Implement WebGPU render bundles r=webidl,jgilbert,smaug 2021-05-26 20:30:45 +00:00
RenderBundle.h Bug 1710679 - Implement WebGPU render bundles r=webidl,jgilbert,smaug 2021-05-26 20:30:45 +00:00
RenderBundleEncoder.cpp Bug 1710679 - Implement WebGPU render bundles r=webidl,jgilbert,smaug 2021-05-26 20:30:45 +00:00
RenderBundleEncoder.h Bug 1710679 - Implement WebGPU render bundles r=webidl,jgilbert,smaug 2021-05-26 20:30:45 +00:00
RenderPassEncoder.cpp Bug 1710679 - Implement WebGPU render bundles r=webidl,jgilbert,smaug 2021-05-26 20:30:45 +00:00
RenderPassEncoder.h Bug 1710679 - Implement WebGPU render bundles r=webidl,jgilbert,smaug 2021-05-26 20:30:45 +00:00
RenderPipeline.cpp Bug 1681765 - Fix accessing implicit WebGPU layouts r=jimb 2021-05-27 15:08:02 +00:00
RenderPipeline.h Bug 1709462 - Fix freeing of WebGPU bind group layouts r=jimb 2021-05-18 16:26:27 +00:00
Sampler.cpp
Sampler.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
ShaderModule.cpp
ShaderModule.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
SwapChain.cpp Bug 1637972 - WebGPU handle canvas resize r=aosmond 2021-04-27 18:36:48 +00:00
SwapChain.h Bug 1637972 - WebGPU handle canvas resize r=aosmond 2021-04-27 18:36:48 +00:00
Texture.cpp Bug 1622846 - Update wgpu and WebGPU IDL for the new copy views API r=webidl,jgilbert,smaug 2021-04-08 14:35:42 +00:00
Texture.h
TextureView.cpp
TextureView.h
ValidationError.cpp
ValidationError.h
moz.build Bug 1622846 - Update WebGPU API with wgpu r=jgilbert,webidl,smaug 2021-03-04 21:25:46 +00:00