File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2
2
setlocal enabledelayedexpansion
3
3
4
4
set LLVM_VERSION = 17.0.1
5
- set MESA_VERSION = 23.1.8
5
+ set MESA_VERSION = 23.2.1
6
6
7
7
set PATH = %CD% \llvm\bin;%CD% \winflexbison;%PATH%
8
8
@@ -95,8 +95,6 @@ curl -sfL https://archive.mesa3d.org/mesa-%MESA_VERSION%.tar.xz ^
95
95
| %SZIP% x -bb0 -ttar -si -aoa 1 > nul 2 > nul
96
96
move mesa-%MESA_VERSION% mesa.src
97
97
git apply -p0 --directory=mesa.src mesa.patch || exit /b 1
98
- curl -sfLO https://gitlab.freedesktop.org/mesa/mesa/-/commit/9ba416cdc6.patch || exit /b 1
99
- git apply --directory=mesa.src 9ba416cdc6.patch || exit /b 1
100
98
101
99
echo Downloading win_flex_bison
102
100
if not exist winflexbison (
Original file line number Diff line number Diff line change @@ -38,18 +38,18 @@ index 250b528..5e9e617 100644
38
38
if with_amd_vk or with_gallium_radeonsi or with_gallium_r600
39
39
llvm_modules += ['amdgpu', 'bitreader', 'ipo']
40
40
diff --git src/gallium/drivers/llvmpipe/lp_tex_sample.h src/gallium/drivers/llvmpipe/lp_tex_sample.h
41
- index 51813ea..652f0fc 100644
41
+ index 9e8baa0..e04f98a 100644
42
42
--- src/gallium/drivers/llvmpipe/lp_tex_sample.h
43
43
+++ src/gallium/drivers/llvmpipe/lp_tex_sample.h
44
- @@ -38 ,7 +38 ,7 @@ struct lp_image_static_state ;
44
+ @@ -36 ,7 +36 ,7 @@ struct lp_sampler_static_state ;
45
45
/**
46
46
* Whether texture cache is used for s3tc textures.
47
47
*/
48
48
- #define LP_USE_TEXTURE_CACHE 0
49
49
+ #define LP_USE_TEXTURE_CACHE 1
50
50
51
- /* *
52
- * Pure-LLVM texture sampling code generator.
51
+ struct lp_build_sampler_soa *
52
+ lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state,
53
53
diff --git src/gallium/frontends/wgl/stw_device.c src/gallium/frontends/wgl/stw_device.c
54
54
index 2db745f..b1ab22b 100644
55
55
--- src/gallium/frontends/wgl/stw_device.c
You can’t perform that action at this time.
0 commit comments