gecko-dev/dom/webgpu
2024-03-22 04:13:28 +00:00
..
crashtests Bug 1809567: Propagate promise creation failures in mozilla::webgpu::Device::CreateShaderModule. r=webgpu-reviewers,webidl,smaug,saschanaz,ErichDonGubler 2024-01-06 17:06:19 +00:00
ipc Bug 1885238 - fix(webgpu): add missing ser/de for CompilationMessage offset and length over IPC r=webgpu-reviewers,nical 2024-03-20 15:24:19 +00:00
mochitest Bug 1885238: apply code formatting via Lando 2024-03-20 16:01:13 +00:00
tests/cts Bug 1873696, part 2: test(webgpu): adjust vendored CTS file perms. to match upstream for Unix platforms r=webgpu-reviewers,nical 2024-01-12 16:19:25 +00:00
Adapter.cpp Bug 1640839 - Stop generating a sentinel value at the end of WebIDL enums. r=mccr8,jgilbert,media-playback-reviewers,padenot 2024-03-02 07:50:25 +00:00
Adapter.h
BindGroup.cpp Bug 1865311 - Fix inconsistent destroy/drop naming in webgpu IPC. r=webgpu-reviewers,ErichDonGubler 2023-11-17 20:11:22 +00:00
BindGroup.h
BindGroupLayout.cpp Bug 1865311 - Fix inconsistent destroy/drop naming in webgpu IPC. r=webgpu-reviewers,ErichDonGubler 2023-11-17 20:11:22 +00:00
BindGroupLayout.h
Buffer.cpp Bug 1877985 - Forward validation errors in buffer map and getMappedRange. r=webgpu-reviewers,ErichDonGubler 2024-02-08 14:38:43 +00:00
Buffer.h
CanvasContext.cpp Bug 1843891 - Enable to present WebGPU without readback with DX12 on Windows r=webgpu-reviewers,nical 2024-03-22 04:13:28 +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 1883810: fix(webgpu): don't enqueue OffscreenCanvases for presentation 2024-03-13 16:03:11 +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 1878308 - Move the compute pass remoting logic into wgpu bindings. r=webgpu-reviewers,ErichDonGubler 2024-02-26 08:31:37 +00:00
ComputePassEncoder.h Bug 1878308 - Move the compute pass remoting logic into wgpu bindings. r=webgpu-reviewers,ErichDonGubler 2024-02-26 08:31:37 +00:00
ComputePipeline.cpp Bug 1880081 - Don't crash the content process if the GPU process goes down. r=webgpu-reviewers,ErichDonGubler 2024-02-13 16:57:08 +00:00
ComputePipeline.h
Device.cpp Bug 1877488: feat(webgpu): make GPUProgrammableStage.entryPoint optional r=webgpu-reviewers,webidl,nical,saschanaz 2024-03-04 15:35:09 +00:00
Device.h Bug 1809567: Propagate promise creation failures in mozilla::webgpu::Device::CreateShaderModule. r=webgpu-reviewers,webidl,smaug,saschanaz,ErichDonGubler 2024-01-06 17:06:19 +00:00
DeviceLostInfo.cpp
DeviceLostInfo.h
Error.cpp
Error.h
ExternalTexture.cpp Bug 1863474 - Add a capability of handling ID3D11Fence and ID3D12Fence handling to WebGPU r=webgpu-reviewers,nical 2024-01-23 02:41:49 +00:00
ExternalTexture.h Bug 1863474 - Add a capability of handling ID3D11Fence and ID3D12Fence handling to WebGPU r=webgpu-reviewers,nical 2024-01-23 02:41:49 +00:00
ExternalTextureD3D11.cpp Backed out changeset 10faf99bbe8f (bug 1880016) as request by sotaro. 2024-02-13 18:13:04 +02:00
ExternalTextureD3D11.h Bug 1863474 - Add a capability of handling ID3D11Fence and ID3D12Fence handling to WebGPU r=webgpu-reviewers,nical 2024-01-23 02:41:49 +00:00
Instance.cpp Bug 1885238 - typo(webgpu): s/Canavas/Canvas r=webgpu-reviewers,nical 2024-03-20 15:24: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
moz.build Bug 1879464 - Disable -Wshorten-64-to-32 when making implicit-int-conversion an error. r=firefox-build-system-reviewers,ahochheiden 2024-02-13 03:54:31 +00:00
ObjectModel.cpp
ObjectModel.h
OutOfMemoryError.cpp
OutOfMemoryError.h
PipelineLayout.cpp Bug 1865311 - Fix inconsistent destroy/drop naming in webgpu IPC. r=webgpu-reviewers,ErichDonGubler 2023-11-17 20:11:22 +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 1865311 - Fix inconsistent destroy/drop naming in webgpu IPC. r=webgpu-reviewers,ErichDonGubler 2023-11-17 20:11:22 +00:00
RenderBundle.h
RenderBundleEncoder.cpp Bug 1880081 - Don't crash the content process if the GPU process goes down. r=webgpu-reviewers,ErichDonGubler 2024-02-13 16:57:08 +00:00
RenderBundleEncoder.h Bug 1873503 - Replace Scoped with std::unique_ptr in dom/webgpu. r=webgpu-reviewers,ErichDonGubler 2024-01-17 19:19:05 +00:00
RenderPassEncoder.cpp Bug 1640839 - Stop generating a sentinel value at the end of WebIDL enums. r=mccr8,jgilbert,media-playback-reviewers,padenot 2024-03-02 07:50:25 +00:00
RenderPassEncoder.h Bug 1878308 - Move the render pass remoting logic into wgpu's bindings. r=webgpu-reviewers,ErichDonGubler 2024-02-26 08:31:37 +00:00
RenderPipeline.cpp Bug 1880081 - Don't crash the content process if the GPU process goes down. r=webgpu-reviewers,ErichDonGubler 2024-02-13 16:57:08 +00:00
RenderPipeline.h
Sampler.cpp Bug 1865311 - Fix inconsistent destroy/drop naming in webgpu IPC. r=webgpu-reviewers,ErichDonGubler 2023-11-17 20:11:22 +00:00
Sampler.h
ShaderModule.cpp Bug 1865311 - Fix inconsistent destroy/drop naming in webgpu IPC. r=webgpu-reviewers,ErichDonGubler 2023-11-17 20:11:22 +00:00
ShaderModule.h
SupportedFeatures.cpp Bug 1640839 - Make WebIDL enum helper function to convert to string return an actual string. r=mccr8,media-playback-reviewers,padenot 2024-03-02 07:50:21 +00:00
SupportedFeatures.h
SupportedLimits.cpp
SupportedLimits.h
Texture.cpp Bug 1873047 - Generate a valid TextureView object on the JS side even if IPC is down. r=webgpu-reviewers,ErichDonGubler 2024-01-20 01:18:56 +00:00
Texture.h Bug 1860958 - Implement Texture::Destroy. r=webgpu-reviewers,jimb 2023-11-22 14:15:34 +00:00
TextureView.cpp Bug 1865311 - Fix inconsistent destroy/drop naming in webgpu IPC. r=webgpu-reviewers,ErichDonGubler 2023-11-17 20:11:22 +00:00
TextureView.h
Utility.cpp Bug 1640839 - Stop generating a sentinel value at the end of WebIDL enums. r=mccr8,jgilbert,media-playback-reviewers,padenot 2024-03-02 07:50:25 +00:00
Utility.h Bug 1873047 - Generate a valid RenderPipeline object on the JS side even if IPC is down. r=webgpu-reviewers,ErichDonGubler 2024-01-20 01:18:59 +00:00
ValidationError.cpp
ValidationError.h