-
- Downloads
Bug 1760663 - Add blocklist support for WebGPU. r=gfx-reviewers,nical
This patch just adds the plumbing to allow for baked in blocklist rules or the downloadable blocklist to prevent certain configurations from getting WebGPU. It does not add any rules. It also changes us from allowing WebGPU only in nightly, including tests, to not release and not beta. This allows try to run the WebGPU tests as expected, since even try builds forked from mozilla-central are not considered nightly builds by CI (or so it seems). Differential Revision: https://phabricator.services.mozilla.com/D141682
Showing
- dom/canvas/CanvasUtils.cpp 1 addition, 2 deletionsdom/canvas/CanvasUtils.cpp
- dom/media/ipc/RDDParent.cpp 0 additions, 1 deletiondom/media/ipc/RDDParent.cpp
- dom/webgpu/Instance.cpp 2 additions, 2 deletionsdom/webgpu/Instance.cpp
- dom/webgpu/mochitest/mochitest.ini 1 addition, 1 deletiondom/webgpu/mochitest/mochitest.ini
- gfx/config/gfxConfig.cpp 0 additions, 3 deletionsgfx/config/gfxConfig.cpp
- gfx/config/gfxVars.h 2 additions, 1 deletiongfx/config/gfxVars.h
- gfx/ipc/CanvasManagerParent.cpp 1 addition, 2 deletionsgfx/ipc/CanvasManagerParent.cpp
- gfx/ipc/CompositorOptions.h 1 addition, 6 deletionsgfx/ipc/CompositorOptions.h
- gfx/ipc/GPUChild.cpp 0 additions, 1 deletiongfx/ipc/GPUChild.cpp
- gfx/ipc/GPUParent.cpp 0 additions, 1 deletiongfx/ipc/GPUParent.cpp
- gfx/ipc/GraphicsMessages.ipdlh 0 additions, 2 deletionsgfx/ipc/GraphicsMessages.ipdlh
- gfx/layers/ipc/LayersMessageUtils.h 0 additions, 2 deletionsgfx/layers/ipc/LayersMessageUtils.h
- gfx/thebes/gfxPlatform.cpp 20 additions, 8 deletionsgfx/thebes/gfxPlatform.cpp
- modules/libpref/init/StaticPrefList.yaml 6 additions, 0 deletionsmodules/libpref/init/StaticPrefList.yaml
- widget/GfxInfoBase.cpp 7 additions, 0 deletionswidget/GfxInfoBase.cpp
- widget/nsBaseWidget.cpp 0 additions, 2 deletionswidget/nsBaseWidget.cpp
- widget/nsIGfxInfo.idl 3 additions, 1 deletionwidget/nsIGfxInfo.idl
Loading
Please register or sign in to comment