gecko-dev/dom/webgpu
Brad Werth c0e2f475a2 Bug 1893188: Make ComputePipeline::Cleanup gracefully handle a missing bridge. r=webgpu-reviewers,ErichDonGubler
This aligns the implementation with RenderPipeline::Cleanup(). It also
adds a drive-by assert to GetBindGroupLayout() in both classes to add
confidence that the bridge is in the expected state.

Differential Revision: https://phabricator.services.mozilla.com/D208916
2024-04-29 16:07:57 +00:00
..
crashtests
ipc Bug 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +00:00
mochitest Bug 1888996 - test(webgpu): remove webgpu test set from linux1804 platforms r=webgpu-reviewers,taskgraph-reviewers,bradwerth,bhearsum 2024-04-02 18:20:19 +00:00
tests/cts Bug 1873687 - test(webgpu): remove unused fs::existing_file in CTS vendoring script r=webgpu-reviewers,teoxoy 2024-04-25 20:58:35 +00:00
Adapter.cpp
Adapter.h
BindGroup.cpp Bug 1881518 - Recycle indices again. r=webgpu-reviewers,bradwerth 2024-04-05 07:42:05 +00:00
BindGroup.h
BindGroupLayout.cpp Bug 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +00:00
BindGroupLayout.h
Buffer.cpp Bug 1881518 - Recycle indices again. r=webgpu-reviewers,bradwerth 2024-04-05 07:42:05 +00:00
Buffer.h Bug 1881518 - Recycle indices again. r=webgpu-reviewers,bradwerth 2024-04-05 07:42:05 +00:00
CanvasContext.cpp Bug 1891132 - Add check if config exists in CanvasContext::MaybeQueueSwapChainPresent() r=webgpu-reviewers,teoxoy 2024-04-18 11:27:18 +00:00
CanvasContext.h Bug 1883810: fix(webgpu): don't enqueue OffscreenCanvases for presentation 2024-03-13 16:03:11 +00:00
CommandBuffer.cpp Bug 1883810: refactor(webgpu): subvert/targetContext/presentationContext for CommandEncoders r=webgpu-reviewers,jimb 2024-03-13 16:03:11 +00:00
CommandBuffer.h Bug 1883810: refactor(webgpu): subvert/targetContext/presentationContext for CommandEncoders r=webgpu-reviewers,jimb 2024-03-13 16:03:11 +00:00
CommandEncoder.cpp Bug 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +00:00
CommandEncoder.h Bug 1883810: fix(webgpu): don't enqueue OffscreenCanvases for presentation 2024-03-13 16:03:11 +00:00
CompilationInfo.cpp Bug 1885238 - fix(webgpu): use CompilationMessageType from server in CompilationMessage ctor. r=webgpu-reviewers,nical 2024-03-20 15:24:20 +00:00
CompilationInfo.h
CompilationMessage.cpp Bug 1885238 - fix(webgpu): use CompilationMessageType from server in CompilationMessage ctor. r=webgpu-reviewers,nical 2024-03-20 15:24:20 +00:00
CompilationMessage.h Bug 1885238 - fix(webgpu): use CompilationMessageType from server in CompilationMessage ctor. r=webgpu-reviewers,nical 2024-03-20 15:24:20 +00:00
ComputePassEncoder.cpp Bug 1712963: Simplify mValid handling in some WebGPU classes. r=webgpu-reviewers,nical 2024-04-23 15:28:22 +00:00
ComputePassEncoder.h Bug 1712963: Simplify mValid handling in some WebGPU classes. r=webgpu-reviewers,nical 2024-04-23 15:28:22 +00:00
ComputePipeline.cpp Bug 1893188: Make ComputePipeline::Cleanup gracefully handle a missing bridge. r=webgpu-reviewers,ErichDonGubler 2024-04-29 16:07:57 +00:00
ComputePipeline.h
Device.cpp Bug 1822096 - [webgpu] add plumbing for pipeline-overridable constants. r=webgpu-reviewers,webidl,smaug,nical,ErichDonGubler 2024-04-23 08:21:07 +00:00
Device.h
DeviceLostInfo.cpp
DeviceLostInfo.h
Error.cpp
Error.h
ExternalTexture.cpp
ExternalTexture.h
ExternalTextureD3D11.cpp
ExternalTextureD3D11.h
Instance.cpp Bug 1885238 - typo(webgpu): s/Canavas/Canvas r=webgpu-reviewers,nical 2024-03-20 15:24:21 +00:00
Instance.h
InternalError.cpp
InternalError.h
moz.build
ObjectModel.cpp
ObjectModel.h Bug 1881518 - Recycle indices again. r=webgpu-reviewers,bradwerth 2024-04-05 07:42:05 +00:00
OutOfMemoryError.cpp
OutOfMemoryError.h
PipelineLayout.cpp Bug 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +00:00
PipelineLayout.h
QuerySet.cpp
QuerySet.h
Queue.cpp Bug 1883791: fix(webgpu): default to elem. size 1 instead of crashing on untyped array buf. views in GPUQueue.writeBuffer r=webgpu-reviewers,nical 2024-03-11 13:48:44 +00:00
Queue.h
RenderBundle.cpp Bug 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +00:00
RenderBundle.h
RenderBundleEncoder.cpp Bug 1712963: Simplify mValid handling in some WebGPU classes. r=webgpu-reviewers,nical 2024-04-23 15:28:22 +00:00
RenderBundleEncoder.h Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,media-playback-reviewers,padenot 2024-04-22 16:00:09 +00:00
RenderPassEncoder.cpp Bug 1712963: Simplify mValid handling in some WebGPU classes. r=webgpu-reviewers,nical 2024-04-23 15:28:22 +00:00
RenderPassEncoder.h Bug 1712963: Simplify mValid handling in some WebGPU classes. r=webgpu-reviewers,nical 2024-04-23 15:28:22 +00:00
RenderPipeline.cpp Bug 1893188: Make ComputePipeline::Cleanup gracefully handle a missing bridge. r=webgpu-reviewers,ErichDonGubler 2024-04-29 16:07:57 +00:00
RenderPipeline.h
Sampler.cpp Bug 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +00:00
Sampler.h
ShaderModule.cpp Bug 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +00:00
ShaderModule.h
SupportedFeatures.cpp
SupportedFeatures.h
SupportedLimits.cpp
SupportedLimits.h
Texture.cpp Bug 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +00:00
Texture.h Bug 1890219 - Null-check the device in TextureView::Cleanup. r=webgpu-reviewers,teoxoy 2024-04-11 13:19:31 +00:00
TextureView.cpp Bug 1890219 - Null-check the device in TextureView::Cleanup. r=webgpu-reviewers,teoxoy 2024-04-11 13:19:31 +00:00
TextureView.h
Utility.cpp
Utility.h
ValidationError.cpp
ValidationError.h