Skip to content

Commit

Permalink
mesa 23.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Nov 29, 2023
1 parent cc6db0d commit fc53c2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off
setlocal enabledelayedexpansion

set LLVM_VERSION=17.0.1
set MESA_VERSION=23.2.1
set LLVM_VERSION=17.0.6
set MESA_VERSION=23.3.0

set PATH=%CD%\llvm\bin;%CD%\winflexbison;%PATH%

Expand Down
4 changes: 2 additions & 2 deletions mesa.patch
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ index 2db745f..b1ab22b 100644
stw_tls_cleanup();

diff --git src/gallium/targets/libgl-gdi/meson.build src/gallium/targets/libgl-gdi/meson.build
index 3b310fc..2b2b7ed 100644
index 7e1b87b..92f786a 100644
--- src/gallium/targets/libgl-gdi/meson.build
+++ src/gallium/targets/libgl-gdi/meson.build
@@ -36,8 +36,9 @@ libopengl32 = shared_library(
inc_include, inc_wgl, inc_src,
inc_include, inc_wgl, inc_src, inc_gallium,
],
link_with : [
- libgallium_wgl, libglapi_bridge, libglapi
Expand Down

0 comments on commit fc53c2d

Please sign in to comment.