From f57c35a53af87f828c2fdc188eadfe57e21dc9b7 Mon Sep 17 00:00:00 2001 From: pal1000 Date: Fri, 14 Jul 2023 09:40:17 +0300 Subject: [PATCH] llvmpipe S3TC texture cache doesn't build anymore [23.2+] --- buildinfo/msvc.txt | 10 +++++----- buildscript/modules/mesa3d.cmd | 2 +- releasenotes.md | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/buildinfo/msvc.txt b/buildinfo/msvc.txt index 5d00f887..1b392cb6 100644 --- a/buildinfo/msvc.txt +++ b/buildinfo/msvc.txt @@ -3,8 +3,8 @@ Build environment Windows 10.0.20348 Ressource Hacker 5.1.8.360 7-Zip 23.01 ultra compression -Git 2.41.0.1 -Visual Studio Build Tools 2022 v17.6.4 +Git 2.41.0.2 +Visual Studio Build Tools 2022 v17.6.5 Windows SDK 10.1.22621.1778 Windows Driver Kit 10.1.22621.382 Nuget Commandline tool 6.6.1.2 @@ -28,6 +28,6 @@ Bison 3.8.2 pkgconf 1.9.5 zlib 1.2.13 OpenCLonD3D12 ICD 2023.04.06 -libva 2.18.0 -VA-API 1.18.0 -DirectX headers 1.610.0 +libva 2.19.0 +VA-API 1.19.0 +DirectX headers 1.711.3 diff --git a/buildscript/modules/mesa3d.cmd b/buildscript/modules/mesa3d.cmd index cdffbc5c..faba703b 100644 --- a/buildscript/modules/mesa3d.cmd +++ b/buildscript/modules/mesa3d.cmd @@ -74,7 +74,7 @@ @REM Collect information about Mesa3D code. Apply out of tree patches. @rem Enable S3TC texture cache -@call "%devroot%\%projectname%\buildscript\modules\applypatch.cmd" s3tc +@IF %intmesaver% LSS 23200 call "%devroot%\%projectname%\buildscript\modules\applypatch.cmd" s3tc @rem Fix regression when building with native mingw toolchains affecting Mesa 20.1 branch @IF %intmesaver% GEQ 20100 IF %intmesaver% LSS 20103 call "%devroot%\%projectname%\buildscript\modules\applypatch.cmd" winepath diff --git a/releasenotes.md b/releasenotes.md index 92f4fa82..ba805705 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,3 +1,5 @@ +### Build script +- llvmpipe S3TC texture cache doesn't build anymore [23.2+]. # 23.1.3 - Updated Mesa3D to [23.1.3](https://docs.mesa3d.org/relnotes/23.1.3.html). # 23.1.2