From 5df1fac31cad9e16461bf466d5f73fb4a767244b Mon Sep 17 00:00:00 2001 From: pal1000 Date: Thu, 21 Dec 2017 21:56:03 +0200 Subject: [PATCH] Release 17.3.1.501-1 --- buildenvconf.md | 5 +++-- mesa3d.iss | 2 +- readme.md | 2 +- relnotes.md | 9 --------- 4 files changed, 5 insertions(+), 13 deletions(-) delete mode 100644 relnotes.md diff --git a/buildenvconf.md b/buildenvconf.md index d99e97b7..ac26756f 100644 --- a/buildenvconf.md +++ b/buildenvconf.md @@ -21,8 +21,9 @@ Windows XP support for C++ installed | Yes LLVM Version | 5.0.1 CMake version | 3.10.1 CMake ARCH | x64 -LLVM build configure x64[1] | cd llvm-5.0.1-src & md cmake-x64 & cd cmake-x64 & cmake -G "Ninja" -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_RTTI=1 -DLLVM_ENABLE_TERMINFO=OFF -DCMAKE_INSTALL_PREFIX=../x64 .. -LLVM build configure x86[2] | cd llvm-5.0.1-src & md cmake-x86 & cd cmake-x86 & cmake -G "Ninja" -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_RTTI=1 -DLLVM_ENABLE_TERMINFO=OFF -DCMAKE_INSTALL_PREFIX=../x86 .. +Ninja version | 1.8.2 +LLVM build configure x64[1] | cd llvm-5.0.1.src & md cmake-x64 & cd cmake-x64 & cmake -G "Ninja" -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_RTTI=1 -DLLVM_ENABLE_TERMINFO=OFF -DCMAKE_INSTALL_PREFIX=../x64 .. +LLVM build configure x86[2] | cd llvm-5.0.1.src & md cmake-x86 & cd cmake-x86 & cmake -G "Ninja" -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_RTTI=1 -DLLVM_ENABLE_TERMINFO=OFF -DCMAKE_INSTALL_PREFIX=../x86 .. LLVM build execute[3] | ninja install [1]Executed from an x64 Native Tools Command Prompt for VS 2017 shell diff --git a/mesa3d.iss b/mesa3d.iss index 1260305b..2ad5f682 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.3.0.500-1" +#define MyAppVersion "17.3.1.501-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 e69e4aff..6776d12a 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ - [Manual OpenGL context configuration](#manual-opengl-context-configuration) # Downloads -Mesa 17.3.0 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases) +Mesa 17.3.1 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases) # Package contents The following Mesa3D drivers are shipped in each release: diff --git a/relnotes.md b/relnotes.md deleted file mode 100644 index d67c659b..00000000 --- a/relnotes.md +++ /dev/null @@ -1,9 +0,0 @@ -# User guide -- Expanded installation and usage section. -- Created a package contents section. -- Split tutorial about environment variables in its own section as it is relevant for both swr driver and manual GL context configuration. -- Add a swr driver use example. -# Build script documentation -- Visual Studio components related enhancement. -# Misc -- Add a detailed report about build environment and configuration. \ No newline at end of file