Files
tubestation/toolkit/library/build
Nicolas Silva 6227a35c17 Bug 1903302 - Ship dxcompiler.dll and dxil.dll. r=sylvestre,glandium,firefox-build-system-reviewers
This patch is the first step towards shipping dxcompiler.dll and
dxil.dll (also referred to as DXC) on Windows for WebGPU.

With this patch DXC is disabled by default at build time and can be enabled
on x86_64 by adding `ac_add_options --enable-dxcompiler` in the mozconfig
file.

Followup work will include in no particular order:
 - Enabling DXC by default.
 - Enabling DXC for Windows on x86 and arm architectures.
 - Using our own DXC builds instead of pulling the dlls from the Windows
   SDK.

Differential Revision: https://phabricator.services.mozilla.com/D216293
2024-12-09 13:07:17 +00:00
..