gecko-dev/dom/webgpu
2023-10-16 15:32:01 +00:00
..
ipc Bug 1838693 Part 4: Ensure that each Device is sent DeviceLost only once. r=webgpu-reviewers,nical 2023-10-16 15:32:01 +00:00
mochitest Bug 1838693 Part 5: Update tests and test expectations. r=webgpu-reviewers,nical 2023-10-16 15:32:01 +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 1846661 - Don't convert gpu limits to double. r=gfx-reviewers,ErichDonGubler 2023-08-10 13:10:28 +00:00
Adapter.h Bug 1812353 - Update GPUSupportedLimits in webgpu.webidl. r=webgpu-reviewers,webidl,saschanaz,jimb,emilio,smaug 2023-06-12 21:10:11 +00:00
BindGroup.cpp
BindGroup.h
BindGroupLayout.cpp
BindGroupLayout.h
Buffer.cpp Bug 1838693 Part 3: Make GPUDevice::Destroy() trigger wgpu device_destroy, then device_drop. r=webgpu-reviewers,nical 2023-10-16 15:32:00 +00:00
Buffer.h Bug 1831120: feat(webgpu): add GPUBuffer attributes r=webgpu-reviewers,webidl,saschanaz,jimb 2023-05-09 17:29:56 +00:00
CanvasContext.cpp Bug 1852485 - Present WebGPU by using DX11 texture in swap chain with readback on Windows r=webgpu-reviewers,nical 2023-09-17 18:42:07 +00:00
CanvasContext.h Bug 1852485 - Present WebGPU by using DX11 texture in swap chain with readback on Windows r=webgpu-reviewers,nical 2023-09-17 18:42:07 +00:00
CommandBuffer.cpp
CommandBuffer.h
CommandEncoder.cpp Bug 1830762: refactor(webgpu): move ConvertExtent{,3DToFFI} to new Utility module r=webgpu-reviewers,jimb 2023-05-09 20:24:08 +00:00
CommandEncoder.h Bug 1830762: refactor(webgpu): move ConvertExtent{,3DToFFI} to new Utility module r=webgpu-reviewers,jimb 2023-05-09 20:24:08 +00:00
CompilationInfo.cpp Bug 1831263: fix(webgpu): remove strong ref. cycle b/w Compilation{Info,Message} r=webgpu-reviewers,jgilbert 2023-06-05 16:47:54 +00:00
CompilationInfo.h Bug 1831263: fix(webgpu): remove strong ref. cycle b/w Compilation{Info,Message} r=webgpu-reviewers,jgilbert 2023-06-05 16:47:54 +00:00
CompilationMessage.cpp Bug 1831263: fix(webgpu): remove strong ref. cycle b/w Compilation{Info,Message} r=webgpu-reviewers,jgilbert 2023-06-05 16:47:54 +00:00
CompilationMessage.h Bug 1831263: fix(webgpu): remove strong ref. cycle b/w Compilation{Info,Message} r=webgpu-reviewers,jgilbert 2023-06-05 16:47:54 +00:00
ComputePassEncoder.cpp 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
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
ComputePipeline.h
Device.cpp Bug 1838693 Part 3: Make GPUDevice::Destroy() trigger wgpu device_destroy, then device_drop. r=webgpu-reviewers,nical 2023-10-16 15:32:00 +00:00
Device.h Bug 1838693 Part 3: Make GPUDevice::Destroy() trigger wgpu device_destroy, then device_drop. r=webgpu-reviewers,nical 2023-10-16 15:32:00 +00:00
DeviceLostInfo.cpp
DeviceLostInfo.h
Error.cpp Bug 1838694: fix(webgpu): impl. correct GPUError types r=jgilbert,webgpu-reviewers,webidl,peterv 2023-07-06 20:50:52 +00:00
Error.h Bug 1838694: fix(webgpu): impl. correct GPUError types r=jgilbert,webgpu-reviewers,webidl,peterv 2023-07-06 20:50:52 +00:00
ExternalTexture.cpp Bug 1852485 - Present WebGPU by using DX11 texture in swap chain with readback on Windows r=webgpu-reviewers,nical 2023-09-17 18:42:07 +00:00
ExternalTexture.h Bug 1852485 - Present WebGPU by using DX11 texture in swap chain with readback on Windows r=webgpu-reviewers,nical 2023-09-17 18:42:07 +00:00
ExternalTextureD3D11.cpp Bug 1852485 - Present WebGPU by using DX11 texture in swap chain with readback on Windows r=webgpu-reviewers,nical 2023-09-17 18:42:07 +00:00
ExternalTextureD3D11.h Bug 1852485 - Present WebGPU by using DX11 texture in swap chain with readback on Windows r=webgpu-reviewers,nical 2023-09-17 18:42:07 +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 Bug 1838694: fix(webgpu): impl. correct GPUError types r=jgilbert,webgpu-reviewers,webidl,peterv 2023-07-06 20:50:52 +00:00
InternalError.h Bug 1838694: fix(webgpu): impl. correct GPUError types r=jgilbert,webgpu-reviewers,webidl,peterv 2023-07-06 20:50:52 +00:00
moz.build Backed out changeset eac298199d7b (bug 1855298) for Linting failure. CLOSED TREE 2023-10-12 01:44:24 +03:00
ObjectModel.cpp Bug 1838694: fix(webgpu): impl. correct GPUError types r=jgilbert,webgpu-reviewers,webidl,peterv 2023-07-06 20:50:52 +00:00
ObjectModel.h Bug 1772557: Assign WebGPU RenderBundles ids even if encoding fails. r=webgpu-reviewers,ErichDonGubler 2023-06-14 23:33:29 +00:00
OutOfMemoryError.cpp Bug 1838694: fix(webgpu): impl. correct GPUError types r=jgilbert,webgpu-reviewers,webidl,peterv 2023-07-06 20:50:52 +00:00
OutOfMemoryError.h Bug 1838694: fix(webgpu): impl. correct GPUError types r=jgilbert,webgpu-reviewers,webidl,peterv 2023-07-06 20:50:52 +00:00
PipelineLayout.cpp
PipelineLayout.h
QuerySet.cpp
QuerySet.h
Queue.cpp Bug 1690111 - Use new TypedArray APIs for processing data. r=farre,media-playback-reviewers,padenot,chunmin,sfink 2023-09-20 09:42:02 +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
RenderBundle.h
RenderBundleEncoder.cpp Bug 1837990 - Depduplicate code to calculate a texture's format's block size. r=webgpu-reviewers,teoxoy 2023-06-15 21:22:54 +00:00
RenderBundleEncoder.h
RenderPassEncoder.cpp Bug 1837557 - Productionize webgpu pushErrorScope/popErrorScope. r=webgpu-reviewers,jimb 2023-06-14 05:51:00 +00:00
RenderPassEncoder.h Bug 1824871: Rename endPass -> end on GPURenderPassEncoder, GPUComputePassEncoder. r=webidl,webgpu-reviewers,teoxoy,smaug 2023-04-12 17:52:07 +00:00
RenderPipeline.cpp
RenderPipeline.h
Sampler.cpp
Sampler.h
ShaderModule.cpp 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
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 Bug 1812353 - Update GPUSupportedLimits in webgpu.webidl. r=webgpu-reviewers,webidl,saschanaz,jimb,emilio,smaug 2023-06-12 21:10:11 +00:00
SupportedFeatures.h Bug 1812353 - Update GPUSupportedLimits in webgpu.webidl. r=webgpu-reviewers,webidl,saschanaz,jimb,emilio,smaug 2023-06-12 21:10:11 +00:00
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 1837990 - Depduplicate code to calculate a texture's format's block size. r=webgpu-reviewers,teoxoy 2023-06-15 21:22:54 +00:00
Texture.h Bug 1830762: populate standard attributes for GPUTexture r=webgpu-reviewers,webidl,saschanaz,jimb,jgilbert 2023-05-09 20:24:08 +00:00
TextureView.cpp
TextureView.h
Utility.cpp Bug 1830762: refactor(webgpu): add Owning* variant for ConvertExtent{,3DtoFFI} r=webgpu-reviewers,jimb 2023-05-09 20:24:08 +00:00
Utility.h Bug 1830762: refactor(webgpu): add Owning* variant for ConvertExtent{,3DtoFFI} r=webgpu-reviewers,jimb 2023-05-09 20:24:08 +00:00
ValidationError.cpp Bug 1838694: fix(webgpu): impl. correct GPUError types r=jgilbert,webgpu-reviewers,webidl,peterv 2023-07-06 20:50:52 +00:00
ValidationError.h Bug 1838694: fix(webgpu): impl. correct GPUError types r=jgilbert,webgpu-reviewers,webidl,peterv 2023-07-06 20:50:52 +00:00