From 6557380062f10b0bdc1cfd32a1cdae50b7450a6a Mon Sep 17 00:00:00 2001 From: Albert Date: Mon, 2 Oct 2017 22:40:00 +0300 Subject: [PATCH] Release 17.2.2.500-1. Final touch on release notes. --- mesa3d.iss | 2 +- readme.md | 2 +- relnotes.md | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mesa3d.iss b/mesa3d.iss index 8b9ecf19..0449c99c 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.1.500-1" +#define MyAppVersion "17.2.2.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 3f80cabe..3becf10c 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ - [Manual OpenGL context configuration](#manual-opengl-context-configuration) # Downloads -Mesa 17.2.1 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases) +Mesa 17.2.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 diff --git a/relnotes.md b/relnotes.md index ce8a0046..e0d8da71 100644 --- a/relnotes.md +++ b/relnotes.md @@ -1,3 +1,7 @@ +- Updated Mesa3D to 17.2.2. +- Built with Scons 3.0.0. Made use of a compatibility patch. +- Built LLVM 5.0 and Mesa3D with Visual Studio 2017 v15.3.5. + # Build script - Fixed python modules update check. Always check if mako not found, ask otherwise. - Made build script aware of Mesa branches, helps with patches applicability narrowing. @@ -14,14 +18,10 @@ Addressed this by fixing scons locating when Python it's in PATH right from the - Drop LLVM 5.0 compatibility patch. Patch is upstream in all active branches. # Build script documentation -- Compatibility fix for Scons 3.0.0. +- There is a compatibility fix for Scons 3.0.0. - Scons can now be acquired by the build script automatically. Depends on wheel. - Git version control is now mandatory due to compatibility with latest Scons needing a patch. - Updated questions list asked by this script. -# Build environmemt updates -- Scons updated to 3.0.0. -- Visual Studio updated to 2017 v15.3.5. - # Known issues -- Mesa build: Scons 3.0.0 always uses target architecture compiler when using cross-compiling environment. +- Mesa build: Scons 3.0.0 always uses target architecture compiler when using cross-compiling environment. This may impact compilation performance when making 32-bit builds.