From c74da9ad8a9648dae456a78f0c7c9e92480d4e12 Mon Sep 17 00:00:00 2001 From: Albert Date: Tue, 6 Jun 2017 22:25:28 +0300 Subject: [PATCH] Release 17.1.2.400-1 --- mesa3d.iss | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mesa3d.iss b/mesa3d.iss index 057dd27e..c8d488ca 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.1.1.400-1" +#define MyAppVersion "17.1.2.400-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 0d4791f8..0b6f74c4 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ - [Manual OpenGL context configuration](#manual-opengl-context-configuration) # Downloads -Mesa 17.1.1 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases) +Mesa 17.1.2 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