Skip to content

Commit

Permalink
mesa 24.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Sep 18, 2024
1 parent 62b76e5 commit 4937bb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ mesa.src
mesa.build-*
archive-*
winflexbison
cmake
*.zip
*.exe
8 changes: 4 additions & 4 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off
setlocal enabledelayedexpansion

set LLVM_VERSION=18.1.8
set MESA_VERSION=24.2.2
set LLVM_VERSION=19.1.0
set MESA_VERSION=24.2.3

rem *** architectures ***

Expand Down Expand Up @@ -130,7 +130,7 @@ curl -sfL https://github.com/llvm/llvm-project/releases/download/llvmorg-%LLVM_V
curl -sfL https://github.com/llvm/llvm-project/releases/download/llvmorg-%LLVM_VERSION%/cmake-%LLVM_VERSION%.src.tar.xz ^
| %SZIP% x -bb0 -txz -si -so ^
| %SZIP% x -bb0 -ttar -si -aoa 1>nul 2>nul
rd /s /q llvm.src 1>nul 2>nul
rd /s /q cmake llvm.src 1>nul 2>nul
move llvm-%LLVM_VERSION%.src llvm.src 1>nul 2>nul
move cmake-%LLVM_VERSION%.src cmake 1>nul 2>nul

Expand Down Expand Up @@ -269,7 +269,7 @@ ninja -C llvm.build-%MESA_ARCH% install-llvm-headers install-llvm-libraries 1>nu

rem *** extra libs ***

set LINK=version.lib
set LINK=version.lib ntdll.lib

rem *** llvmpipe, lavapipe, osmesa ***

Expand Down
2 changes: 1 addition & 1 deletion meson.llvm.build
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ endforeach
dep_llvm = declare_dependency(
include_directories : include_directories(folder + '/include'),
dependencies : _deps,
version : '18.1.8',
version : '19.1.0',
)

0 comments on commit 4937bb7

Please sign in to comment.