ci: Bump DirectX-Headers and Agility SDK dependencies to v1.619.1

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40129>
This commit is contained in:
Silvio Vilerino 2026-02-26 16:11:25 -05:00 committed by Marge Bot
parent d7348ea501
commit e54e8fceec
8 changed files with 10 additions and 10 deletions

View file

@ -9,7 +9,7 @@ set -uex
section_start directx-headers "Building directx-headers"
git clone https://github.com/microsoft/DirectX-Headers -b v1.618.1 --depth 1
git clone https://github.com/microsoft/DirectX-Headers -b v1.619.1 --depth 1
pushd DirectX-Headers
meson setup build --backend=ninja --buildtype=release -Dbuild-test=false ${EXTRA_MESON_ARGS:-}
meson install -C build

View file

@ -20,7 +20,7 @@ include:
variables:
DEBIAN_BUILD_BASE_TAG: "20251016-riscv"
DEBIAN_BUILD_TAG: "20260106-android16"
DEBIAN_BUILD_TAG: "20260309-D3D619"
DEBIAN_TEST_BASE_TAG: "20260201-deqp-runner"
DEBIAN_TEST_ANDROID_TAG: "20260302-cuttlefish"
@ -40,6 +40,6 @@ variables:
WINDOWS_X64_MSVC_TAG: "20251120-bison"
WINDOWS_X64_BUILD_TAG: "20251120-bison"
WINDOWS_X64_BUILD_TAG: "20260309-D3D619"
WINDOWS_X64_TEST_TAG: "20251120-bison"
WINDOWS_X64_TEST_TAG: "20260309-D3D619"

View file

@ -12,7 +12,7 @@ $depsInstallPath="C:\mesa-deps"
Get-Date
Write-Host "Cloning DirectX-Headers"
git clone -b v1.618.1 --depth=1 https://github.com/microsoft/DirectX-Headers deps/DirectX-Headers
git clone -b v1.619.1 --depth=1 https://github.com/microsoft/DirectX-Headers deps/DirectX-Headers
if (!$?) {
Write-Host "Failed to clone DirectX-Headers repository"
Exit 1

View file

@ -8,7 +8,7 @@ $depsInstallPath="C:\mesa-deps"
Write-Host "Downloading DirectX 12 Agility SDK at:"
Get-Date
Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.Direct3D.D3D12/1.618.1 -OutFile 'agility.zip'
Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.Direct3D.D3D12/1.619.1 -OutFile 'agility.zip'
Expand-Archive -Path 'agility.zip' -DestinationPath 'C:\agility'
# Copy Agility SDK into mesa-deps\bin\D3D12
New-Item -ErrorAction SilentlyContinue -ItemType Directory -Path $depsInstallPath\bin -Name 'D3D12'

View file

@ -670,7 +670,7 @@ if with_gallium_d3d12 or with_microsoft_clc or with_microsoft_vk or (with_any_vk
dep_dxheaders = dependency('directx-headers', required : false)
if not dep_dxheaders.found()
dep_dxheaders = dependency('DirectX-Headers',
version : '>= 1.618.1',
version : '>= 1.619.1',
fallback : ['DirectX-Headers', 'dep_dxheaders'],
required : with_gallium_d3d12 or with_microsoft_vk
)

View file

@ -15,7 +15,7 @@
DRIVER_NAME: d3d12
WGL_DISABLE_ERROR_DIALOGS: "true"
D3D12_AGILITY_RELATIVE_PATH: "D3D12\\"
D3D12_AGILITY_SDK_VERSION: 618
D3D12_AGILITY_SDK_VERSION: 619
.d3d12-test-piglit:
extends:

View file

@ -38,7 +38,7 @@ test-dozen-deqp:
variables:
GIT_STRATEGY: none # testing doesn't build anything from source
DZN_AGILITY_RELATIVE_PATH: "D3D12\\"
DZN_AGILITY_SDK_VERSION: 618
DZN_AGILITY_SDK_VERSION: 619
DEQP_FRACTION: 4
script:
- . _install/deqp_runner_run.ps1

View file

@ -2,5 +2,5 @@
directory = DirectX-Headers-1.0
url = https://github.com/microsoft/DirectX-Headers.git
revision = v1.618.1
revision = v1.619.1
depth = 1