gecko-dev/dom/webgpu
2024-05-21 15:48:57 +00:00
..
crashtests
ipc Bug 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +00:00
mochitest Bug 1888996 - test(webgpu): remove webgpu test set from linux1804 platforms r=webgpu-reviewers,taskgraph-reviewers,bradwerth,bhearsum 2024-04-02 18:20:19 +00:00
tests/cts Bug 1897554 - test(webgpu): update CTS to 0ba03b439ce5e22b055893bb47477e666ac8e42f r=webgpu-reviewers,nical 2024-05-21 15:48:57 +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 Bug 1893683 - Remove ns{A,C}String and other xpcom dependencies from nsStringBuffer. r=smaug,media-playback-reviewers,karlt 2024-05-09 08:34:35 +00:00
BindGroup.cpp Bug 1881518 - Recycle indices again. r=webgpu-reviewers,bradwerth 2024-04-05 07:42:05 +00:00
BindGroup.h
BindGroupLayout.cpp Bug 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +00:00
BindGroupLayout.h
Buffer.cpp Bug 1881518 - Recycle indices again. r=webgpu-reviewers,bradwerth 2024-04-05 07:42:05 +00:00
Buffer.h Bug 1881518 - Recycle indices again. r=webgpu-reviewers,bradwerth 2024-04-05 07:42:05 +00:00
CanvasContext.cpp Bug 1891132 - Add check if config exists in CanvasContext::MaybeQueueSwapChainPresent() r=webgpu-reviewers,teoxoy 2024-04-18 11:27:18 +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 1896195: Make CommandEncoder check for bridge existence when ending compute passes and render passes. r=webgpu-reviewers,nical 2024-05-14 15:03:27 +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 1712963: Simplify mValid handling in some WebGPU classes. r=webgpu-reviewers,nical 2024-04-23 15:28:22 +00:00
ComputePassEncoder.h Bug 1712963: Simplify mValid handling in some WebGPU classes. r=webgpu-reviewers,nical 2024-04-23 15:28:22 +00:00
ComputePipeline.cpp Bug 1893188: Make ComputePipeline::Cleanup gracefully handle a missing bridge. r=webgpu-reviewers,ErichDonGubler 2024-04-29 16:07:57 +00:00
ComputePipeline.h
Device.cpp Bug 1822096 - [webgpu] add plumbing for pipeline-overridable constants. r=webgpu-reviewers,webidl,smaug,nical,ErichDonGubler 2024-04-23 08:21:07 +00:00
Device.h
DeviceLostInfo.cpp
DeviceLostInfo.h
Error.cpp
Error.h
ExternalTexture.cpp
ExternalTexture.h
ExternalTextureD3D11.cpp Backed out changeset 10faf99bbe8f (bug 1880016) as request by sotaro. 2024-02-13 18:13:04 +02:00
ExternalTextureD3D11.h
Instance.cpp Bug 1885238 - typo(webgpu): s/Canavas/Canvas r=webgpu-reviewers,nical 2024-03-20 15:24:21 +00:00
Instance.h
InternalError.cpp
InternalError.h
moz.build Bug 1894917 - Remove d3d10 header check to moz.configure r=glandium 2024-05-16 08:49:18 +00:00
ObjectModel.cpp
ObjectModel.h Bug 1881518 - Recycle indices again. r=webgpu-reviewers,bradwerth 2024-04-05 07:42:05 +00:00
OutOfMemoryError.cpp
OutOfMemoryError.h
PipelineLayout.cpp Bug 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +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 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +00:00
RenderBundle.h
RenderBundleEncoder.cpp Bug 1712963: Simplify mValid handling in some WebGPU classes. r=webgpu-reviewers,nical 2024-04-23 15:28:22 +00:00
RenderBundleEncoder.h Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,media-playback-reviewers,padenot 2024-04-22 16:00:09 +00:00
RenderPassEncoder.cpp Bug 1712963: Simplify mValid handling in some WebGPU classes. r=webgpu-reviewers,nical 2024-04-23 15:28:22 +00:00
RenderPassEncoder.h Bug 1712963: Simplify mValid handling in some WebGPU classes. r=webgpu-reviewers,nical 2024-04-23 15:28:22 +00:00
RenderPipeline.cpp Bug 1893188: Make ComputePipeline::Cleanup gracefully handle a missing bridge. r=webgpu-reviewers,ErichDonGubler 2024-04-29 16:07:57 +00:00
RenderPipeline.h
Sampler.cpp Bug 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +00:00
Sampler.h
ShaderModule.cpp Bug 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +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 1889873 - Remove IsOpen in favor of CanSend. r=webgpu-reviewers,teoxoy 2024-04-05 15:59:38 +00:00
Texture.h Bug 1890219 - Null-check the device in TextureView::Cleanup. r=webgpu-reviewers,teoxoy 2024-04-11 13:19:31 +00:00
TextureView.cpp Bug 1890219 - Null-check the device in TextureView::Cleanup. r=webgpu-reviewers,teoxoy 2024-04-11 13:19:31 +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
ValidationError.cpp
ValidationError.h