fune/dom/webgpu
2024-03-13 16:03:11 +00:00
..
crashtests
ipc Bug 1879692: chore(webgpu): remove PresentationData::mBuffersLock r=webgpu-reviewers,jimb 2024-03-07 22:07:31 +00:00
mochitest Bug 1865921 Part 2: Add a test that awaits the device.lost promise. r=ErichDonGubler 2024-01-26 20:03:17 +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
BindGroup.h
BindGroupLayout.cpp
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 1877010 - Track forwarder transaction ids for RemoteTextureMap with WebGL and WebGPU. r=sotaro 2024-01-30 15:44:04 +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
CompilationInfo.h
CompilationMessage.cpp
CompilationMessage.h
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
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
Instance.h
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
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
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
Sampler.h
ShaderModule.cpp
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
TextureView.cpp
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