gecko-dev/dom/webgpu
Jean-Yves Avenard 87438519f0 Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj
Before P1, GetCurrentThreadSerialEventTarget would have always returned the same data as NS_GetCurrentThread, making the comment incorrect Now it will properly return the running TaskQueue if any.

This change of name more clearly exposes what they are doing, as we aren't always dealing with threads directly; but a nsISerialEventTarget

Differential Revision: https://phabricator.services.mozilla.com/D80354
2020-06-23 05:05:36 +00:00
..
ipc Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
mochitest Bug 1629024 - Run WebGPU tests on nightly only r=jgilbert 2020-04-13 14:00:57 +00:00
Adapter.cpp Bug 1622261 - Refactor the ID recycling to always cycle through the GPU process 2020-03-23 07:54:08 +00:00
Adapter.h Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
BindGroup.cpp Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
BindGroup.h
BindGroupLayout.cpp Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
BindGroupLayout.h
Buffer.cpp Bug 1622846 - WebGPU dummy destroy() and optional stencil states r=webidl,smaug 2020-04-16 19:28:22 +00:00
Buffer.h Bug 1622846 - WebGPU dummy destroy() and optional stencil states r=webidl,smaug 2020-04-16 19:28:22 +00:00
CanvasContext.cpp Bug 1632755 - Unlink CanvasContext from the refresh driver r=aosmond 2020-04-28 15:03:41 +00:00
CanvasContext.h Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
CommandBuffer.cpp Bug 1630072 - WebGPU CanvasContext invalidation r=jgilbert,aosmond 2020-04-20 23:50:04 +00:00
CommandBuffer.h Bug 1630072 - WebGPU CanvasContext invalidation r=jgilbert,aosmond 2020-04-20 23:50:04 +00:00
CommandEncoder.cpp Bug 1630072 - WebGPU CanvasContext invalidation r=jgilbert,aosmond 2020-04-20 23:50:04 +00:00
CommandEncoder.h Bug 1630072 - WebGPU CanvasContext invalidation r=jgilbert,aosmond 2020-04-20 23:50:04 +00:00
ComputePassEncoder.cpp Bug 1617086 - Include WebGPU pass dependencies into CC r=jgilbert 2020-03-18 17:29:51 +00:00
ComputePassEncoder.h Bug 1617086 - Include WebGPU pass dependencies into CC r=jgilbert 2020-03-18 17:29:51 +00:00
ComputePipeline.cpp Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
ComputePipeline.h
Device.cpp Bug 1629851 - Avoid WebGPU buffer flush on reads r=jgilbert 2020-04-14 21:26:45 +00:00
Device.h Bug 1629851 - Avoid WebGPU buffer flush on reads r=jgilbert 2020-04-14 21:26:45 +00:00
DeviceLostInfo.cpp
DeviceLostInfo.h
Fence.cpp
Fence.h
Instance.cpp Bug 1629955 - Don't fail WebGPU Instance creation r=jgilbert 2020-04-14 21:11:10 +00:00
Instance.h Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
ObjectModel.cpp
ObjectModel.h Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
OutOfMemoryError.cpp
OutOfMemoryError.h
PipelineLayout.cpp Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
PipelineLayout.h
Queue.cpp
Queue.h
RenderBundle.cpp
RenderBundle.h
RenderBundleEncoder.cpp
RenderBundleEncoder.h
RenderPassEncoder.cpp Bug 1624174 - Update wgpu to get the coordinate spaces right r=jgilbert 2020-04-13 13:42:15 +00:00
RenderPassEncoder.h Bug 1617086 - Include WebGPU pass dependencies into CC r=jgilbert 2020-03-18 17:29:51 +00:00
RenderPipeline.cpp Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
RenderPipeline.h
Sampler.cpp Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
Sampler.h
ShaderModule.cpp Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
ShaderModule.h
SwapChain.cpp Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
SwapChain.h Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
Texture.cpp Bug 1630072 - WebGPU CanvasContext invalidation r=jgilbert,aosmond 2020-04-20 23:50:04 +00:00
Texture.h Bug 1630072 - WebGPU CanvasContext invalidation r=jgilbert,aosmond 2020-04-20 23:50:04 +00:00
TextureView.cpp Bug 1630072 - WebGPU CanvasContext invalidation r=jgilbert,aosmond 2020-04-20 23:50:04 +00:00
TextureView.h Bug 1630072 - WebGPU CanvasContext invalidation r=jgilbert,aosmond 2020-04-20 23:50:04 +00:00
ValidationError.cpp
ValidationError.h
moz.build Bug 1630813 - Remove gfx/wgpu/wgpu-native, move wgpu-remote out into gfx/wgpu_bindings r=jgilbert 2020-04-22 15:35:13 +00:00