Skip to content

Commit

Permalink
Release 17.2.2.500-1.
Browse files Browse the repository at this point in the history
Final touch on release notes.
  • Loading branch information
pal1000 committed Oct 2, 2017
1 parent 4a48bda commit 6557380
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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 "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"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions relnotes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.

0 comments on commit 6557380

Please sign in to comment.