Skip to content

Commit

Permalink
Revert "Update SPIRV Tools to sdk-1.3.236.0"
Browse files Browse the repository at this point in the history
This reverts commit c08e3ce.
  • Loading branch information
pal1000 committed Dec 14, 2022
1 parent c08e3ce commit 7984903
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion buildscript/modules/spirv.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7984903

Please sign in to comment.