gecko-dev/dom/webgpu
Brad Werth e19adb38a4 Bug 1862499: Make ComputePipeline::GetBindGroupLayout request from the compute pipeline. r=webgpu-reviewers,ErichDonGubler
This is just a fixup for a typo. The method was originally implemented
requesting a bind group layout from the render pipelines, not from the
compute pipelines, as intended.

Differential Revision: https://phabricator.services.mozilla.com/D192761
2023-11-04 00:10:07 +00:00
..
ipc Bug 1861751 Part 1: Don't attempt bind group entries for buffers with id 0. r=webgpu-reviewers,ErichDonGubler 2023-11-03 16:03:21 +00:00
mochitest Bug 1861751 Part 4: Add tests of invalid buffers in various usages. r=webgpu-reviewers,ErichDonGubler 2023-11-03 16:03:23 +00:00
tests/cts Bug 1834569: refactor(webgpu): stop stealing `out/` files from CTS codegen r=webgpu-reviewers,nical 2023-10-13 20:22:57 +00:00
Adapter.cpp Bug 1859999 - Update `wgpu` to revision 75989192a9c8f70893882ce0f4373ac217d380c3. r=webgpu-reviewers,supply-chain-reviewers,nical 2023-10-25 13:54:06 +00:00
Adapter.h
BindGroup.cpp Bug 1856306 - Crash when an object is created with an invalid ID. r=webgpu-reviewers,ErichDonGubler 2023-10-27 13:06:18 +00:00
BindGroup.h
BindGroupLayout.cpp Bug 1856306 - Crash when an object is created with an invalid ID. r=webgpu-reviewers,ErichDonGubler 2023-10-27 13:06:18 +00:00
BindGroupLayout.h
Buffer.cpp Bug 1861751 Part 2: Don't attempt to drop buffers with id 0. r=webgpu-reviewers,ErichDonGubler 2023-11-03 16:03:22 +00:00
Buffer.h
CanvasContext.cpp Bug 1860921 - Revert Texture::Destroy() and add Texture::ForceDestroy() r=webgpu-reviewers,nical 2023-10-25 09:43:58 +00:00
CanvasContext.h Bug 1856787 - Add a capability to present WebGPU without readback on Windows r=webgpu-reviewers,nical 2023-10-24 04:04:07 +00:00
CommandBuffer.cpp Bug 1856306 - Crash when an object is created with an invalid ID. r=webgpu-reviewers,ErichDonGubler 2023-10-27 13:06:18 +00:00
CommandBuffer.h
CommandEncoder.cpp Bug 1856306 - Crash when an object is created with an invalid ID. r=webgpu-reviewers,ErichDonGubler 2023-10-27 13:06:18 +00:00
CommandEncoder.h
CompilationInfo.cpp
CompilationInfo.h
CompilationMessage.cpp
CompilationMessage.h
ComputePassEncoder.cpp Bug 1856306 - Crash when an object is created with an invalid ID. r=webgpu-reviewers,ErichDonGubler 2023-10-27 13:06:18 +00:00
ComputePassEncoder.h Bug 1828123: refactor(webidl): align args. naming for `GPUComputePassEncoder.dispatchWorkgroups` with spec. r=webgpu-reviewers,webidl,peterv,teoxoy 2023-08-02 13:52:38 +00:00
ComputePipeline.cpp Bug 1862499: Make ComputePipeline::GetBindGroupLayout request from the compute pipeline. r=webgpu-reviewers,ErichDonGubler 2023-11-04 00:10:07 +00:00
ComputePipeline.h
Device.cpp Bug 1856787 - Add a capability to present WebGPU without readback on Windows r=webgpu-reviewers,nical 2023-10-24 04:04:07 +00:00
Device.h Bug 1856371 - Reimplement Pipeline::getBindGroupLayout. r=webgpu-reviewers,ErichDonGubler 2023-10-27 13:06:18 +00:00
DeviceLostInfo.cpp
DeviceLostInfo.h
Error.cpp
Error.h
ExternalTexture.cpp Bug 1856787 - Add a capability to present WebGPU without readback on Windows r=webgpu-reviewers,nical 2023-10-24 04:04:07 +00:00
ExternalTexture.h Bug 1859969 - Implement WebGPUParent::GetFrontBufferSnapshot() during presenting WebGPU without readback on Window r=gfx-reviewers,lsalzman 2023-10-29 17:31:16 +00:00
ExternalTextureD3D11.cpp Bug 1859969 - Implement WebGPUParent::GetFrontBufferSnapshot() during presenting WebGPU without readback on Window r=gfx-reviewers,lsalzman 2023-10-29 17:31:16 +00:00
ExternalTextureD3D11.h Bug 1859969 - Implement WebGPUParent::GetFrontBufferSnapshot() during presenting WebGPU without readback on Window r=gfx-reviewers,lsalzman 2023-10-29 17:31:16 +00:00
Instance.cpp Bug 1858732 - Allow WebGPU to be enabled on DOM workers via a pref, disabled by default. r=webidl,webgpu-reviewers,saschanaz,nical 2023-10-16 15:29:21 +00:00
Instance.h Bug 1858732 - Allow WebGPU to be enabled on DOM workers via a pref, disabled by default. r=webidl,webgpu-reviewers,saschanaz,nical 2023-10-16 15:29:21 +00:00
InternalError.cpp
InternalError.h
ObjectModel.cpp
ObjectModel.h
OutOfMemoryError.cpp
OutOfMemoryError.h
PipelineLayout.cpp Bug 1856306 - Crash when an object is created with an invalid ID. r=webgpu-reviewers,ErichDonGubler 2023-10-27 13:06:18 +00:00
PipelineLayout.h
QuerySet.cpp
QuerySet.h
Queue.cpp Bug 1861751 Part 3: Don't queue writes on invalid buffers. r=webgpu-reviewers,ErichDonGubler 2023-11-03 16:03:22 +00:00
Queue.h Bug 1814088: feat(webgpu): implement `GPUQueue.onSubmittedWorkDone` r=webgpu-reviewers,webidl,smaug,nical 2023-08-17 14:34:42 +00:00
RenderBundle.cpp Bug 1856306 - Crash when an object is created with an invalid ID. r=webgpu-reviewers,ErichDonGubler 2023-10-27 13:06:18 +00:00
RenderBundle.h
RenderBundleEncoder.cpp
RenderBundleEncoder.h
RenderPassEncoder.cpp
RenderPassEncoder.h
RenderPipeline.cpp Bug 1860570: Stop destroying implicit pipeline layouts and implicit bind group layouts. r=webgpu-reviewers,ErichDonGubler 2023-11-02 22:16:14 +00:00
RenderPipeline.h
Sampler.cpp Bug 1856306 - Crash when an object is created with an invalid ID. r=webgpu-reviewers,ErichDonGubler 2023-10-27 13:06:18 +00:00
Sampler.h
ShaderModule.cpp Bug 1856306 - Crash when an object is created with an invalid ID. r=webgpu-reviewers,ErichDonGubler 2023-10-27 13:06:18 +00:00
ShaderModule.h Bug 1828123: fix(webgpu): add `GPUShaderModule.getCompilationInfo` to match spec. r=webgpu-reviewers,webidl,teoxoy,smaug,saschanaz 2023-08-11 17:07:07 +00:00
SupportedFeatures.cpp
SupportedFeatures.h
SupportedLimits.cpp Bug 1846661 - Don't convert gpu limits to double. r=gfx-reviewers,ErichDonGubler 2023-08-10 13:10:28 +00:00
SupportedLimits.h Bug 1846661 - Don't convert gpu limits to double. r=gfx-reviewers,ErichDonGubler 2023-08-10 13:10:28 +00:00
Texture.cpp Bug 1856306 - Crash when an object is created with an invalid ID. r=webgpu-reviewers,ErichDonGubler 2023-10-27 13:06:18 +00:00
Texture.h Bug 1860921 - Revert Texture::Destroy() and add Texture::ForceDestroy() r=webgpu-reviewers,nical 2023-10-25 09:43:58 +00:00
TextureView.cpp Bug 1856306 - Crash when an object is created with an invalid ID. r=webgpu-reviewers,ErichDonGubler 2023-10-27 13:06:18 +00:00
TextureView.h
Utility.cpp
Utility.h
ValidationError.cpp
ValidationError.h
moz.build Bug 1855298 - convert .ini manifests to .toml: batch 10 dom/[t-z]**/mochitest.ini r=jmaher 2023-10-25 15:54:48 +00:00