fune/dom/webgpu
sotaro cbf0e5ea15 Bug 1868927 - Remove RemoteTextureHostWrapper's async mode r=gfx-reviewers,lsalzman
By removing the async mode, remote texture implementation becomes simpler.

Differential Revision: https://phabricator.services.mozilla.com/D197323
2024-01-07 22:47:05 +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 1868927 - Remove RemoteTextureHostWrapper's async mode r=gfx-reviewers,lsalzman 2024-01-07 22:47:05 +00:00
mochitest Bug 1869590 - Batch 19 - convert remaining mochitest ini to toml. r=aryx,necko-reviewers,devtools-reviewers,dom-storage-reviewers,asuth,valentin,nchevobbe 2023-12-13 15:44:04 +00:00
tests/cts Bug 1822630, step 2, part 5: test(webgpu): order subtests in WPT files for CTS by name r=webgpu-reviewers,nical 2024-01-05 23:18:52 +00:00
Adapter.cpp Bug 1868672 - Update wgpu to revision ff7b2c399301cca9bcbc5b19a869feb3c29ef785. r=webgpu-reviewers,supply-chain-reviewers,jimb 2023-12-08 17:49:34 +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 1865364 - Ensure a buffer's ID can't be zero. r=webgpu-reviewers,ErichDonGubler 2023-11-22 14:15:36 +00:00
Buffer.h
CanvasContext.cpp Bug 1869683 - Make CanvasContext::GetFrontBuffer() returns valid descriptor of remote texture r=webgpu-reviewers,nical 2023-12-14 01:37:56 +00:00
CanvasContext.h Bug 1869683 - Make CanvasContext::GetFrontBuffer() returns valid descriptor of remote texture r=webgpu-reviewers,nical 2023-12-14 01:37:56 +00:00
CommandBuffer.cpp Bug 1861985 - Handle CommandBuffer/CommandBuffer lifecycle correctly. r=webgpu-reviewers,ErichDonGubler 2023-11-22 14:15:35 +00:00
CommandBuffer.h Bug 1861985 - Handle CommandBuffer/CommandBuffer lifecycle correctly. r=webgpu-reviewers,ErichDonGubler 2023-11-22 14:15:35 +00:00
CommandEncoder.cpp Bug 1865830 - Implement CommandEncoder.clearBuffer. r=webgpu-reviewers,webidl,emilio,ErichDonGubler 2023-12-05 15:26:41 +00:00
CommandEncoder.h Bug 1865830 - Implement CommandEncoder.clearBuffer. r=webgpu-reviewers,webidl,emilio,ErichDonGubler 2023-12-05 15:26:41 +00:00
CompilationInfo.cpp
CompilationInfo.h
CompilationMessage.cpp
CompilationMessage.h
ComputePassEncoder.cpp Bug 1861985 - Let the parent process handle validating command encoders. r=webgpu-reviewers,webidl,saschanaz,jimb 2023-11-22 14:15:35 +00:00
ComputePassEncoder.h Bug 1861985 - Let the parent process handle validating command encoders. r=webgpu-reviewers,webidl,saschanaz,jimb 2023-11-22 14:15:35 +00:00
ComputePipeline.cpp Bug 1862759: Once again destroy implicit pipeline layouts. r=webgpu-reviewers,nical 2023-11-22 16:24:18 +00:00
ComputePipeline.h
Device.cpp 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
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 1863106 - Set D3D11_BIND_UNORDERED_ACCESS if texture usage has STORAGE_BINDING r=lsalzman 2023-11-09 00:42:41 +00:00
ExternalTexture.h Bug 1863106 - Set D3D11_BIND_UNORDERED_ACCESS if texture usage has STORAGE_BINDING r=lsalzman 2023-11-09 00:42:41 +00:00
ExternalTextureD3D11.cpp Bug 1861605 - Use IDXGIResource1::CreateSharedHandle() instead of IDXGIResource::GetSharedHandle() r=gfx-reviewers,lsalzman 2023-12-19 09:23:21 +00:00
ExternalTextureD3D11.h Bug 1861605 - Use IDXGIResource1::CreateSharedHandle() instead of IDXGIResource::GetSharedHandle() r=gfx-reviewers,lsalzman 2023-12-19 09:23:21 +00:00
Instance.cpp
Instance.h
InternalError.cpp
InternalError.h
moz.build Bug 1869590 - Batch 19 - convert remaining mochitest ini to toml. r=aryx,necko-reviewers,devtools-reviewers,dom-storage-reviewers,asuth,valentin,nchevobbe 2023-12-13 15:44:04 +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 1861751 Part 3: Don't queue writes on invalid buffers. r=webgpu-reviewers,ErichDonGubler 2023-11-03 16:03:22 +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
RenderBundleEncoder.h
RenderPassEncoder.cpp Bug 1861985 - Let the parent process handle validating command encoders. r=webgpu-reviewers,webidl,saschanaz,jimb 2023-11-22 14:15:35 +00:00
RenderPassEncoder.h Bug 1861985 - Let the parent process handle validating command encoders. r=webgpu-reviewers,webidl,saschanaz,jimb 2023-11-22 14:15:35 +00:00
RenderPipeline.cpp Bug 1862759: Once again destroy implicit pipeline layouts. r=webgpu-reviewers,nical 2023-11-22 16:24:18 +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
SupportedFeatures.h
SupportedLimits.cpp
SupportedLimits.h
Texture.cpp Bug 1860958 - Implement Texture::Destroy. r=webgpu-reviewers,jimb 2023-11-22 14:15:34 +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
Utility.h
ValidationError.cpp
ValidationError.h