From 79849039106adf1b495c58e7881c58356215ed6e Mon Sep 17 00:00:00 2001 From: pal1000 Date: Wed, 14 Dec 2022 14:10:06 +0200 Subject: [PATCH] Revert "Update SPIRV Tools to sdk-1.3.236.0" This reverts commit c08e3ce1ab52deec67c6f1b2d416a007ffc551d2. --- buildscript/modules/spirv.cmd | 2 +- releasenotes.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/buildscript/modules/spirv.cmd b/buildscript/modules/spirv.cmd index 10ad10ee..487de768 100644 --- a/buildscript/modules/spirv.cmd +++ b/buildscript/modules/spirv.cmd @@ -4,7 +4,7 @@ @IF EXIST "%devroot%\spirv-tools\DEPS" IF NOT EXIST "%devroot%\spirv-tools\external\spirv-headers\" IF %gitstate% EQU 0 set canspvtools=0 @if %cmakestate% EQU 0 set canspvtools=0 -@set spvtoolsrel=sdk-1.3.236.0 +@set spvtoolsrel=v2022.4 @IF EXIST "%devroot%\spirv-tools\external\" IF %gitstate% GTR 0 ( @echo Updating SPIRV tools source code... @cd "%devroot%\spirv-tools" diff --git a/releasenotes.md b/releasenotes.md index f017d3b3..20e9d647 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,5 +1,3 @@ -### Build environment -- Update SPIRV Tools to sdk-1.3.236.0. ### Out of tree patches - Update patch fixing static link with LLVM and clang 15 to cover draw module as well, see [#125](https://github.com/pal1000/mesa-dist-win/issues/125). ### End user guide