From 51b2dee6c31ccd8df9c1d43be69f948d774f291a Mon Sep 17 00:00:00 2001 From: pal1000 Date: Sat, 9 Dec 2017 12:03:03 +0200 Subject: [PATCH] Release 17.3.0.500-1. --- mesa3d.iss | 2 +- readme.md | 2 +- relnotes.md | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 relnotes.md diff --git a/mesa3d.iss b/mesa3d.iss index c1f252d5..1260305b 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.6.500-1" +#define MyAppVersion "17.3.0.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 1aa90582..488c948c 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ - [Manual OpenGL context configuration](#manual-opengl-context-configuration) # Downloads -Mesa 17.2.6 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases) +Mesa 17.3.0 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 34f145d9..00000000 --- a/relnotes.md +++ /dev/null @@ -1,4 +0,0 @@ -### Build script -- Use a simple python script to update all python modules. Don't load python scripts in PATH. Things might work fine regardless. -### Usage documentation -- OpenGL 4.6 context handling landed in Mesa 17.3. \ No newline at end of file