Skip to content

Commit

Permalink
Update Windows software OpenGL Mesa drivers to 24.0.7 (#454)
Browse files Browse the repository at this point in the history
Needed for Zink (Vulkan OpenGL) in the future.
  • Loading branch information
sergystepanov authored May 21, 2024
1 parent 3989a73 commit c2e9d67
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,13 @@ jobs:
- name: Windows
if: matrix.os == 'windows-latest'
env:
MESA_VERSION: mesa3d-24.0.7-release-msvc
MESA_GL_VERSION_OVERRIDE: 3.3COMPAT
shell: msys2 {0}
run: |
wget -q https://github.com/pal1000/mesa-dist-win/releases/download/20.2.1/mesa3d-20.2.1-release-mingw.7z
"/c/Program Files/7-Zip/7z.exe" x mesa3d-20.2.1-release-mingw.7z -omesa
echo -e " 2\r\n 8\r\n " >> commands
wget -q https://github.com/pal1000/mesa-dist-win/releases/download/24.0.7/$MESA_VERSION.7z
"/c/Program Files/7-Zip/7z.exe" x $MESA_VERSION.7z -omesa
echo -e " 1\r\n 9\r\n " >> commands
./mesa/systemwidedeploy.cmd < ./commands
make build test verify-cores
Expand Down

0 comments on commit c2e9d67

Please sign in to comment.