Skip to content

Commit

Permalink
Prepare 23.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Jul 21, 2023
1 parent f57c35a commit 94011ae
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 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=v2023.3.rc1
@set spvtoolsrel=v2023.4.rc1
@IF EXIST "%devroot%\spirv-tools\external\" IF %gitstate% GTR 0 (
@echo Updating SPIRV tools source code...
@cd "%devroot%\spirv-tools"
Expand Down
12 changes: 6 additions & 6 deletions packages.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mesa3d-23.2.0-rc1-development-pack-msvc.7z
..\mesa3d-23.2.0-rc1-release-msvc.7z
..\mesa3d-23.2.0-rc1-debug-info-msvc.7z
mesa3d-23.2.0-rc1-development-pack-mingw.7z
..\mesa3d-23.2.0-rc1-release-mingw.7z
..\mesa3d-23.2.0-rc1-debug-mingw.7z
mesa3d-23.1.4-development-pack-msvc.7z
..\mesa3d-23.1.4-release-msvc.7z
..\mesa3d-23.1.4-debug-info-msvc.7z
mesa3d-23.1.4-development-pack-mingw.7z
..\mesa3d-23.1.4-release-mingw.7z
..\mesa3d-23.1.4-debug-mingw.7z
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- [OpenGL context configuration override](#opengl-context-configuration-override)
- [How to set environment variables](#how-to-set-environment-variables)
# Downloads
Mesa 23.1.3 builds with Visual Studio and MSYS2 Mingw-w64 are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases).
Mesa 23.1.4 builds with Visual Studio and MSYS2 Mingw-w64 are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases).
# Sponsorship
mesa-dist-win project was given an extensible sponsorship with initial due date of November 1st 2023. Sponsorship consists in a free VPS to use as build machine with 12 GB RAM, 6 threads [AMD EPYC 7413](https://www.amd.com/en/products/cpu/amd-epyc-7413) and 150 GB NVMe SSD from [Petrosky](https://petrosky.io/pal1000), a virtual private server hosting company thanks to [@Directox01](https://github.com/Directox01).

Expand Down
2 changes: 2 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 23.1.4
- Updated Mesa3D to [23.1.4](https://docs.mesa3d.org/relnotes/23.1.4.html).
### Build script
- llvmpipe S3TC texture cache doesn't build anymore [23.2+].
# 23.1.3
Expand Down

0 comments on commit 94011ae

Please sign in to comment.