Skip to content

Commit

Permalink
Release 18.1.3.601-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Jun 30, 2018
1 parent 23ae302 commit 5ca7b22
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions buildenvconf.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Windows 10 SDK install method | standalone
### LLVM
| | |
|-|-|
LLVM Version | 6.0.0
LLVM Version | 6.0.1
CMake version | 3.11.4
CMake ARCH | x64
Ninja version | 1.8.2
LLVM build configure x64[1] | cd llvm-6.0.0.src & md buildsys-x64 & cd buildsys-x64 & cmake -G "Ninja" -Thost=x64 -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-6.0.0.src & md buildsys-x86 & cd buildsys-x86 & cmake -G "Ninja" -Thost=x64 -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 configure x64[1] | cd llvm-6.0.1.src & md buildsys-x64 & cd buildsys-x64 & cmake -G "Ninja" -Thost=x64 -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-6.0.1.src & md buildsys-x86 & cd buildsys-x86 & cmake -G "Ninja" -Thost=x64 -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
### Python
| | |
Expand Down
2 changes: 1 addition & 1 deletion mesa3d.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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 "18.1.2.600-2"
#define MyAppVersion "18.1.3.601-1"
#define MyAppPublisher "Pal100x"
#define MyAppURL "https://github.com/pal1000/mesa-dist-win"
#define MyAppExeName "mesa-{#MyAppVersion}-setup.exe"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- [OpenGL context configuration override](#opengl-context-configuration-override)

# Downloads
Mesa 18.1.2 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases)
Mesa 18.1.3 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:
Expand Down
6 changes: 4 additions & 2 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Next release
# 18.1.3.601-1
- Updated Mesa3D to [18.1.3](https://www.mesa3d.org/relnotes/18.1.3.html).
### New features
- Enabled texture float and renderbuffers as patent expired on 6/17/2018.
### Build script
Expand All @@ -7,7 +8,8 @@
- Update build configuration info to match latest changes;
- cmake 3.11.3 -> 3.11.4;
- Visual Studio 15.7.3 -> 15.7.4;
- git 2.17.1.2 -> 2.18.0.1.
- git 2.17.1.2 -> 2.18.0.1;
- LLVM 6.0.0 -> 6.0.1.
# 18.1.2.600-2
### Deployment
- Per application deployment: validate program location.
Expand Down

0 comments on commit 5ca7b22

Please sign in to comment.