From b907320b471ea7ad9f9209468e6dfcce752f9ea8 Mon Sep 17 00:00:00 2001 From: pal1000 Date: Sun, 26 Nov 2017 12:45:03 +0200 Subject: [PATCH] Release 17.2.6.500-1. --- .gitignore | 1 + mesa3d.iss | 2 +- readme.md | 2 +- relnotes.md | 6 ------ 4 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 relnotes.md diff --git a/.gitignore b/.gitignore index 665899fd..ea74d1ef 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ bin/x86-bk/ bin/x64-bk/ bin/*.exe bin/*.tmp +relnotes-bk.md diff --git a/mesa3d.iss b/mesa3d.iss index 57cac7e8..c1f252d5 100644 --- a/mesa3d.iss +++ b/mesa3d.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Mesa3D software rendering drivers for Windows" -#define MyAppVersion "17.2.5.500-1" +#define MyAppVersion "17.2.6.500-1" #define MyAppPublisher "Pal100x" #define MyAppURL "https://github.com/pal1000/mesa-dist-win" #define MyAppExeName "mesa-{#MyAppVersion}-setup.exe" diff --git a/readme.md b/readme.md index 1e077cc8..5bc6b673 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ - [Manual OpenGL context configuration](#manual-opengl-context-configuration) # Downloads -Mesa 17.2.5 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases) +Mesa 17.2.6 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases) By default mesa uses llvmpipe. You can switch to OpenSWR by setting GALLIUM_DRIVER environment variable value to swr either globally or in a batch file. Mesa environment variables documentation is available [here](https://mesa3d.org/envvars.html). Build instructions, if you want to replicate my builds, are available [here](https://github.com/pal1000/mesa-dist-win/tree/master/buildscript). # Installation and usage diff --git a/relnotes.md b/relnotes.md deleted file mode 100644 index 455f3c97..00000000 --- a/relnotes.md +++ /dev/null @@ -1,6 +0,0 @@ -### Build script -- Python modules update: pip freeze is seriously broken. Always use pip install -U. setuptools wasn't updated at all due to pip freeze shortcomings. Also Scons 3.0.1 wasn't picked up despite being live on Pypi. -- Python modules: wheel is no longer needed. -### Build script documentation -- Workaround a pywin32 installer bug. -- Updating setuptools preloaded with Python allows for successful installation of Scons via Pypi without having to install wheel. \ No newline at end of file